-
-
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
Replace optimist #224
Comments
Was moved to v0.11.0, actually we leave it in place for v0.10.x as we're going to take a look at several solutions and make decision afterwards. |
When replacing optimist, also rework the way db-migrate initialize. Currently db-mgrate needs ~0.22s for pure init before anything gets printed to the console. Just by moving the command line parser to be the first item after instance identification will enable us a initialization time of ~0.07s instead. |
We had an increase from ~0.09s from version 0.9.x to 0.10.x, the reason for this is tunnel-ssh. One level deeper it shows that actually ssh2 seems to be the slow one. |
Opened item #387 to immediately fix the issue with tunnel-ssh. |
This becomes important because of a vulnerability found in the version of minimist that optimist depends on. (In addition, mkdirp should be upgraded as well) |
Replace optimist with a better component. As it's no longer support by the developer and doesn't met the requirements anymore.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: