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

Introduced abstraction for getting migrations #2775

Merged
merged 12 commits into from
Sep 12, 2018

Commits on Aug 25, 2018

  1. Introduced abstraction for getting migrations

    This would allow a webpack migration source which is compatible with bundling.
    Jake Ginnivan committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    197ebaf View commit details
    Browse the repository at this point in the history
  2. Fixed migration validation with custom migration source

    Jake Ginnivan committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    7c59c95 View commit details
    Browse the repository at this point in the history
  3. Fixed issues after rebasing on muti directory PR

    Jake Ginnivan committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    84c567b View commit details
    Browse the repository at this point in the history
  4. Renamed parameter and fixed error message

    Jake Ginnivan committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    52cb577 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Addressed some PR comments

    Jake Ginnivan committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    6b226fa View commit details
    Browse the repository at this point in the history
  2. Finished comment

    Jake Ginnivan committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    7538ee8 View commit details
    Browse the repository at this point in the history
  3. Moved filename extension filtering into fs-migrator

    Jake Ginnivan committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    fc70366 View commit details
    Browse the repository at this point in the history
  4. Added test showing in memory custom migration source

    Jake Ginnivan committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    d8ae1dd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Cleaned up how to get config

    Jake Ginnivan committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    29bd17f View commit details
    Browse the repository at this point in the history
  2. Fixed failing test

    Jake Ginnivan committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e92ada0 View commit details
    Browse the repository at this point in the history
  3. Hopefully fix tests

    kibertoad committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d38b829 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

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