-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix: allow pipes to be present in git username #20040
fix: allow pipes to be present in git username #20040
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20040 +/- ##
=========================================
Coverage ? 55.81%
=========================================
Files ? 320
Lines ? 44397
Branches ? 0
=========================================
Hits ? 24778
Misses ? 17056
Partials ? 2563 ☔ View full report in Codecov by Sentry. |
… symbol pipe symbol '|' could appear in username or commit message body Signed-off-by: Petr Studeny <studenyp@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
e056f8d
to
bf0c54b
Compare
Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
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!
* fix: [argoproj#15949] split git revision metadata by newline not pipe symbol pipe symbol '|' could appear in username or commit message body Signed-off-by: Petr Studeny <studenyp@gmail.com> * test: add test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update util/git/client_test.go Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: fix test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: alnoor <alihamzanoor99@gmail.com>
* fix: [argoproj#15949] split git revision metadata by newline not pipe symbol pipe symbol '|' could appear in username or commit message body Signed-off-by: Petr Studeny <studenyp@gmail.com> * test: add test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update util/git/client_test.go Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: fix test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* fix: [argoproj#15949] split git revision metadata by newline not pipe symbol pipe symbol '|' could appear in username or commit message body Signed-off-by: Petr Studeny <studenyp@gmail.com> * test: add test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update util/git/client_test.go Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: fix test Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Petr Studeny <studenyp@gmail.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Pipe symbol
|
can potentially appear in the username. Fixes #15949.Checklist: