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

gitlaboauth: Allow configuring a different api scope #26152

Merged
merged 5 commits into from Oct 18, 2021

Commits on Oct 15, 2021

  1. gitlaboauth: Allow configuring a different api scope

    This change adds the ApiScope field to the GitLabAuthProvider which
    enables changing the default scope from `api` to `read_api`.
    ryanslade committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    54b47de View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    ryanslade committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d18c709 View commit details
    Browse the repository at this point in the history
  3. Update comment

    ryanslade committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bf7ee1c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update schema/site.schema.json

    Co-authored-by: Joe Chen <joe@sourcegraph.com>
    ryanslade and unknwon committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    db36d02 View commit details
    Browse the repository at this point in the history
  2. Run generate

    ryanslade committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2ef2dc0 View commit details
    Browse the repository at this point in the history