-
Notifications
You must be signed in to change notification settings - Fork 163
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(controller): support parsing github enterprise urls #2145
Conversation
Signed-off-by: Kent Rancourt <[email protected]>
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2145 +/- ##
==========================================
+ Coverage 46.56% 46.59% +0.03%
==========================================
Files 239 239
Lines 16741 16745 +4
==========================================
+ Hits 7795 7803 +8
+ Misses 8573 8568 -5
- Partials 373 374 +1 ☔ View full report in Codecov by Sentry. |
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.
The suggestion is non-blocking.
Feels like this could potentially be easily backported to 0.7.1? |
I wouldn't have done a v0.7.1 just for this, but since we're doing one for other reasons, I'm also inclined to include it. |
Signed-off-by: Kent Rancourt <[email protected]> Co-authored-by: Hidde Beydals <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]> Co-authored-by: Hidde Beydals <[email protected]> (cherry picked from commit 3bcbf42)
Successfully created backport PR for |
Fixes #2080