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

feat: add fs-repo-12-to-13 #162

Merged
merged 10 commits into from
Dec 12, 2022
Merged

feat: add fs-repo-12-to-13 #162

merged 10 commits into from
Dec 12, 2022

Commits on Dec 8, 2022

  1. feat: 12 to 13

    This needs tests.
    Jorropo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1f2b156 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    705da4e View commit details
    Browse the repository at this point in the history
  2. fix: ignored-migrations

    This removes the need for running all legacy migrations every time
    `make test` or `make build` is executed.
    
    "Archived" migrations are added to ignored-migrations and that
    will ignore them during the build.
    
    I also removed iptb because it is used only by ignored migrations,
    and not having to resolve its dependency issues saves us days
    of useless work.
    lidel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1e495b6 View commit details
    Browse the repository at this point in the history
  3. test: convertQuicAddrs

    lidel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    99fd999 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    3c216a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca8986 View commit details
    Browse the repository at this point in the history
  3. test: add more tests based on review

    Keeping user config intact when any of relevant fields was customized
    lidel committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    71e9de1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1138244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23456c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9455868 View commit details
    Browse the repository at this point in the history