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

Upgrade to z2jh 3.1.0 with oauthenticator 16.1 #3144

Merged
merged 24 commits into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    ca4e736 View commit details
    Browse the repository at this point in the history
  2. oauthenticator 16: remove explicit scope, profile is included anyhow

    The default scope in oauthenticator 16 includes what we need. Let's rely
    on the default for simplicity.
    consideRatio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7c6c7c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3663194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb6b9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93e2e25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    641d8bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e51de5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3496083 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93d1466 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4bc156 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b082a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81d66df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    edf1500 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5685328 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5e1f1e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c9be70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a430c9e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03aece5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    789cc81 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2cd299e View commit details
    Browse the repository at this point in the history
  21. deployer: remove no longer relevant github auth validation

    In oauthenticator 16 its possible to allow a github organization/team
    and separately allow individual users. Instead of the intersection of
    allowed_users and users allowed via allowed_organization, oauthenticator
    16 allows the union of these users. This makes this validation check no
    longer relevant.
    consideRatio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f4bc4ce View commit details
    Browse the repository at this point in the history
  22. docs: remove a comment

    consideRatio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    37a86a3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bc68128 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25d52b7 View commit details
    Browse the repository at this point in the history