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

Add initial support for AzureDevOps repositories. #15

Merged
merged 5 commits into from
Nov 3, 2019
Merged

Add initial support for AzureDevOps repositories. #15

merged 5 commits into from
Nov 3, 2019

Commits on Oct 7, 2019

  1. Add initial support for AzureDevOps repositories

    This change implements basic support for repositories
    hosted on AzureDevOps (formerly, Visual Studio Team Services).
    
    Because there are many people who still use the old legacy URLs,
    which continue to be supported, I've implemented support for both.
    
    This ends up being a matrix of:
    - http://visualstudio.com
    - http://dev.azure.com
    - ssh://vs-ssh.visualstudio.com
    - ssh://ssh.dev.azure.com
    
    I've included tests to validate all of the newly introduced functionality.
    Brian Gianforcaro committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7131e90 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warning

    Brian Gianforcaro committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    099bce1 View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt.

    Brian Gianforcaro committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    ef1faad View commit details
    Browse the repository at this point in the history
  4. pull request feedback

    Brian Gianforcaro committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f6cdd19 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Brian Gianforcaro committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0c58d60 View commit details
    Browse the repository at this point in the history