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

Pass migration config object as an argument to the migrations (V 2.0) #2802

Merged
merged 20 commits into from Sep 26, 2018
Merged

Pass migration config object as an argument to the migrations (V 2.0) #2802

merged 20 commits into from Sep 26, 2018

Commits on Aug 21, 2018

  1. Pass migration config object as an argument to the migrations themsel…

    …ves, to allow custom parameters to be set for migrations. (#2014)
    dofrisec committed Aug 21, 2018
    Copy the full SHA
    8c4cff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Resolve conflicts

    kibertoad committed Sep 11, 2018
    Copy the full SHA
    72ff200 View commit details
    Browse the repository at this point in the history
  2. Run prettier

    kibertoad committed Sep 11, 2018
    Copy the full SHA
    00ddd7e View commit details
    Browse the repository at this point in the history
  3. Remove unneeded change

    kibertoad committed Sep 11, 2018
    Copy the full SHA
    f96ee21 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3862225 View commit details
    Browse the repository at this point in the history
  5. Fix Node 10 support

    kibertoad committed Sep 11, 2018
    Copy the full SHA
    9705218 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. resolve conflicts

    kibertoad committed Sep 12, 2018
    Copy the full SHA
    14ff02f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Copy the full SHA
    52e7248 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e588e8 View commit details
    Browse the repository at this point in the history
  3. Fix withUserParams method

    kibertoad committed Sep 17, 2018
    Copy the full SHA
    37342be View commit details
    Browse the repository at this point in the history
  4. Fix knex instance cloning

    kibertoad committed Sep 17, 2018
    Copy the full SHA
    b6670de View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    kibertoad committed Sep 17, 2018
    Copy the full SHA
    92c57fe View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9e11fa1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a8344af View commit details
    Browse the repository at this point in the history
  8. Remove unneeded require

    kibertoad committed Sep 17, 2018
    Copy the full SHA
    55ee4df View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5aa2d83 View commit details
    Browse the repository at this point in the history
  10. Address review comments

    kibertoad committed Sep 17, 2018
    Copy the full SHA
    efcf76f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Copy the full SHA
    328e193 View commit details
    Browse the repository at this point in the history
  2. Remove knex cloning

    kibertoad committed Sep 25, 2018
    Copy the full SHA
    6845a5c View commit details
    Browse the repository at this point in the history
  3. Fix event listener leak

    kibertoad committed Sep 25, 2018
    Copy the full SHA
    36a558d View commit details
    Browse the repository at this point in the history