-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add external storage, dj.config, and more #327
Merged
Merged
Conversation
This file contains 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
Restructure to prepare adding new special types
Fix ERD test and add R2019a tests
Fix bug with createSchema
Update license user
Add dj.config + support methods and remove dj.set
Add dj.config + support methods and remove dj.set
Merge from config2
pull from feature branch to bring current
Fix travis issue
Ignore any extension variation of docker-compose.yaml
Update release notes
Add help on dj.config
Add packaging, support for GHA, and resolve conflicts
ixcat
approved these changes
Dec 9, 2020
pull upstage-external-storage-jobid to latest external-storage code
issue 251 -> stage-external-storage-jobid
state-external-storage-jobid: adjust TestPopulate test method, link to suite
stage-external-storage-jobid: tests/TestPopulate.m: deconflict Lab.Subject record
tests/TestPopulate.m: redeconflict Lab.Subject w/r/t TestRelationalOperand.m
TestPopulate serverID / jobs table test setup fixes
docs-parts/intro/Releases_lang1.rst: update date, issues
Stage -> External Storage
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.
And we are finally here!
This is the formal PR to merge
external-storage
branch features.Minor Updates
dj.config
to be compatible with dj-python and removeddj.set
(Add DJ config #186) Add dj.config + support methods and remove dj.set #188unique
andnullable
options for foreign keys (Support for Unique and Nullable Foreign Keys #110) PR Add options for foreign key attributes #303dj.new
(Add non-interactive options for interactive tools likedj.new
anddj.createSchema
#69) Add packaging, support for GHA, and resolve conflicts #317dj.kill_quick
( add mechanism for programmatic use of dj.kill #251) PR Stage -> External Storage #314Bugfix Updates
order_by
option todj.kill
output (output of dj.kill has no particular order #229) PR +dj/kill.m: update (add connection, order_by support) - fix #229 #248, Stage -> Master #292erd
function missing from package (Missing erd function in newly packaged DataJoint Toolbox #307) PR Add erd.m back into DataJoint Toolbox #310fetchn
of an external field (incorrect return when fetchn of an external field #269) PR Update fetchn and tweak tests for coverage #274foreign key constraint
in~external_%
table #217) PR Fix SQL argument growth condition #220Tests Updates
Fix #186
Fix #180
Fix #143
Fix #88
Fix #228
Fix #110
Fix #69
Fix #250
Fix #278
Fix #229
Fix #307
Fix #311
Fix #269
Fix #255
Fix #254
Fix #217
Fix #233
Fix #320
Fix #251
Fix #87
Fix #275