Skip to content
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

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

krancour
Copy link
Member

Fixes #2080

@krancour krancour added this to the v0.8.0 milestone Jun 11, 2024
@krancour krancour self-assigned this Jun 11, 2024
@krancour krancour requested a review from a team as a code owner June 11, 2024 20:38
Copy link

netlify bot commented Jun 11, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 7ace215
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6668c5384906180008ce000b
😎 Deploy Preview https://deploy-preview-2145.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 46.59%. Comparing base (9aa396b) to head (7ace215).

Files Patch % Lines
internal/gitprovider/github/github.go 80.00% 1 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@hiddeco hiddeco left a 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.

@hiddeco
Copy link
Contributor

hiddeco commented Jun 11, 2024

Feels like this could potentially be easily backported to 0.7.1?

@krancour
Copy link
Member Author

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]>
@krancour krancour enabled auto-merge June 11, 2024 21:44
@krancour krancour added this pull request to the merge queue Jun 11, 2024
Merged via the queue into akuity:main with commit 3bcbf42 Jun 11, 2024
19 checks passed
@krancour krancour deleted the krancour/gh-prs-fix branch June 11, 2024 22:01
github-actions bot pushed a commit that referenced this pull request Jun 11, 2024
Signed-off-by: Kent Rancourt <[email protected]>
Co-authored-by: Hidde Beydals <[email protected]>
(cherry picked from commit 3bcbf42)
@akuitybot
Copy link

Successfully created backport PR for release-0.7:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug?: github prs may not be working for github enterprise
3 participants