-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(migration): Update common files for batch migration (#11648)
- Loading branch information
Showing
30 changed files
with
123 additions
and
299 deletions.
There are no files selected for viewing
This file contains 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
31 changes: 0 additions & 31 deletions
31
packages/google-cloud-assured-workloads/.pre-commit-config.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/google-cloud-assured-workloads/.release-please-manifest.json
This file was deleted.
Oops, something went wrong.
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,21 +35,21 @@ Using a Development Checkout | |
You'll have to create a development environment using a Git checkout: | ||
|
||
- While logged into your GitHub account, navigate to the | ||
``python-assured-workloads`` `repo`_ on GitHub. | ||
``google-cloud-python`` `repo`_ on GitHub. | ||
|
||
- Fork and clone the ``python-assured-workloads`` repository to your GitHub account by | ||
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by | ||
clicking the "Fork" button. | ||
|
||
- Clone your fork of ``python-assured-workloads`` from your GitHub account to your local | ||
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local | ||
computer, substituting your account username and specifying the destination | ||
as ``hack-on-python-assured-workloads``. E.g.:: | ||
as ``hack-on-google-cloud-python``. E.g.:: | ||
|
||
$ cd ${HOME} | ||
$ git clone [email protected]:USERNAME/python-assured-workloads.git hack-on-python-assured-workloads | ||
$ cd hack-on-python-assured-workloads | ||
# Configure remotes such that you can pull changes from the googleapis/python-assured-workloads | ||
$ git clone [email protected]:USERNAME/google-cloud-python.git hack-on-google-cloud-python | ||
$ cd hack-on-google-cloud-python | ||
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python | ||
# repository into your local repository. | ||
$ git remote add upstream [email protected]:googleapis/python-assured-workloads.git | ||
$ git remote add upstream [email protected]:googleapis/google-cloud-python.git | ||
# fetch and merge changes from upstream into main | ||
$ git fetch upstream | ||
$ git merge upstream/main | ||
|
@@ -60,7 +60,7 @@ repo, from which you can submit a pull request. | |
To work on the codebase and run the tests, we recommend using ``nox``, | ||
but you can also use a ``virtualenv`` of your own creation. | ||
|
||
.. _repo: https://github.com/googleapis/python-assured-workloads | ||
.. _repo: https://github.com/googleapis/google-cloud-python | ||
|
||
Using ``nox`` | ||
============= | ||
|
@@ -113,7 +113,7 @@ Coding Style | |
export GOOGLE_CLOUD_TESTING_BRANCH="main" | ||
|
||
By doing this, you are specifying the location of the most up-to-date | ||
version of ``python-assured-workloads``. The | ||
version of ``google-cloud-python``. The | ||
remote name ``upstream`` should point to the official ``googleapis`` | ||
checkout and the branch should be the default branch on that remote (``main``). | ||
|
||
|
@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the | |
``README``. Due to the reStructuredText (``rst``) parser used by | ||
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst`` | ||
instead of | ||
``https://github.com/googleapis/python-assured-workloads/blob/main/CONTRIBUTING.rst``) | ||
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``) | ||
may cause problems creating links or rendering the description. | ||
|
||
.. _description on PyPI: https://pypi.org/project/google-cloud-assured-workloads | ||
|
@@ -236,7 +236,7 @@ We support: | |
|
||
Supported versions can be found in our ``noxfile.py`` `config`_. | ||
|
||
.. _config: https://github.com/googleapis/python-assured-workloads/blob/main/packages/google-cloud-assured-workloads/noxfile.py | ||
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-assured-workloads/noxfile.py | ||
|
||
|
||
********** | ||
|
This file contains 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
Empty file.
30 changes: 0 additions & 30 deletions
30
packages/google-cloud-assured-workloads/release-please-config.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/google-cloud-gke-backup/.release-please-manifest.json
This file was deleted.
Oops, something went wrong.
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,21 +35,21 @@ Using a Development Checkout | |
You'll have to create a development environment using a Git checkout: | ||
|
||
- While logged into your GitHub account, navigate to the | ||
``python-gke-backup`` `repo`_ on GitHub. | ||
``google-cloud-python`` `repo`_ on GitHub. | ||
|
||
- Fork and clone the ``python-gke-backup`` repository to your GitHub account by | ||
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by | ||
clicking the "Fork" button. | ||
|
||
- Clone your fork of ``python-gke-backup`` from your GitHub account to your local | ||
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local | ||
computer, substituting your account username and specifying the destination | ||
as ``hack-on-python-gke-backup``. E.g.:: | ||
as ``hack-on-google-cloud-python``. E.g.:: | ||
|
||
$ cd ${HOME} | ||
$ git clone [email protected]:USERNAME/python-gke-backup.git hack-on-python-gke-backup | ||
$ cd hack-on-python-gke-backup | ||
# Configure remotes such that you can pull changes from the googleapis/python-gke-backup | ||
$ git clone [email protected]:USERNAME/google-cloud-python.git hack-on-google-cloud-python | ||
$ cd hack-on-google-cloud-python | ||
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python | ||
# repository into your local repository. | ||
$ git remote add upstream [email protected]:googleapis/python-gke-backup.git | ||
$ git remote add upstream [email protected]:googleapis/google-cloud-python.git | ||
# fetch and merge changes from upstream into main | ||
$ git fetch upstream | ||
$ git merge upstream/main | ||
|
@@ -60,7 +60,7 @@ repo, from which you can submit a pull request. | |
To work on the codebase and run the tests, we recommend using ``nox``, | ||
but you can also use a ``virtualenv`` of your own creation. | ||
|
||
.. _repo: https://github.com/googleapis/python-gke-backup | ||
.. _repo: https://github.com/googleapis/google-cloud-python | ||
|
||
Using ``nox`` | ||
============= | ||
|
@@ -113,7 +113,7 @@ Coding Style | |
export GOOGLE_CLOUD_TESTING_BRANCH="main" | ||
|
||
By doing this, you are specifying the location of the most up-to-date | ||
version of ``python-gke-backup``. The | ||
version of ``google-cloud-python``. The | ||
remote name ``upstream`` should point to the official ``googleapis`` | ||
checkout and the branch should be the default branch on that remote (``main``). | ||
|
||
|
@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the | |
``README``. Due to the reStructuredText (``rst``) parser used by | ||
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst`` | ||
instead of | ||
``https://github.com/googleapis/python-gke-backup/blob/main/CONTRIBUTING.rst``) | ||
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``) | ||
may cause problems creating links or rendering the description. | ||
|
||
.. _description on PyPI: https://pypi.org/project/google-cloud-gke-backup | ||
|
@@ -236,7 +236,7 @@ We support: | |
|
||
Supported versions can be found in our ``noxfile.py`` `config`_. | ||
|
||
.. _config: https://github.com/googleapis/python-gke-backup/blob/main/packages/google-cloud-gke-backup/noxfile.py | ||
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-gke-backup/noxfile.py | ||
|
||
|
||
********** | ||
|
This file contains 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
Empty file.
24 changes: 0 additions & 24 deletions
24
packages/google-cloud-gke-backup/release-please-config.json
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
packages/google-cloud-network-services/.pre-commit-config.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/google-cloud-network-services/.release-please-manifest.json
This file was deleted.
Oops, something went wrong.
This file contains 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.