-
-
Notifications
You must be signed in to change notification settings - Fork 2k
set https to the default protocol for git #6791
Conversation
This breaks the 1.x specs... maybe it should be turned into a feature flag? |
Yea, i wasn't really sure what to do about this but a feature flag sounds ideal. |
…:github source to use https by default
9064ed2
to
b5c62a0
Compare
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.
We've longed for this change!
Co-Authored-By: colby-swandale <[email protected]>
Co-Authored-By: colby-swandale <[email protected]>
Hi! I haven't looked at the CI failures, but the new feature flag and the setting Also, the deprecation warning does not makes a lot of sense right now. We're saying that this setting will be deprecated but introducing another one that does the same thing. I think we want to delay the deprecation horizon to bundler 3. Finally, I see two directions here but I'm not sure which one we're heading to:
Are we doing the latter for bundler 2, and still planning the former for later versions, or are we only doing the latter? |
But
Keep in mind that
Correct, for Bundler 2 we're using |
We can definitely use github.https as a feature flag name, I think you’ll just need to manually construct the accessor method for it |
hmm i would prefer to avoid doing that but i will adjust it |
6798: Use https in the Github shortcut by default in Bundler 2 r=colby-swandale a=colby-swandale This PR is setting Git gems to be fetched over https by default. Note: This PR is successing #6791 Closes #6785 Co-authored-by: Colby Swandale <[email protected]> (cherry picked from commit cf45792)
6798: Use https in the Github shortcut by default in Bundler 2 r=colby-swandale a=colby-swandale This PR is setting Git gems to be fetched over https by default. Note: This PR is successing #6791 Closes #6785 Co-authored-by: Colby Swandale <[email protected]> (cherry picked from commit cf45792)
6798: Use https in the Github shortcut by default in Bundler 2 r=colby-swandale a=colby-swandale This PR is setting Git gems to be fetched over https by default. Note: This PR is successing #6791 Closes #6785 Co-authored-by: Colby Swandale <[email protected]> (cherry picked from commit cf45792)
This PR is setting Git gems to be fetched over
https
by default.See #6785