Describe the bug
In the designer when try to import a git repo hosted in Azure DevOps, nothing happens.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New Workspace to be added based on the repo
Additional context
I did some troubleshooting and found out that, insomnia appends string ".git" to the provided git url. This works with github. But some services live Azure DevOps doesn't support .git URL and returns 404 when queried.
Workaround
As a workaround I renamed Azure Git Repo to end with .git (Ex: backend.git). Then when configuring Insomnia I used the url without the .git portion.
@dryize Just a quick update, we are looking into full OAuth support for Azure DevOps. We'll touch base shortly!
We are exploring options that will expand git support for Azure (among others) however currently we don't have an ETA on when that might ship. Thanks again for identifying this @dryize!
I know this issue is closed, and it was mentioned that there isn't an ETA on this, but that was a while ago and was wondering if there is any progress on this?
This is quite critical for us since all our code is hosted in Azure DevOps Git...
I don't see how this needs "support" for Azure Devops. It's just a git repository, and it's a simple mistake on this side to try and append .git at the end. Holding me back from using this feature, too.
I'm using DevOps Server which is the onprem version and I am having this issue, so anything related to OAuth would not help since we are not using Azure AD for authentication.
Most helpful comment
I don't see how this needs "support" for Azure Devops. It's just a git repository, and it's a simple mistake on this side to try and append
.gitat the end. Holding me back from using this feature, too.