Add Azure DevOps Server integration support#4516
Merged
Conversation
40 tasks
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
a59ba2b to
b03e0df
Compare
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances. Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios. (#4478, #4516)
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
sergeibbb
added a commit
that referenced
this pull request
Jul 30, 2025
ramin-t
approved these changes
Aug 1, 2025
Contributor
ramin-t
left a comment
There was a problem hiding this comment.
LGTM though I cannot test currently - we can verify once it's in
| "dependencies": { | ||
| "@gitkraken/gitkraken-components": "13.0.0-vnext.8", | ||
| "@gitkraken/provider-apis": "0.28.5", | ||
| "@gitkraken/provider-apis": "0.29.6", |
Contributor
There was a problem hiding this comment.
Have we checked for any breaking changes between our old version and the new one? If there were, we should check all affected areas.
Member
Author
There was a problem hiding this comment.
hi @axosoft-ramint
I've reviewed changes that has happened in the the library from 0.28.5 to 0.29.6 and added corresponding section in Verification steps in the issue.
Also I've tested it briefly and hasn't found any obvious problems.
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances. Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios. (#4478, #4516)
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
dbabcac to
a1d5f78
Compare
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances. Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios. (#4478, #4516)
a286d61 to
ec487c3
Compare
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances. Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios. (#4478, #4516)
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
sergeibbb
added a commit
that referenced
this pull request
Aug 6, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote. (gitkraken#4478, gitkraken#4516)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances. Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios. (gitkraken#4478, gitkraken#4516)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
1. users search criteria to list PRs related to the branch instead of listing all 2. if there are no open PRs, then select a closed one (gitkraken#4478, gitkraken#4516)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
solves #4478
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses