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

v5 api: initial schemas, types & basic routes #680

Draft
wants to merge 63 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 10, 2024

  1. Elysia init

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5c0c494 View commit details
    Browse the repository at this point in the history
  2. Setup elysia swagger

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4287f8e View commit details
    Browse the repository at this point in the history
  3. Setup drizzle

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    81b1246 View commit details
    Browse the repository at this point in the history
  4. Add entries sql setup

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4445bc4 View commit details
    Browse the repository at this point in the history
  5. Adding migrations boilerplate

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61776a4 View commit details
    Browse the repository at this point in the history
  6. Fix schema and add pgSchema

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61a18aa View commit details
    Browse the repository at this point in the history
  7. Add inital migration

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3a725b1 View commit details
    Browse the repository at this point in the history
  8. Fix connection things

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f20c69f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    584ed1c View commit details
    Browse the repository at this point in the history
  10. Generate migration

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bf70843 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d5863d View commit details
    Browse the repository at this point in the history
  12. Type json in drizzle schemas

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bef03ee View commit details
    Browse the repository at this point in the history
  13. Add api biome.json

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4f7f005 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a962bc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2eb4940 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b309bb9 View commit details
    Browse the repository at this point in the history
  17. Add video schema

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6f168c3 View commit details
    Browse the repository at this point in the history
  18. Add video model

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c1ccb6f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0744546 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    24c7f79 View commit details
    Browse the repository at this point in the history
  21. Use string for date & datetime

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bc417e2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    53d1357 View commit details
    Browse the repository at this point in the history
  23. wip: Add movie/video example

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0712dbb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0c20cd7 View commit details
    Browse the repository at this point in the history
  25. Upgrade packages

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c1360c9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6b64985 View commit details
    Browse the repository at this point in the history
  27. Regenerate migrations

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    84ba55f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4bae0e4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ac424ee View commit details
    Browse the repository at this point in the history
  30. Create dummy video controller

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    57937a4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c83e8f0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7c83be4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    71bb6df View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8dbd939 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6859074 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e4032ac View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7414a4f View commit details
    Browse the repository at this point in the history
  38. Add seasons in db

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2920810 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1debe27 View commit details
    Browse the repository at this point in the history
  40. Add season model

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2770db6 View commit details
    Browse the repository at this point in the history
  41. Add demmy season controller

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    98dee93 View commit details
    Browse the repository at this point in the history
  42. Add examples for series

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6293c29 View commit details
    Browse the repository at this point in the history
  43. Set order type to float

    zoriya committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a01b7fe View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Small cleanups

    zoriya committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0a7b89e View commit details
    Browse the repository at this point in the history
  2. Add guesses in video db schema

    zoriya committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9562574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3333c05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df04f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b7e890 View commit details
    Browse the repository at this point in the history
  6. Split translations for movies

    zoriya committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    83a859b View commit details
    Browse the repository at this point in the history
  7. Disable ts truncations

    zoriya committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7b2b602 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72b8ee4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f81206d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Swagger setup

    zoriya committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e5dd085 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Seed movie schema

    zoriya committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a2a7303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff233f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Cleanup schemas

    zoriya committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    f017440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b788d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    267db38 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    7427cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12743ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2607937 View commit details
    Browse the repository at this point in the history
  4. Move video slug to jointure

    zoriya committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    54beaf4 View commit details
    Browse the repository at this point in the history
  5. Create post /videos route

    zoriya committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    69407bb View commit details
    Browse the repository at this point in the history