Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: rename repo to match other languages (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Jul 21, 2020
1 parent 948776f commit 2b5746b
Show file tree
Hide file tree
Showing 31 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/googleapis/java-gameservices/issues
- Search the issues already opened: https://github.com/googleapis/java-game-servers/issues
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform

If you are still having issues, please include as much information as possible:
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-gameservices/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-game-servers/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bash .kokoro/coerce_logs.sh
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-gameservices
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-game-servers
fi

echo "exiting with ${RETURN_CODE}"
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# All builds use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/build.sh"
value: "github/java-game-servers/.kokoro/build.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/continuous/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/build.sh"
value: "github/java-game-servers/.kokoro/build.sh"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/continuous/dependencies.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/dependencies.sh"
value: "github/java-game-servers/.kokoro/dependencies.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/java8-osx.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.sh"
build_file: "java-game-servers/.kokoro/build.sh"
2 changes: 1 addition & 1 deletion .kokoro/continuous/java8-win.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.bat"
build_file: "java-game-servers/.kokoro/build.bat"
4 changes: 2 additions & 2 deletions .kokoro/continuous/propose_release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -21,7 +21,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/continuous/propose_release.sh"
value: "github/java-game-servers/.kokoro/continuous/propose_release.sh"
}

# tokens used by release-please to keep an up-to-date release PR.
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/nightly/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/build.sh"
value: "github/java-game-servers/.kokoro/build.sh"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/nightly/dependencies.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/dependencies.sh"
value: "github/java-game-servers/.kokoro/dependencies.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/nightly/java8-osx.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.sh"
build_file: "java-game-servers/.kokoro/build.sh"
2 changes: 1 addition & 1 deletion .kokoro/nightly/java8-win.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.bat"
build_file: "java-game-servers/.kokoro/build.bat"
4 changes: 2 additions & 2 deletions .kokoro/presubmit/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/build.sh"
value: "github/java-game-servers/.kokoro/build.sh"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/dependencies.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/dependencies.sh"
value: "github/java-game-servers/.kokoro/dependencies.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/java8-osx.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.sh"
build_file: "java-game-servers/.kokoro/build.sh"
2 changes: 1 addition & 1 deletion .kokoro/presubmit/java8-win.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "java-gameservices/.kokoro/build.bat"
build_file: "java-game-servers/.kokoro/build.bat"
2 changes: 1 addition & 1 deletion .kokoro/presubmit/linkage-monitor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/linkage-monitor.sh"
value: "github/java-game-servers/.kokoro/linkage-monitor.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/release/bump_snapshot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -21,7 +21,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/bump_snapshot.sh"
value: "github/java-game-servers/.kokoro/release/bump_snapshot.sh"
}

# tokens used by release-please to keep an up-to-date release PR.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "java-gameservices/.kokoro/trampoline.sh"
build_file: "java-game-servers/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/drop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/drop.sh"
value: "github/java-game-servers/.kokoro/release/drop.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/release/promote.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/promote.sh"
value: "github/java-game-servers/.kokoro/release/promote.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/publish_javadoc.sh"
value: "github/java-game-servers/.kokoro/release/publish_javadoc.sh"
}

before_action {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -DskipTests=true

NAME=google-cloud-gameservices
NAME=google-cloud-game-servers
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/snapshot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/snapshot.sh"
value: "github/java-game-servers/.kokoro/release/snapshot.sh"
}
6 changes: 3 additions & 3 deletions .kokoro/release/stage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-gameservices/.kokoro/release/stage.sh"
value: "github/java-game-servers/.kokoro/release/stage.sh"
}

# Need to save the properties file
action {
define_artifacts {
regex: "github/java-gameservices/target/nexus-staging/staging/*.properties"
strip_prefix: "github/java-gameservices"
regex: "github/java-game-servers/target/nexus-staging/staging/*.properties"
strip_prefix: "github/java-game-servers"
}
}

Expand Down
8 changes: 4 additions & 4 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "gameservices",
"name_pretty": "Cloud Gaming",
"product_documentation": "https://cloud.google.com/docs/games/products/",
"client_documentation": "https://googleapis.dev/java/google-cloud-gameservices/latest/",
"client_documentation": "https://googleapis.dev/java/google-cloud-game-servers/latest/",
"issue_tracker": "",
"release_level": "alpha",
"language": "java",
"repo": "googleapis/java-gameservices",
"repo_short": "java-gameservices",
"distribution_name": "com.google.cloud:google-cloud-gameservices",
"repo": "googleapis/java-game-servers",
"repo_short": "java-game-servers",
"distribution_name": "com.google.cloud:google-cloud-game-servers",
"api_id": "gameservices.googleapis.com",
"transport": "grpc",
"api_description": "provides access to the Game Services API."
Expand Down
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ If you are using Maven without BOM, add this to your dependencies:

```

[//]: # ({x-version-update-start:google-cloud-gameservices:released})
[//]: # ({x-version-update-start:google-cloud-game-servers:released})

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-gameservices:0.19.1'
compile 'com.google.cloud:google-cloud-game-servers:0.0.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gameservices" % "0.19.1"
libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "0.0.0"
```
[//]: # ({x-version-update-end})

Expand All @@ -74,8 +74,8 @@ You will need a [Google Cloud Platform Console][developer-console] project with

### Installation and setup

You'll need to obtain the `google-cloud-gameservices` library. See the [Quickstart](#quickstart) section
to add `google-cloud-gameservices` as a dependency in your code.
You'll need to obtain the `google-cloud-game-servers` library. See the [Quickstart](#quickstart) section
to add `google-cloud-game-servers` as a dependency in your code.

## About Cloud Gaming

Expand Down Expand Up @@ -137,28 +137,28 @@ Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

[product-docs]: https://cloud.google.com/docs/games/products/
[javadocs]: https://googleapis.dev/java/google-cloud-gameservices/latest/
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-gameservices/java11.html
[javadocs]: https://googleapis.dev/java/google-cloud-game-servers/latest/
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-game-servers/java11.html
[stability-image]: https://img.shields.io/badge/stability-alpha-orange
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gameservices.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-gameservices&core=gav
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-game-servers.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-game-servers&core=gav
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[developer-console]: https://console.developers.google.com/
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-sdk]: https://cloud.google.com/sdk/
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/java-gameservices/blob/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-gameservices/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-gameservices/blob/master/LICENSE
[contributing]: https://github.com/googleapis/java-game-servers/blob/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-game-servers/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-game-servers/blob/master/LICENSE

[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=gameservices.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>pom</packaging>
<version>0.19.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-game-servers:current} -->
<name>Google Cloud Game Services Parent</name>
<url>https://github.com/googleapis/java-gameservices</url>
<url>https://github.com/googleapis/java-game-servers-v1beta</url>
<description>
Java idiomatic client for Google Cloud Platform services.
</description>
Expand All @@ -32,13 +32,13 @@
<name>Google LLC</name>
</organization>
<scm>
<connection>scm:git:[email protected]:googleapis/java-gameservices.git</connection>
<developerConnection>scm:git:[email protected]:googleapis/java-gameservices.git</developerConnection>
<url>https://github.com/googleapis/java-gameservices</url>
<connection>scm:git:[email protected]:googleapis/java-game-servers-v1beta.git</connection>
<developerConnection>scm:git:[email protected]:googleapis/java-game-servers-v1beta.git</developerConnection>
<url>https://github.com/googleapis/java-game-servers-v1beta</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/googleapis/java-gameservices/issues</url>
<url>https://github.com/googleapis/java-game-servers-v1beta/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<distributionManagement>
Expand All @@ -62,7 +62,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-gameservices-parent</site.installationModule>
<site.installationModule>google-cloud-game-servers-v1beta-parent</site.installationModule>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-gameservices",
"^com.google.cloud:google-cloud-game-servers",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
Expand Down
Loading

0 comments on commit 2b5746b

Please sign in to comment.