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

Migrate to Postgres #497

Merged
merged 59 commits into from
Nov 6, 2024
Merged

Migrate to Postgres #497

merged 59 commits into from
Nov 6, 2024

Commits on Oct 24, 2024

  1. Start writing schema

    js0mmer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    25c1ec7 View commit details
    Browse the repository at this point in the history
  2. some constraints and indexes

    js0mmer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    58812f3 View commit details
    Browse the repository at this point in the history
  3. schema edits

    js0mmer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a28b575 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. coursebag schema

    js0mmer committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a20963d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57a34e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. review content can be null

    js0mmer committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9b50970 View commit details
    Browse the repository at this point in the history
  2. review updated at can be null

    js0mmer committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    aa7b9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d557161 View commit details
    Browse the repository at this point in the history
  4. more work on migration script

    js0mmer committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    bf02e32 View commit details
    Browse the repository at this point in the history
  5. roadmap migration script

    js0mmer committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    260a9aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d83079d View commit details
    Browse the repository at this point in the history
  7. migration script almost done

    js0mmer committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f3354e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    be35343 View commit details
    Browse the repository at this point in the history
  2. Planner years type

    js0mmer committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ef95b80 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. cascade review deletes

    js0mmer committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c2056d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. singular table names

    js0mmer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bb981e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    0f10cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e4c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6aa1c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99291c1 View commit details
    Browse the repository at this point in the history
  5. small refactors to reviews

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    39c3ee8 View commit details
    Browse the repository at this point in the history
  6. migrate sessions

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d807366 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8064d5 View commit details
    Browse the repository at this point in the history
  8. fix session userId transfer

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cc1f755 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56d47aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    583c338 View commit details
    Browse the repository at this point in the history
  11. add database url to env

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    52dfec6 View commit details
    Browse the repository at this point in the history
  12. lint error

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5eb06c7 View commit details
    Browse the repository at this point in the history
  13. remove comment

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c009729 View commit details
    Browse the repository at this point in the history
  14. fix the error handler?

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3db342c View commit details
    Browse the repository at this point in the history
  15. remove some mongoose stuff

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d9b0c6a View commit details
    Browse the repository at this point in the history
  16. adjust review vote updating

    js0mmer committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    682b603 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    781d0e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    7602644 View commit details
    Browse the repository at this point in the history
  2. fix unverified review query

    js0mmer committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ddaead4 View commit details
    Browse the repository at this point in the history
  3. simplify reports route

    js0mmer committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    6d0b75b View commit details
    Browse the repository at this point in the history
  4. add some indexes

    js0mmer committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    95503a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    a7af1a1 View commit details
    Browse the repository at this point in the history
  2. dates to strings helper

    js0mmer committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    73b483a View commit details
    Browse the repository at this point in the history
  3. eslint is a little dumb

    js0mmer committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b7a4e63 View commit details
    Browse the repository at this point in the history
  4. planner -> plannerData

    js0mmer committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f47c975 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab0cbae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f69335a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    af2938b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3e948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb726db View commit details
    Browse the repository at this point in the history
  4. quarterNames export

    js0mmer committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3fc2e5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a509685 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15237ac View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    1c146d3 View commit details
    Browse the repository at this point in the history
  2. update example env

    js0mmer committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5f2ac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cde92d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf83baf View commit details
    Browse the repository at this point in the history
  2. update readme

    js0mmer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    77d1015 View commit details
    Browse the repository at this point in the history
  3. fix verified condition

    js0mmer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9482985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d65326 View commit details
    Browse the repository at this point in the history
  5. remove mongoose

    js0mmer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6775080 View commit details
    Browse the repository at this point in the history
  6. fix vote check

    js0mmer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a1cb271 View commit details
    Browse the repository at this point in the history