| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| :: | ||
|
|
||
| $ pip install --upgrade google-cloud-monitoring |
Done via: $ mkdir -p monitoring/google/cloud $ cp google/__init__.py monitoring/google/__init__.py $ git add monitoring/google/__init__.py $ cp google/cloud/__init__.py monitoring/google/cloud/__init__.py $ git add monitoring/google/cloud/__init__.py $ git mv google/cloud/monitoring monitoring/google/cloud/monitoring $ git mv unit_tests/monitoring monitoring/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-monitoring as a dependency to the umbrella
package
- Adding the monitoring subdirectory into the list of packages
for verifying the docs
- Incorporating the monitoring subdirectory into the umbrella
coverage report
- Adding the monitoring only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the monitoring
tox config
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Fixes internal issue 481740136 🦕
| 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-monitoring-subpackage ../hotfix official/master python make_commits.py \ --git-root "${PROJECT_DIR}/../hotfix" \ --package monitoring \ --package-name "Stackdriver Monitoring" \ --readme "${READMES_DIR}/monitoring/README.rst"