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

feat(progamableApi): CMD options can be passed programatically now #555

Merged
merged 3 commits into from
Mar 21, 2018

Conversation

BorntraegerMarc
Copy link
Contributor

@BorntraegerMarc BorntraegerMarc commented Mar 20, 2018

Fixes #553

Signed-off-by: Marc Bornträger <marc.borntraeger@gmail.com>
@BorntraegerMarc
Copy link
Contributor Author

@wzrdtales The new PR with your suggested changes. Could you maybe release a new version if you think it's good? 😄

@BorntraegerMarc
Copy link
Contributor Author

@wzrdtales and do you know why the CI fails? 😅

@@ -98,9 +98,10 @@ module.exports = function (internals, isModule) {
.describe('log-level', 'Set the log-level, for example sql|warn')
.string('log-level');
} else {
var _internalsArgv = Object.assign(defaultConfig, internals.cmdOptions);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we stop using var from now on, since we dropped support prior node 4. Use const here instead.

@wzrdtales
Copy link
Member

Arggh...

Seems the node team backported some features to node 8

The following leaks were detected:SharedArrayBuffer, Atomics

@wzrdtales
Copy link
Member

wzrdtales commented Mar 20, 2018

I pushed out a change that fixes the ci errors. You will need to rebase against it.

@BorntraegerMarc
Copy link
Contributor Author

@wzrdtales didn't know that node v4 support was dropped. But I think it's very cool :) Ready for anoter review

@wzrdtales
Copy link
Member

everything before node 4, node 4 itself is supported though

@wzrdtales
Copy link
Member

Looks good, please bare with me, I have some meetings now, but will publish ASAP. Ping me should I not publish it before tomorrow morning :)

@wzrdtales wzrdtales merged commit cc6ac29 into db-migrate:master Mar 21, 2018
@wzrdtales
Copy link
Member

Pushed out. For the next time few hints:

Here you can find a description of the conventions for commits.
https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular

Your second commit would have better suited the refactor type :)

@wzrdtales
Copy link
Member

  • db-migrate@0.10.6

@BorntraegerMarc
Copy link
Contributor Author

@wzrdtales noted. thanks for the tip :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants