-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[protocol] Make ContextURL.parseToURL support the newly-accepted 'git@{host}:{user}/{repo}.git' format #8100
Conversation
16267e0
to
fa369b0
Compare
We should really switch to use normalizedContextUrl and use companion as fallback for old workspaces. |
fa369b0
to
db93f66
Compare
fdeef9a
to
d80aae7
Compare
@akosyakov We'll have this PR as hotfix, and the other things you mentioned with this PR on Thursday (regular deployment). |
d80aae7
to
b2fbf18
Compare
b2fbf18
to
cd8e9cc
Compare
Codecov Report
@@ Coverage Diff @@
## main #8100 +/- ##
===========================================
- Coverage 30.79% 10.86% -19.94%
===========================================
Files 39 18 -21
Lines 5955 1022 -4933
===========================================
- Hits 1834 111 -1723
+ Misses 3982 909 -3073
+ Partials 139 2 -137
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@jankeromnes Is this "ready for review"? E.g., the commit we deployed yesterday, based on recent |
@geropl Sure! The commit works well, and there don't appear to be any conflicts. But if you want, I'm happy to rebase it on top of latest |
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.
Code looks fine, tested and works! 👍
Companion to #7951 and #8099
Description
Makes
ContextURL.parseToURL
support the newly-acceptedgit@{host}:{user}/{repo}.git
formatRelated Issue(s)
Fixes #8097
How to test
Release Notes
Documentation