-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement git clone, commit, and push, and overwrite directives #5
feat: implement git clone, commit, and push, and overwrite directives #5
Conversation
e3c3941
to
367ad99
Compare
ddbffe2
to
47cc53c
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## promotion-directives #5 +/- ##
=======================================================
Coverage ? 48.35%
=======================================================
Files ? 260
Lines ? 18380
Branches ? 0
=======================================================
Hits ? 8887
Misses ? 9001
Partials ? 492 ☔ View full report in Codecov by Sentry. |
483e68e
to
3eff6c4
Compare
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
…privileges Signed-off-by: Kent Rancourt <[email protected]>
…f a dir Signed-off-by: Kent Rancourt <[email protected]>
3eff6c4
to
6c63610
Compare
f8ad9b4
to
25cb17e
Compare
25cb17e
to
7923f30
Compare
e15bbb7
to
8b60713
Compare
8b60713
to
df72d6c
Compare
Signed-off-by: Hidde Beydals <[email protected]>
e3ceeb6
to
b433eed
Compare
Signed-off-by: Kent Rancourt <[email protected]>
With an eye on more status types getting introduced later. It is of importance to maintain control over what `Result` is being returned, instead of marking everything as a `Failure` on any error. Signed-off-by: Hidde Beydals <[email protected]>
b433eed
to
003c461
Compare
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
d80dd3c
to
170f201
Compare
Signed-off-by: Kent Rancourt <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
99dd9ae
to
22d6d8c
Compare
9c90df1
to
41b3181
Compare
Superseded by akuity#2537 |
WIP