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 custom migration runner, forbid some diesel migration commands, fix old migrations #4673

Draft
wants to merge 85 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2024

  1. Update schema.rs

    dullbananas authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ca271ea View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

    dullbananas authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f2a6d73 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. stuff

    dullbananas committed May 4, 2024
    Configuration menu
    Copy the full SHA
    691bce0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 11, 2024

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

    dullbananas committed May 11, 2024
    Configuration menu
    Copy the full SHA
    402ab14 View commit details
    Browse the repository at this point in the history
  3. refactor

    dullbananas committed May 11, 2024
    Configuration menu
    Copy the full SHA
    08ae13b View commit details
    Browse the repository at this point in the history
  4. fix sql

    dullbananas committed May 11, 2024
    Configuration menu
    Copy the full SHA
    542f81d View commit details
    Browse the repository at this point in the history
  5. migriation run command

    dullbananas committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d0d8139 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    27b289c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614e0e5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix

    dullbananas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5d8af0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af517f View commit details
    Browse the repository at this point in the history
  3. fix merge

    dullbananas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    16dcbc7 View commit details
    Browse the repository at this point in the history
  4. diff_checker (partial)

    dullbananas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6709882 View commit details
    Browse the repository at this point in the history
  5. Revert "diff_checker (partial)"

    This reverts commit 6709882.
    dullbananas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d4bdda5 View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "diff_checker (partial)""

    This reverts commit d4bdda5.
    dullbananas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8e0bbd6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. diff check

    dullbananas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1692fd6 View commit details
    Browse the repository at this point in the history
  2. improve schema diff

    dullbananas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    84bf57e View commit details
    Browse the repository at this point in the history
  3. timestamp replacement

    dullbananas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d18c2c9 View commit details
    Browse the repository at this point in the history
  4. ignore column order

    dullbananas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    314e744 View commit details
    Browse the repository at this point in the history
  5. remove fedi_name default

    dullbananas committed May 18, 2024
    Configuration menu
    Copy the full SHA
    80ca94e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. stuff

    dullbananas committed May 19, 2024
    Configuration menu
    Copy the full SHA
    06b01ff View commit details
    Browse the repository at this point in the history
  2. improve diff

    dullbananas committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7977ee1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. stuff

    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ced9bb5 View commit details
    Browse the repository at this point in the history
  2. attempt parallel pg_dump

    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    592a127 View commit details
    Browse the repository at this point in the history
  3. attempt 2

    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a909d2d View commit details
    Browse the repository at this point in the history
  4. Revert "attempt 2"

    This reverts commit a909d2d.
    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    47a4c35 View commit details
    Browse the repository at this point in the history
  5. Revert "attempt parallel pg_dump"

    This reverts commit 592a127.
    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9a528fb View commit details
    Browse the repository at this point in the history
  6. improve diff check

    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5596cb7 View commit details
    Browse the repository at this point in the history
  7. finish fixing migrations

    dullbananas committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6eb8d04 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. stuff

    dullbananas committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cf5afc9 View commit details
    Browse the repository at this point in the history
  2. use advisory lock

    dullbananas committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4d427b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fca4ea View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. stuff

    dullbananas committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d71cfaa View commit details
    Browse the repository at this point in the history
  2. Update lib.rs

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cdbe77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1142e0 View commit details
    Browse the repository at this point in the history
  4. fmt

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    7716c9e View commit details
    Browse the repository at this point in the history
  5. fmt

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c7babd7 View commit details
    Browse the repository at this point in the history
  6. clippy

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    e5bc0bb View commit details
    Browse the repository at this point in the history
  7. Update diff_check.rs

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    f0b2f0d View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d2f772a View commit details
    Browse the repository at this point in the history
  9. Update lib.rs

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0443bcd View commit details
    Browse the repository at this point in the history
  10. Update lib.rs

    dullbananas authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ab8c7d8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update lib.rs

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    7f550e1 View commit details
    Browse the repository at this point in the history
  2. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6f6a5c9 View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    132877c View commit details
    Browse the repository at this point in the history
  4. Update lib.rs

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0969fd3 View commit details
    Browse the repository at this point in the history
  5. re-run ci

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    64827a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    833a250 View commit details
    Browse the repository at this point in the history
  7. fmt

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    3f3b8e3 View commit details
    Browse the repository at this point in the history
  8. fmt

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0a02ceb View commit details
    Browse the repository at this point in the history
  9. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    de1c688 View commit details
    Browse the repository at this point in the history
  10. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0f37356 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    728b6d4 View commit details
    Browse the repository at this point in the history
  12. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f252de1 View commit details
    Browse the repository at this point in the history
  13. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f9af3de View commit details
    Browse the repository at this point in the history
  14. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    1e56bde View commit details
    Browse the repository at this point in the history
  15. Update .woodpecker.yml

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    1a71897 View commit details
    Browse the repository at this point in the history
  16. try to fix env var

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d57d293 View commit details
    Browse the repository at this point in the history
  17. Update diff_check.rs

    dullbananas authored May 23, 2024
    Configuration menu
    Copy the full SHA
    56e22b0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db856ef View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on May 27, 2024

  1. clippy

    dullbananas authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c694da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120be51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317097c View commit details
    Browse the repository at this point in the history
  4. fix

    dullbananas committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b6102dc View commit details
    Browse the repository at this point in the history
  5. fmt

    dullbananas committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1a18350 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

    dullbananas authored May 28, 2024
    Configuration menu
    Copy the full SHA
    3daa0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b8790c View commit details
    Browse the repository at this point in the history
  4. fix

    dullbananas authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ce1cf3e View commit details
    Browse the repository at this point in the history
  5. rerun ci

    dullbananas authored May 28, 2024
    Configuration menu
    Copy the full SHA
    45562bf View commit details
    Browse the repository at this point in the history
  6. rerun ci

    dullbananas authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b176340 View commit details
    Browse the repository at this point in the history
  7. fix strip_prefix order

    dullbananas authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a242333 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    de01635 View commit details
    Browse the repository at this point in the history
  2. fix weird big Cargo.lock change by running `git checkout upstream/mai…

    …n Cargo.lock` then letting it auto update again
    dullbananas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    de0e025 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    4428c61 View commit details
    Browse the repository at this point in the history
  2. fix

    dullbananas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    84b161d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 23, 2024

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