gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

πŸš€ Feature: Support Azure DevOps

Open cftad opened this issue 2 years ago β€’ 5 comments

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/

cftad avatar Feb 14 '24 00:02 cftad

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 avatar Apr 25 '24 16:04 cddigi

@cddigi How do you create a PR for devops with it? Am i missing a button?

DylanSnel avatar May 02 '24 10:05 DylanSnel

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.

cddigi avatar May 02 '24 13:05 cddigi

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

Caleb-T-Owens avatar Aug 15 '24 13:08 Caleb-T-Owens