| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with a few tiny things.
Sorry, something went wrong.
| bucket = client.get_bucket('bucket-id-here') | ||
| # Then do other things... | ||
| blob = bucket.get_blob('remote/path/to/file.txt') | ||
| print blob.download_as_string() |
| --cov-append \ | ||
| --cov-config {toxinidir}/.coveragerc \ | ||
| core/unit_tests | ||
| py.test --quiet \ |
|
LGTM |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
@tseaver Yes essentially all will conflict, but luckily I can just re-run the script (that is why I ran it).
|
Sorry, something went wrong.
|
OK, LGTM |
Sorry, something went wrong.
Done via: $ mkdir -p storage/google/cloud $ cp google/__init__.py storage/google/__init__.py $ git add storage/google/__init__.py $ cp google/cloud/__init__.py storage/google/cloud/__init__.py $ git add storage/google/cloud/__init__.py $ git mv google/cloud/storage storage/google/cloud/storage $ git mv unit_tests/storage storage/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-storage as a dependency to the umbrella
package
- Adding the storage subdirectory into the list of packages
for verifying the docs
- Incorporating the storage subdirectory into the umbrella
coverage report
- Adding the storage only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the storage
tox config
|
Pushed to resolve rebase conflict and re-ran script. Won't wait on Travis since a) that could be awhile and b) this will be painful. |
Sorry, something went wrong.
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
| Back | FazBrowse Home | New Git URL |
This PR was created via: https://gist.github.com/dhermes/e239691aa584bd56a5352e34aad27cf3
export PROJECT_DIR="${HOME}/google-cloud-python" export READMES_DIR="${HOME}/i-wrote-some-readmes-for-2357" cd ${PROJECT_DIR} git worktree add -b make-storage-subpackage ../hotfix official/master python make_commits.py \ --git-root "${PROJECT_DIR}/../hotfix" \ --package storage \ --package-name "Google Cloud Storage" \ --readme "${READMES_DIR}/storage/README.rst"