Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/hydra
base: 20d09518f867
Choose a base ref
...
head repository: NixOS/hydra
compare: be0aa7eb8589
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 28, 2020

  1. Implement GitHub logins

    Requires the following configuration options
    enable_github_login = 1
    github_client_id
    github_client_secret
    Or github_client_secret_file which points to a file with the secret
    pingiun committed Dec 28, 2020
    Copy the full SHA
    bbd4891 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Use email api call

    pingiun committed Dec 31, 2020
    Copy the full SHA
    e88355b View commit details
    Browse the repository at this point in the history
  2. Use email scope

    pingiun committed Dec 31, 2020
    Copy the full SHA
    5f4eddb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Update src/lib/Hydra/Controller/User.pm

    Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
    pingiun and edolstra committed Jan 4, 2021
    Copy the full SHA
    19f9d82 View commit details
    Browse the repository at this point in the history
  2. Update src/lib/Hydra/Controller/User.pm

    Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
    pingiun and edolstra committed Jan 4, 2021
    Copy the full SHA
    20d8134 View commit details
    Browse the repository at this point in the history
  3. Die when no email is found

    pingiun committed Jan 4, 2021
    Copy the full SHA
    c49ca66 View commit details
    Browse the repository at this point in the history
  4. Don't use enable_github_login option after all

    Instead the github_client_id option is used to detect if github logins
    should be enabled.
    pingiun committed Jan 4, 2021
    Copy the full SHA
    43d662f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge pull request #841 from pingiun/github-login

    Implement GitHub logins
    edolstra committed Jan 5, 2021
    Copy the full SHA
    be0aa7e View commit details
    Browse the repository at this point in the history