Skip to content

Commit db2e1d5

Browse files
committed
---
yaml --- r: 7533 b: refs/heads/tswast-patch-1 c: 6fd7163 h: refs/heads/master i: 7531: 8a12e56
1 parent e3c6be7 commit db2e1d5

21 files changed

Lines changed: 432 additions & 424 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 01812a30f31151db6678280ab4969c5337f49d7a
60+
refs/heads/tswast-patch-1: 6fd7163ff7cb6291c1ccf76231b238a44f3d5e8c
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contributing
77
4. Send a pull request.
88

99

10-
Here are some guidelines for hacking on gcloud-java.
10+
Here are some guidelines for hacking on google-cloud.
1111

1212

1313
Using maven for build/test
@@ -17,26 +17,26 @@ Maven 3.0+ is required.
1717

1818
When downloading the source, we recommend you obtain service account credentials.
1919
These credentials will allow you to run integration tests using `mvn verify` in command line.
20-
Follow step 2 of the [authentication instructions](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) to generate and use JSON service account credentials.
20+
Follow step 2 of the [authentication instructions](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) to generate and use JSON service account credentials.
2121

2222
It's also important to test that changes don't break compatibility with App/Compute Engine and when running elsewhere.
23-
To run tests on different platforms, try deploying the apps available on the [gcloud-java-examples](https://github.com/GoogleCloudPlatform/gcloud-java-examples) repository.
24-
End-to-end tests should ensure that gcloud-java works when running on the
23+
To run tests on different platforms, try deploying the apps available on the [google-cloud-examples](https://github.com/GoogleCloudPlatform/google-cloud-examples) repository.
24+
End-to-end tests should ensure that google-cloud works when running on the
2525

2626
* App Engine production environment (see the docs for [uploading your app to production App Engine](https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine))
2727
* App Engine development server (see the docs for [testing your app with the development server](https://cloud.google.com/appengine/docs/java/tools/maven#testing_your_app_with_the_development_server))
2828
* Compute Engine (see the [Getting Started Guide](https://cloud.google.com/compute/docs/quickstart), and be sure to [enable the appropriate APIs](https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication#on-google-compute-engine))
2929
* Your desktop (using `mvn exec:java`, for example)
3030

31-
When changes are made to authentication and project ID-related code, authentication and project ID inference should be tested using all relevant methods detailed in the [authentication docs](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) and [project ID docs](https://github.com/GoogleCloudPlatform/gcloud-java#specifying-a-project-id).
31+
When changes are made to authentication and project ID-related code, authentication and project ID inference should be tested using all relevant methods detailed in the [authentication docs](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) and [project ID docs](https://github.com/GoogleCloudPlatform/google-cloud-java#specifying-a-project-id).
3232

3333
Known issue: If you have installed the Google Cloud SDK, be sure to log in (using `gcloud auth login`) before running tests. Though the Datastore tests use a local Datastore emulator that doesn't require authentication, they will not run if you have the Google Cloud SDK installed but aren't authenticated.
3434

3535
**Please, do not use your production projects for executing integration tests.** While we do our best to make our tests independent of your project's state and content, they do perform create, modify and deletes, and you do not want to have your production data accidentally modified.
3636

3737
Adding Features
3838
---------------
39-
In order to add a feature to gcloud-java:
39+
In order to add a feature to google-cloud:
4040

4141
The feature must be fully documented using Javadoc and examples should be provided.
4242
The feature must work fully on Java 7 and above.
@@ -45,7 +45,7 @@ but new dependencies should be discussed).
4545

4646
Adding Support for a New Service
4747
--------------------------------
48-
See [SUPPORTING_NEW_SERVICES](./SUPPORTING_NEW_SERVICES.md) for guidelines on how to add support for a new Google Cloud service to `gcloud-java`.
48+
See [SUPPORTING_NEW_SERVICES](./SUPPORTING_NEW_SERVICES.md) for guidelines on how to add support for a new Google Cloud service to `google-cloud-java`.
4949

5050
Coding Style
5151
------------
@@ -73,4 +73,4 @@ Please note that this project is released with a Contributor Code of Conduct. By
7373
[gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
7474
[indvcla]: https://developers.google.com/open-source/cla/individual
7575
[corpcla]: https://developers.google.com/open-source/cla/corporate
76-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md
76+
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)