π Feature: Support Azure DevOps
Like the existing GitHub integration, support for viewing and raising PRs for Azure DevOps would be great. π
https://azure.microsoft.com/en-gb/products/devops/repos/
So far, I have not had any issue using DevOps with GitButler for Windows, I was able to just add my exiting repo to GB and it worked. It picks up the RSA key on my machine that I've added to my DevOps profile and is able to create and branch and push to remote. However, when trying to open commits that were pushed to Azure DevOps, it is using the wrong URL format.
What GitButler produces:
https://ssh.dev.azure.com/v3/<organization>/<project-name>/<repo-name>/commit/<hash>
The actual link to the commit:
https://dev.azure.com/<organization>/<project-name>/_git/<repo-name>/commit/<hash>
This is the repo that DevOps has me use for SSH:
[email protected]:v3/<organization>/<project-name>/<repo-name>
@cddigi How do you create a PR for devops with it? Am i missing a button?
I never got a button to create the PR from within GitButler like I would for GitHub. It only offers a button to view the commit on DevOps, it's that button which is giving me the invalid URL.
Marked as good first issue, git host support can be added incrementally; for example, listing pull requests can be added without continuous integration reporting. Feel free to do piece by piece