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

Implement GitHub Enterprise authn provider #115940

Merged
merged 5 commits into from
May 7, 2021
Merged

Implement GitHub Enterprise authn provider #115940

merged 5 commits into from
May 7, 2021

Commits on Apr 26, 2021

  1. Implement GitHub Enterprise authn provider

    Adds an additional provider to the github-authentication extension that
    leverages the same code with minor modifications. A configuration item
    has been added for users to provide the URI of their GHE instance.
    
    This allows GitHub API related extensions to easily integrate with
    either GitHub.com or their on-premise installations.
    kabel committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6f9b331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a97ae View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Update GDPR comment tag

    Rachel Macfarlane committed May 7, 2021
    Configuration menu
    Copy the full SHA
    5b8d40d View commit details
    Browse the repository at this point in the history
  2. Tweak command categories

    Rachel Macfarlane committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0537979 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into pr/kabel/115940

    Rachel Macfarlane committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a32b332 View commit details
    Browse the repository at this point in the history