-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Rewrite loader #537
Rewrite loader #537
Conversation
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
d5231a3
to
879b1fa
Compare
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
d3e563d
to
2fb3afa
Compare
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
626a58b
to
25b458c
Compare
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
25b458c
to
436c1d2
Compare
🎉 Rewrite of this part is done. If you want you can checkout @BorntraegerMarc , I'm next targeting the state manager as dependency to the version 2 schema that is following after this. |
d3e98a8
to
8313c9e
Compare
536e9a3
to
8313c9e
Compare
Refers to #215 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
start of the port of the version 1 schema. Refers to #215 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Referst to #215 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
patched to make sync and down working properly. Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Deprecate old hook 'migrator:migration:hook:require' and add a warning. Prepare to finally remove all other unnecessary files. Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
incorporate #552 |
8313c9e
to
29c703d
Compare
rebased, rewriting logic of #552 to new loader |
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
#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 <magic@wizardtales.com>
Implementation Details
Refactoring
db-migrate-shared
Bugfixes on the way
Refers to #215