You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* basic implementation working
* docs and cleanup
* fixed client_kwargs bug
* Add ABSStore mutable mapping
* Fix import syntax
* Get open_zarr() working
* Change account variable names
* Fix client.exists() logging issue
* Minor comment changes
* Get to_zarr() working
* Remove state['container'] delete
* Implement rmdir
* Add docstring for ABSStore
* Remove GCSStore from this branch
* Fixed missing argument in getsize of ABStore
Was missing self.container_name as an argument
* Specified prefix argument in rmdir for abstore
* Fixed join string error in dir_path in ABStore
Join only accepts one argument, using os.path.join(x,y) formats the string as a valid file path for us.
* Remove logging work-around as the issue was fixed in azure-storage 1.3.0
* Clean up docstring
* Remove more GCSStore code
* Move utility functions into ABSStore class
* implemented the rest of the mutable mapping functions. tests pass with python 3.5
* using local blob emulator for storage.ABSStore testing
* fixed PY2 array.array error in storage.ABSStore
* create test container if not exists in ABSStore test
* added more tests for ABSStore
* reverted blob client creation to inside of ABSStore
* added group test for ABSStore
* emulator connection string not needed
* fixed import statement location and put azure-storage-blob in requirements
* fixed pickle tests
* fixed listdir in ABSStore
* fixed getsize
* Fixed PY2 pickle test. python 2 pickle can't pickle instance methods
* implemented the suggestion from here: #293 (comment)
* flake-8 fixes
* added azure-storage-blob
* first attempt at docker build with azurite
* azure storage emulator in appveyor
* syntax correction
* checking if emulator is preinstalled
* syntax fix
* syntax fix
* syntax fix
* removed wrong syntax
* storage emulator with docker
* trying different appveyor image
* flake 8 fixes
* full coverage
* verbose logs for pip install to see appveyor error
* trying to run locally installed emulator
* single-double quote yaml fix
* cmd prefix
* double quotes around exe file path
* double quotes within single quotes with environment variable substitution
* trying appveyor build with VS2015 image
;
* added comment and removed verbosity option for pip install
* list_abs_directory to list only directory blob using delimiter option in azure blob client
* fixed ABSStore docs
* fixed windows path listdir error
* ABSStore refactoring
* moved py2 array.array checking to numcodecs ensure bytes
* syntax fix
* flake8 fix
* fixed ABSStore parameter name container
* removed context manager from ABSStore
* ABSStore.__delitem__ now takes only 1 azure storage API call
* docs
* Update zarr/storage.py
Co-Authored-By: shikharsg <[email protected]>
* removed global import of azure storage library
* added ABSStore to zarr root import
* added ABSStore to tutorial.rst
* fixed docs
* trying to fix tutorial.rst
* flake8 fix
* fixing tutorial.rst
* fixed ABSStore in tutorial
* docs
* small change to docs
* cleaned create blob code
* flake8 fix
* Update docs/release.rst
Co-Authored-By: shikharsg <[email protected]>
* Apply suggestions from code review
Co-Authored-By: shikharsg <[email protected]>
0 commit comments