-
-
Notifications
You must be signed in to change notification settings - Fork 330
fix file modes #2000
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
fix file modes #2000
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
32e84eb
fix file modes
brokkoli71 6d66f2a
change store mode from literal to class of properties
brokkoli71 ab353c9
raise FileNotFoundError instead of KeyError
brokkoli71 9d83b6e
Merge branch 'refs/heads/master' into fix-file-modes
brokkoli71 a964cb5
rename OpenMode to AccessMode
brokkoli71 1ff5861
rename AccessMode parameters
brokkoli71 2340e8b
enforce AccessMode for MemoryStore and RemoteStore
brokkoli71 cab827c
fix RemoteStore
brokkoli71 b9f49b4
fix RemoteStore
brokkoli71 8b37537
Merge remote-tracking branch 'origin/fix-file-modes' into fix-file-modes
brokkoli71 1d46753
formatting
brokkoli71 5f876d2
fix RemoteStore._exists
brokkoli71 218a527
Revert "fix RemoteStore._exists"
brokkoli71 edd3630
create async Store.open()
brokkoli71 01e3fa2
make Store.open() classmethod
brokkoli71 f016d34
async clear and root_exists in Store
brokkoli71 6dbf994
fix test_remote.py:test_basic
brokkoli71 2c372aa
fix RemoteStore.open
brokkoli71 f921f9e
Merge branch 'refs/heads/master' into fix-file-modes
brokkoli71 f03e4da
remove unnecessary import zarr in tests
brokkoli71 0c12510
rename root_exists to (not) empty, test and fix store.empty, store.clear
brokkoli71 7932593
mypy
brokkoli71 ef0aef8
Merge branch 'v3' into fix-file-modes
brokkoli71 830dd7e
incorporate feedback on store._open()
brokkoli71 3abfad6
rename store.ensure_open to store._ensure_open
brokkoli71 7d75edc
Merge branch 'refs/heads/master' into fix-file-modes
brokkoli71 6616185
Merge branch 'refs/heads/master' into fix-file-modes
brokkoli71 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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.