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 in-place store migrations #8485

Merged
merged 33 commits into from
Feb 10, 2021
Merged

Add in-place store migrations #8485

merged 33 commits into from
Feb 10, 2021

Commits on Feb 1, 2021

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

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    8036fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a406e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed3987 View commit details
    Browse the repository at this point in the history
  4. add test for configurator

    amaury1093 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a095d3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d550bff View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    b7141f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d554ce View commit details
    Browse the repository at this point in the history
  3. Update spec

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3df3f44 View commit details
    Browse the repository at this point in the history
  4. Rename folders

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ba6bd44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    197b7ce View commit details
    Browse the repository at this point in the history
  6. copy-paste from keys.go

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    424932c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    254a71f View commit details
    Browse the repository at this point in the history
  8. Fix nil map

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b6c0714 View commit details
    Browse the repository at this point in the history
  9. rename function

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9ab7f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Update simapp/app.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    fc076f5 View commit details
    Browse the repository at this point in the history
  2. Update simapp/app_test.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ae7b7dc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Adderss reviews

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2c26734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb15047 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    291a9e6 View commit details
    Browse the repository at this point in the history
  4. Update testutil/context.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    41d29ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33494dc View commit details
    Browse the repository at this point in the history
  6. Rename to forVersion

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e3a2412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6db31d4 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    55f547e View commit details
    Browse the repository at this point in the history
  9. Check error early

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8f3b9d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29b85b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Use MigrationKeeper

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    41e0339 View commit details
    Browse the repository at this point in the history
  2. Fix test

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d922003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f422b93 View commit details
    Browse the repository at this point in the history
  4. Godoc updates

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8cf88fe View commit details
    Browse the repository at this point in the history
  5. Update docs

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5add13a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cef291 View commit details
    Browse the repository at this point in the history