Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-repos: fix org name in userinfo #1522

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Jan 25, 2024

  1. azure-repos: fix org name in userinfo

    Fix a bug in the Azure Repos host provider that prevented the Azure
    DevOps organisation name from being pulled from the userinfo part of the
    remote URL.
    
    When creating the remote URL from Git input in multiple places we had
    not been preserving the userinfo part that was subsequently passed to
    the `CreateOrganizationUri` helper method to extract the org URL.
    
    Also add an additional test for PAT mode to cover this use case.
    mjcheetham committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4041a64 View commit details
    Browse the repository at this point in the history