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

Finish galley servantification #4018

Merged
merged 18 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    d727e52 View commit details
    Browse the repository at this point in the history
  2. Servantify get-team-id

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3a80ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c40ad2 View commit details
    Browse the repository at this point in the history
  4. Servantify test-add-client

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ad47f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f1be7 View commit details
    Browse the repository at this point in the history
  6. Servantify add-service

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6706390 View commit details
    Browse the repository at this point in the history
  7. Servantify delete-service

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9668af3 View commit details
    Browse the repository at this point in the history
  8. Servantify add-bot

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    333884c View commit details
    Browse the repository at this point in the history
  9. Servantify delete-bot

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cd7e75d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d0bb79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53a1f9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    250d015 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3c92fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae8439e View commit details
    Browse the repository at this point in the history
  15. Add CHANGELOG entry

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bf033c7 View commit details
    Browse the repository at this point in the history
  16. Update nix packages

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    86eedfc View commit details
    Browse the repository at this point in the history
  17. Refactor getClients

    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b2651f1 View commit details
    Browse the repository at this point in the history
  18. Add fallback endpoint for compatibility

    Removing wai-routing's Raw endpoint in galley's servant tree changes the
    error responses for endpoints with recoverable failures (i.e. `Fail` route
    results in Servant).
    
    This commit restores compatibility by adding a fallback endpoint that
    always responds with 404.
    pcapriotti committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e6b17ae View commit details
    Browse the repository at this point in the history