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

Commit

Permalink
feat: add the onramp repos and team (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 3, 2019
1 parent bef8b1d commit b993ec3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
16 changes: 15 additions & 1 deletion repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@
{ "language": "dotnet", "repo": "googleapis/google-api-dotnet-client"},
{ "language": "dotnet", "repo": "googleapis/google-cloud-dotnet"},
{ "language": "dotnet", "repo": "googleapis/gapic-generator-csharp"},
{ "language": "dotnet", "repo": "GoogleCloudPlatform/dotnet-docs-samples"},
{ "language": "dotnet", "repo": "GoogleCloudPlatform/getting-started-dotnet"},

{ "language": "elixir", "repo": "googleapis/elixir-google-api"},
{ "language": "elixir", "repo": "GoogleCloudPlatform/elixir-samples"},

{ "language": "go", "repo": "googleapis/go-genproto"},
{ "language": "go", "repo": "googleapis/gax-go"},
{ "language": "go", "repo": "googleapis/google-api-go-client"},
{ "language": "go", "repo": "googleapis/google-cloud-go-testing"},
{ "language": "go", "repo": "googleapis/google-cloud-go"},
{ "language": "go", "repo": "googleapis/gapic-generator-go"},
{ "language": "go", "repo": "GoogleCloudPlatform/golang-samples"},

{ "language": "java", "repo": "googleapis/api-common-java"},
{ "language": "java", "repo": "googleapis/cloud-bigtable-client", "apiHint": "bigtable"},
Expand Down Expand Up @@ -86,6 +90,8 @@
{ "language": "java", "repo": "googleapis/java-spanner-jdbc", "apiHint": "spanner"},
{ "language": "java", "repo": "googleapis/java-storage-nio", "apiHint": "storage"},
{ "language": "java", "repo": "googleapis/java-notification"},
{ "language": "java", "repo": "GoogleCloudPlatform/java-docs-samples"},
{ "language": "java", "repo": "GoogleCloudPlatform/getting-started-java"},

{ "language": "nodejs", "repo": "googleapis/cloud-debug-nodejs", "apiHint": "clouddebugger"},
{ "language": "nodejs", "repo": "googleapis/cloud-profiler-nodejs", "apiHint": "cloudprofiler"},
Expand Down Expand Up @@ -162,6 +168,8 @@
{ "language": "nodejs", "repo": "googleapis/sloth"},
{ "language": "nodejs", "repo": "googleapis/teeny-request"},
{ "language": "nodejs", "repo": "googleapis/gapic-generator-typescript"},
{ "language": "nodejs", "repo": "GoogleCloudPlatform/nodejs-docs-samples"},
{ "language": "nodejs", "repo": "GoogleCloudPlatform/nodejs-getting-started"},

{ "language": "php", "repo": "googleapis/gax-php"},
{ "language": "php", "repo": "googleapis/google-api-php-client"},
Expand Down Expand Up @@ -201,6 +209,8 @@
{ "language": "php", "repo": "googleapis/google-cloud-php-translate"},
{ "language": "php", "repo": "googleapis/google-cloud-php-videointelligence"},
{ "language": "php", "repo": "googleapis/google-cloud-php-vision"},
{ "language": "php", "repo": "GoogleCloudPlatform/php-docs-samples"},
{ "language": "php", "repo": "GoogleCloudPlatform/getting-started-php"},

{ "language": "python", "repo": "googleapis/dialogflow-python-client-v2", "apiHint": "dialogflow"},
{ "language": "python", "repo": "googleapis/google-api-python-client"},
Expand All @@ -215,6 +225,8 @@
{ "language": "python", "repo": "googleapis/docuploader"},
{ "language": "python", "repo": "googleapis/google-auth-library-python-oauthlib"},
{ "language": "python", "repo": "googleapis/gapic-generator-python"},
{ "language": "python", "repo": "GoogleCloudPlatform/python-docs-samples"},
{ "language": "python", "repo": "GoogleCloudPlatform/getting-started-python"},

{ "language": "ruby", "repo": "googleapis/discovery-artifact-manager"},
{ "language": "ruby", "repo": "googleapis/gax-ruby"},
Expand All @@ -223,6 +235,8 @@
{ "language": "ruby", "repo": "googleapis/google-cloud-ruby"},
{ "language": "ruby", "repo": "googleapis/ruby-style"},
{ "language": "ruby", "repo": "googleapis/signet"},
{ "language": "ruby", "repo": "googleapis/gapic-generator-ruby"}
{ "language": "ruby", "repo": "googleapis/gapic-generator-ruby"},
{ "language": "ruby", "repo": "GoogleCloudPlatform/ruby-docs-samples"},
{ "language": "ruby", "repo": "GoogleCloudPlatform/getting-started-ruby"}
]
}
19 changes: 19 additions & 0 deletions teams.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,25 @@
"googleapis/google-cloud-cpp-spanner"
]
},
{
"name": "onramp",
"repos": [
"GoogleCloudPlatform/nodejs-docs-samples",
"GoogleCloudPlatform/php-docs-samples",
"GoogleCloudPlatform/ruby-docs-samples",
"GoogleCloudPlatform/elixir-samples",
"GoogleCloudPlatform/golang-samples",
"GoogleCloudPlatform/python-docs-samples",
"GoogleCloudPlatform/java-docs-samples",
"GoogleCloudPlatform/dotnet-docs-samples",
"GoogleCloudPlatform/nodejs-getting-started",
"GoogleCloudPlatform/getting-started-ruby",
"GoogleCloudPlatform/getting-started-php",
"GoogleCloudPlatform/getting-started-python",
"GoogleCloudPlatform/getting-started-java",
"GoogleCloudPlatform/getting-started-dotnet"
]
},
{
"name": "core",
"apis": [
Expand Down

0 comments on commit b993ec3

Please sign in to comment.