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

Implement a migration system #31

Merged
merged 33 commits into from
Aug 10, 2018
Merged

Implement a migration system #31

merged 33 commits into from
Aug 10, 2018

Commits on Aug 4, 2018

  1. Configuration menu
    Copy the full SHA
    b2d94c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53acc08 View commit details
    Browse the repository at this point in the history
  3. Minor

    Shinmera committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    347e51e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97229fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5aec3d View commit details
    Browse the repository at this point in the history
  6. Minor

    Shinmera committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    dc272e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    481ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba6d79 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    Shinmera committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    70306af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd460fc View commit details
    Browse the repository at this point in the history
  5. Exports

    Shinmera committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    4b2e6fd View commit details
    Browse the repository at this point in the history
  6. Document migration things.

    Shinmera committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    65b6103 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    0fc4bb1 View commit details
    Browse the repository at this point in the history
  2. Minor

    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7a1a3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b64f86 View commit details
    Browse the repository at this point in the history
  4. Provide a very basic default for the logger interface to ensure we ca…

    …n always log even before init.
    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    733312e View commit details
    Browse the repository at this point in the history
  5. Log migration messages.

    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    6b5044b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b58bcf9 View commit details
    Browse the repository at this point in the history
  7. Make sure to trigger migration after loading a virtual-module if radi…

    …ance is already running.
    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    ff57737 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41fe379 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4b4df46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fd72c4 View commit details
    Browse the repository at this point in the history
  11. Bump version to 2.0.0

    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    81f2410 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e87de1b View commit details
    Browse the repository at this point in the history
  13. Fix default logger output

    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c1dd447 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    252916e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c00846 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e13db09 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e054027 View commit details
    Browse the repository at this point in the history
  18. Fix NIL -> 2.0.0 migration step to reload the environment and show so…

    …me more information about what's going on.
    Shinmera committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    e403957 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3df4fad View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Fix define-resource-locator standard expander from clobbering impleme…

    …ntation definitions.
    
    Should fix some upgrade weirdness, I hope.
    Shinmera committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    8e150c6 View commit details
    Browse the repository at this point in the history
  2. Typo

    Shinmera committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e9bb26a View commit details
    Browse the repository at this point in the history