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

Add waydowntown OpenAPI servers #48

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2024

  1. Add preliminary OpenAPI specification

    Is code generation a better approach? I’ve used JSON:API
    for so long, the idea of returning to arbitrarily-shaped
    responses scares me, but maybe it’s not that arbitrary.
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    32c06b8 View commit details
    Browse the repository at this point in the history
  2. Add generated Axum server

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    00479e0 View commit details
    Browse the repository at this point in the history
  3. Change server package name

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    408d269 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e4ce87 View commit details
    Browse the repository at this point in the history
  5. Add database attempt

    Nothing works ugh… going to try Rails
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    628f4b4 View commit details
    Browse the repository at this point in the history
  6. Remove type and timestamps from specification

    I’ll probably want the timestamps back eventually.
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4f0cf5e View commit details
    Browse the repository at this point in the history
  7. Add generated Rust server

    I thought I’d try this non-Axum server before Rails.
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0ebdad3 View commit details
    Browse the repository at this point in the history
  8. Add type fix

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5389119 View commit details
    Browse the repository at this point in the history
  9. Add autoformat changes

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a978ad3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cc3e2a View commit details
    Browse the repository at this point in the history
  11. Add generated Rails server

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6c2a6c4 View commit details
    Browse the repository at this point in the history
  12. Change to Postgres

    The adapter generator flag was ignored…?
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    441c7ac View commit details
    Browse the repository at this point in the history
  13. Remove aliases from database config

    ugh… Psych error
    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    005a204 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    677747a View commit details
    Browse the repository at this point in the history
  15. Remove generated migration

    backspace committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    bd0bfc7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9cf03c3 View commit details
    Browse the repository at this point in the history