-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add git error parser and surfacing of git errors #972
Add git error parser and surfacing of git errors #972
Conversation
5a7c115
to
98f688e
Compare
/kind feature |
98f688e
to
fac8659
Compare
fac8659
to
f919ca4
Compare
4e1e29b
to
7c43b67
Compare
7c43b67
to
5be3410
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
5be3410
to
89372a1
Compare
df19a02
to
55323f5
Compare
55323f5
to
20a3146
Compare
Adds Parser that processes git stdout Git cmd line tool now uses error results to surface detailed reason and message
20a3146
to
a201a1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gabemontero The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
This PR implements a parser and interpreter for git errors in stdout and surfaces them as error results.
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes