Skip to content

Mutable mapping for Azure Blob #345

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 90 commits into from
Mar 1, 2019
Merged

Conversation

shikharsg
Copy link
Contributor

[Description of PR]

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • Docs build locally (e.g., run tox -e docs)
  • AppVeyor and Travis CI passes
  • Test coverage is 100% (Coveralls passes)

rabernat and others added 30 commits August 2, 2018 15:18
Was missing self.container_name as an argument
Join only accepts one argument, using os.path.join(x,y) formats the string as a valid file path for us.
Quick fix for small bugs in ABSStore class in storage.py
@alimanfoo
Copy link
Member

alimanfoo commented Feb 12, 2019

The travis build is not being triggered on the latest commits that I am making. So if you see the requests page of the travis build here, for some of the commits in this pull request it says 'Branch "abs_store" not included per configuration.', so I thought if I could add the abs_store branch to the travis.yml file(temporarily of course) then the build will be triggered. Like this:

branches:
  only:
    - master
    - abs_store

That shouldn't be necessary. Perhaps travis is getting confused because you also have a PR open from your branch into zarr-developers:abs_store (#293). Can #293 be closed now in favour of this PR?

@shikharsg
Copy link
Contributor Author

@alimanfoo thanks, that worked

@shikharsg
Copy link
Contributor Author

I have added a small snippet to tutorial.rst, but that's still using the emulator. So we can choose whether or not to keep that.

Apart from that I think this is good to go.

@@ -24,6 +25,10 @@ matrix:
dist: xenial
sudo: true

before_install:
- docker pull arafato/azurite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, this may move to an azure org on Docker Hub ( Azure/Azurite#94 ), but it hasn't happened yet. Happy with leaving this as is. Just raising awareness.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for pointing out

Copy link
Member

@jakirkham jakirkham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of minor comments above. Otherwise LGTM.

@shikharsg
Copy link
Contributor Author

Thanks @jakirkham, I have addressed your comments

@dazzag24
Copy link

Hi,
Is there anything else required on this pull request? It'd be great to get this into master and into a release.
Thanks
Darren

@dazzag24 dazzag24 mentioned this pull request Feb 22, 2019
@jakirkham
Copy link
Member

I think some other people that have helped in the review (or have not) should give it a look to see if everything meets their expectations.

@dazzag24
Copy link

Any further input from anyone? I'm keen to merge

Copy link
Member

@alimanfoo alimanfoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks good to me. Spotted a couple of very minor documentation fixes, but otherwise more than happy to merge.

@alimanfoo alimanfoo self-assigned this Feb 28, 2019
alimanfoo and others added 2 commits March 1, 2019 00:44
@jakirkham jakirkham merged commit 4c7b071 into zarr-developers:master Mar 1, 2019
@jakirkham
Copy link
Member

Thanks all :)

This was referenced Mar 1, 2019
@jakirkham jakirkham added this to the v2.3 milestone Mar 1, 2019
@alimanfoo
Copy link
Member

Thanks indeed, fantastic to see this go in 👏

I just realised that I missed @mzjp2 in the credits for this feature, I'll update the release notes directly.

@dazzag24
Copy link

dazzag24 commented Mar 1, 2019

Thanks all!

@shikharsg shikharsg deleted the abs_store branch March 1, 2019 09:26
@shikharsg
Copy link
Contributor Author

Thanks all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants