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

Bitbucket enterprise support #246

Merged
merged 10 commits into from May 17, 2019

Commits on Feb 21, 2019

  1. Copy the full SHA
    ac86bfa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    87100eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c79589a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d26c71d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Copy the full SHA
    f6e2089 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb54756 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Merge branch 'master' of https://github.com/dotnet/sourcelink into Bi…

    …tbucket_Enterprise_Support
    
    # Conflicts:
    #	src/SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.props
    #	src/SourceLink.Bitbucket.Git/buildCrossTargeting/Microsoft.SourceLink.Bitbucket.Git.props
    adam-sajdak committed Apr 30, 2019
    Copy the full SHA
    412c495 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Code review refactoring for Bitbucket Enterprise

    Adding SourceLinkBitbucketGitHost is not necessary for cloud scenario
    For self-hosting scenario adding SourceLinkBitbucketGitHost  with proper host is required
    EnterpriseEdition and Version settings are optional with default values.
    adam-sajdak committed May 9, 2019
    Copy the full SHA
    3203cf1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b52fc2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Support for Bitbucket Enterprise

    Add EnterpriseEdition="false" in defaulp props file so Bitbucket.org is recognized as cloud version
    By default EnterpriseEdition is true so any other bitbucket repository is recognized as enterprise version by default
    adam-sajdak committed May 16, 2019
    Copy the full SHA
    8593b65 View commit details
    Browse the repository at this point in the history