Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix VSTS URL detection for "new-style" SSH clones #334

Merged
merged 1 commit into from
Nov 8, 2017
Merged

Fix VSTS URL detection for "new-style" SSH clones #334

merged 1 commit into from
Nov 8, 2017

Conversation

bearcage
Copy link
Contributor

@bearcage bearcage commented Nov 4, 2017

Since VSTS has changed their url scheme, the "contains _git"
heuristic used to identify all tfs/vsts urls no longer applies.

Moreover, the code that constructs the VSO url from the git
remote won't work either, since both the hostname and the path
are wrong.

This PR fixes both issues.

See issue #333 for full context / initial report.

EDIT: typo'd the original reporting issue, should be 333 not 330.

Since VSTS has changed their url scheme, the "contains _git"
heuristic used to identify all tfs/vsts urls no longer applies.

Moreover, the code that constructs the VSO url from the git
remote won't work either, since both the hostname and the path
are wrong.

This PR fixes both issues.

See issue #330 for full context / initial report.
@kaylangan kaylangan merged commit 24df271 into microsoft:master Nov 8, 2017
@kaylangan
Copy link
Contributor

@aberghage thanks for your contribution!

@sibbl
Copy link

sibbl commented Nov 11, 2017

Is there a date when this change will be released? I just installed the extension and couldn't get it working until I found this issue 30 min later... it should at least be documented somewhere, that it currently doesn't work out of the box with SSH URLs.

@ehanlon ehanlon mentioned this pull request Nov 17, 2017
@craigfitzpatrick
Copy link

I'd like to see this fix released too. I'm new to VSTS and wasn't around when the ssh URL changed. That made it even harder for me to figure out the problem wasn't with me but with the extension.

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

Successfully merging this pull request may close these issues.

None yet

4 participants