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: relax clone step config validation to allow ssh urls #2711

Merged

Conversation

krancour
Copy link
Member

This was too restrictive to permit ssh URLs.

Note that the schemas for git-open-pr and git-wait-for-pr do not require the same change because you cannot interact with a Git provider's API over ssh, so the http/s URL is always used for those steps.

Part of #2492

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour self-assigned this Oct 10, 2024
@krancour krancour requested a review from a team as a code owner October 10, 2024 02:18
@krancour krancour added this to the v1.0.0 milestone Oct 10, 2024
Copy link

netlify bot commented Oct 10, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 3381647
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67080d13cfe1bf0008f3ad8d
😎 Deploy Preview https://deploy-preview-2711--docs-kargo-io.netlify.app
📱 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

netlify bot commented Oct 10, 2024

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

Name Link
🔨 Latest commit 3381647
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/67080d1345f6180008ad1ceb
😎 Deploy Preview https://deploy-preview-2711.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.

@krancour krancour enabled auto-merge October 10, 2024 02:18
@krancour
Copy link
Member Author

I need to fix a test.

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.09%. Comparing base (686b0d4) to head (3381647).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2711      +/-   ##
==========================================
- Coverage   49.11%   49.09%   -0.03%     
==========================================
  Files         270      270              
  Lines       19328    19342      +14     
==========================================
+ Hits         9492     9495       +3     
- Misses       9217     9226       +9     
- Partials      619      621       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour added this pull request to the merge queue Oct 10, 2024
Merged via the queue into akuity:main with commit 8b2b7a4 Oct 10, 2024
20 of 21 checks passed
@krancour krancour deleted the krancour/relax-clone-step-repo-url-validation branch October 10, 2024 17:42
Marvin9 pushed a commit that referenced this pull request Oct 11, 2024
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
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.

2 participants