Plugin: Merge in 0.12.6 and prepare for release 0.12.6b1#787
Merged
Conversation
Update docs ahead of 0.12.5 release
…ude host
Unsafe dj.kill() added to facillitate usage by automatic scripts
(e.g. job runners which need to terminate stuck/old jobs forcefully)
Changes:
- add 'safemode' argument to dj.kill
Value defaults to Null which implies reading the value from current
dj.config['safemode'] option, falling back to True if this is not present.
- add safemode=False dj.kill operation mode
This will apply the given restriction to the processlist query
and kill all matching processes. Number of killed processes will
be returned if no errors are encountered.
…unction Also correctly document TIME>600 example.
datajoint/admin.py: add unsafe dj.kill option, expand display to include host
…ables such as ~jobs by default.
Fix datajoint#737: Avoid logging events on auxiliary tables such as ~jobs, ~log, etc.
Fix Coveralls, Centralize Reverse Proxy (NGINX), and add Flake8 Linter
…ix-update-date-null
…null Modify _update to allow nullable updates for strings/date
Update Dockerfile
Fix S3 remove_object and add external location checks
Avoid __ function name
datajoint/admin.py: dj.kill order_by extension 1/N (datajoint#779)
datajoint/table.py: smarter dataframe conversion (datajoint#666)
Update changelog, version, and minio test cases
eywalker
approved these changes
May 18, 2020
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
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.
No description provided.