forked from db-migrate/node-db-migrate
-
Notifications
You must be signed in to change notification settings - Fork 2
Unfork DB Migrate #17
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Feature] pass through flag "ignore on init", to ignore specific migrations while initialization migrations.
[Bump] explicitly bump sqlite3 package version with fixed issue with node 4.0.0
removed unnecessary entries from migrator interface do not strip any `_function` unless it is explicitly defined via exclude
Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: BorntraegerMarc <[email protected]>
feat(progamableApi): CMD options can be passed programatically now
Signed-off-by: Tobias Gurtzick <[email protected]>
Refers to db-migrate#560 Refers to db-migrate#557 Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: Marc Bornträger <[email protected]>
Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: RandomSeeded <[email protected]>
Check functionality fixes db-migrate#186 fixes db-migrate#551
Signed-off-by: Tobias Gurtzick <[email protected]>
db-migrate#552 introduced a regression and effectively disfunctioned the reset function, since it did append just to the actionables within the run context. It was moved into its own context. Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: Tobias Gurtzick <[email protected]>
Signed-off-by: RandomSeeded <[email protected]>
fix(check): fix check via API not passing results to the callback
devony
approved these changes
May 29, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In conjunction with https://git.blendlabs.com/blend/lending/pull/21551/files and blend/mongodb#1
Re-apply all custom functionality we need on top of db-migrate.
The new changes are quite minor and ideally will get merged into upstream soon.
--
Edit: it looks like this is a straight up unfork with the exception of the mongodb driver (other PR) - all the other functionality has already gotten merged into the upstream so that's nice :)