-
Notifications
You must be signed in to change notification settings - Fork 90
External storage, enhancements, bugfixes #377
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
67e41ef
Fixed #367
dimitri-yatsenko f89bf0e
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko 159cb51
fixed dependencies
dimitri-yatsenko bb88117
implemented the Union operator
dimitri-yatsenko 9703126
bugfix in populate
dimitri-yatsenko 4fa1abd
fixed a bug in server-side insert with missing attributes
dimitri-yatsenko d6b9f2a
work on cascading delete
dimitri-yatsenko c35ed7a
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko 7299058
fixed #375 -- added the max_calls argument to populate
dimitri-yatsenko 3baf487
simplified insert from select
dimitri-yatsenko 4969c36
consolidating the use of hashes
dimitri-yatsenko ce774be
added module `external` for handling external storage
dimitri-yatsenko ad650b0
minor fix in external, work in progress
dimitri-yatsenko 860d04b
minor
dimitri-yatsenko 2144b0f
changed how external storage is configured
dimitri-yatsenko cfc1e21
minor bug
dimitri-yatsenko 0195cfc
minor formatting
dimitri-yatsenko d821bcf
removed the JobManager class -- it was never used
dimitri-yatsenko 183b324
bugfix from previous commit
dimitri-yatsenko 6164eb5
renamed the display_progress argument in populate()
dimitri-yatsenko 96f0d20
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko b37175b
rolled back unintended changes in delete
dimitri-yatsenko 9688e5d
fixed typo JobsTable -> JobTable
dimitri-yatsenko bcc0048
fixed bugs introduced in recent commits
dimitri-yatsenko 28208c2
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko 04b1829
fixed test_requirements
dimitri-yatsenko 1c8e071
fixed indentation
dimitri-yatsenko bb11c1b
minor
dimitri-yatsenko 9fc36b4
minor
dimitri-yatsenko 9fca90f
minor code refactor in schema.py
dimitri-yatsenko 7069dad
improved the error message in autopopulate
dimitri-yatsenko 3bc28c5
correction to previous commit
dimitri-yatsenko a3d1a53
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko d9cca7b
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko 1b37ee9
typo
dimitri-yatsenko cf3cf0c
made `make` and acceptable name for the populate callback (issue #387)
dimitri-yatsenko 85b6587
small bugfix for rare cases with multiple inheritance
dimitri-yatsenko f936073
minor fix
dimitri-yatsenko 2b622c1
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko 5270d80
minor fixes
dimitri-yatsenko 85502b0
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko bdba20d
undid an unintended change in delete
dimitri-yatsenko 919efba
implemented declaration of external fields
dimitri-yatsenko e30dfb2
added tests for external storage
dimitri-yatsenko 259950d
minor cleanup
dimitri-yatsenko 3a7f416
minor cleanup
dimitri-yatsenko 3594c67
added external storage tests
dimitri-yatsenko 7eb114c
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko 4d1af79
Completed basic implementation of external storage.
dimitri-yatsenko 4a58a9a
ERD does not show dependencies on external storage
dimitri-yatsenko 1ca0b09
again, the ERD no longer includes references to ~external
dimitri-yatsenko add950f
fixed #328: the jobs table now records the error stack
dimitri-yatsenko 90c021e
fixes for #328
dimitri-yatsenko 782a9a5
fixed #388 -- a more elegant way to skip duplicates in insert
dimitri-yatsenko 383595d
followup to previous commit
dimitri-yatsenko 794dc47
made insert from query more consistent with insert from variables
dimitri-yatsenko 5ab3381
fixed issue #381 -- better error messages for syntax errors in declar…
dimitri-yatsenko 4b2671e
typo from previous commit
dimitri-yatsenko 9a0b902
set the strict mode at connection time
dimitri-yatsenko 7302571
set sql_mode in connection
dimitri-yatsenko 569881a
updated the sql_mode
dimitri-yatsenko 86c2480
added tests for union and for external storage. Other minor fixes bas…
dimitri-yatsenko 6f7c6bd
improved documentation and error messages for fetch and fetch1. Fixe…
dimitri-yatsenko 8018a9d
added tests for external storage
dimitri-yatsenko 7627569
changed the shape of the computed nodes in the ERD to elipse to avoid…
dimitri-yatsenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = "0.8.2" | ||
| __version__ = "0.9.0" |
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.
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.
We should throw deprecation warning when we find
_make_tuplesThere 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.
Concluded that we are holding off deprecation of
_make_tuples