Azure DevOps On-Premises Support - #9014
Open
Tugrulhankars wants to merge 2 commits into
Open
Conversation
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.
Summary
This PR introduces full support for Azure DevOps On-Premises (Server) in the
azuredevops_goplugin, allowing enterprise users with self-hosted Azure DevOps instances to ingest DevOps data and compute DORA metrics.Key Changes:
backend/plugins/azuredevops_go/models/connection.go):EndpointandUsernamefields to support custom On-Premises base URLs and HTTP Basic Authentication.http://<IP>/DefaultCollection).backend/plugins/azuredevops_go/models/migrationscripts/):20260726_add_username_to_azuredevops.goto addusernameandendpointcolumns totool_azuredevops_go_connections.backend/plugins/gitextractor/parser/clone_gitcli.go):-c http.extraHeader="Authorization: Basic <base64>"duringgit cloneexecution. This transmits the Basic Auth header on the initial request, bypassing IIS401 NTLMchallenges on Azure DevOps Server when authenticating via PATs.DiffLinemodel to remove non-CGO libgit2 build dependencies on Windows environments.config-ui/src/plugins/register/azure/config.tsx&utils/request.ts):EndpointandUsernamefields in the Azure DevOps Go connection form.Does this close any open issues?
Closes 8985
Screenshots
Include any relevant screenshots here.
Other Information
dev.azure.com) connections.