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

Prod deploy #2652

Merged
merged 7 commits into from
Sep 10, 2024
Merged

Prod deploy #2652

merged 7 commits into from
Sep 10, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    89bc764 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fix: bump edge-runtime to 1.58.1

    nyannyacha authored and laktek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    690c344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c859f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef875f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    de3fe90 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: db reset with disabled services (#2663)

    * fix(db): reset command attempting to restart disabled services
    
    Fixes #2658
    
    * chore: cleanup debug log
    
    * chore: test config declaration order
    
    * chore: apply PR suggestions
    
    * chore: remove unnecessary newline
    avallete authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8a50b02 View commit details
    Browse the repository at this point in the history
  2. fix: Use discoveryURL when fetching third-party OIDC config (#2655)

    When fetching the well-known configuration for an OIDC third-party auth provider, we used the issuerURL which is just the baseURL instead of the discoveryURL as seems intended. This caused Auth0 configurations to try to parse HTML instead of the correct configuration, and I suspect this is the case for all the other providers as well.
    
    With this bugfix it should work as expected for at least Auth0.
    dagingaa authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    304a494 View commit details
    Browse the repository at this point in the history