-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updatejsdb #298
Updatejsdb #298
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… CYT-828-add-plugin-command
for more information, see https://pre-commit.ci
… CYT-828-add-plugin-command
for more information, see https://pre-commit.ci
Simpler string formatting. Co-authored-by: Ryan Mast <[email protected]>
Fixed typo. Co-authored-by: Ryan Mast <[email protected]>
for more information, see https://pre-commit.ci
…().get_data_dir_path() instead of hardcoded path that no longer exists.
for more information, see https://pre-commit.ci
Co-authored-by: Ryan Mast <[email protected]>
Increase readability of the code. Co-authored-by: Ryan Mast <[email protected]>
Co-authored-by: Ryan Mast <[email protected]>
Co-authored-by: Ryan Mast <[email protected]>
for more information, see https://pre-commit.ci
Removed old comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loads database on import. Downloads database only when surfactant plugin update-db <js_file or --all>
is called.
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downloads database only when surfactant plugin update-db <js_file or --all>
is called. Loads database on import. Warn only once if the database does not exist.
Summary
If merged this pull request will update the database for js_file plugin.
Proposed changes
Moved the update js_file database script to the plugin's update db hook implementation.