- Aug 19, 2019
-
-
Alex Hong authored
-
- Aug 17, 2019
-
-
Alex Hong authored
This reverts commit #191 .
-
- Aug 16, 2019
-
-
Alex Hong authored
* regen
-
- Aug 01, 2019
-
-
Jean de Klerk authored
-
- Jul 16, 2019
-
-
Jean de Klerk authored
-
- Jul 08, 2019
-
-
Jean de Klerk authored
-
- Jul 01, 2019
-
-
Jean de Klerk authored
-
- Jun 27, 2019
-
-
Jean de Klerk authored
This reverts commit 8a5ba248.
-
Jean de Klerk authored
Mostly to pull in iam changes.
-
Jean de Klerk authored
-
- Jun 26, 2019
-
-
Jean de Klerk authored
-
- Jun 20, 2019
-
-
Jean de Klerk authored
-
- Jun 11, 2019
-
-
David Cavazos authored
-
- Jun 05, 2019
-
-
David Cavazos authored
-
- May 30, 2019
-
-
David Cavazos authored
-
- May 22, 2019
-
-
Jean de Klerk authored
-
- May 16, 2019
-
-
Jean de Klerk authored
-
- May 15, 2019
-
-
Jean de Klerk authored
Good apidiff signals are lost in the noise of constantly changing non-stable APIs. Removing it for now: we should think about how to more holistically test stability between cloud.google.com/go and genproto.
-
Jean de Klerk authored
In this CL I've reverted the IAM updates because of a current IAM problem identified by a colleague. Will pick up IAM changes again after that's resolved. BREAKING_CHANGE_ACCEPTABLE: adding grafeas
-
- May 13, 2019
-
-
Jean de Klerk authored
This allows removal of x/net/sync and x/net/context, which is a welcome change. BREAKING_CHANGE_ACCEPTABLE=protoc churn
-
- May 08, 2019
-
-
Jean de Klerk authored
-
- May 02, 2019
-
-
Jean de Klerk authored
BREAKING_CHANGE_ACCEPTABLE=adding to interface
-
- Apr 25, 2019
-
-
Jean de Klerk authored
-
- Apr 18, 2019
-
-
Jean de Klerk authored
-
- Apr 15, 2019
-
-
Jean de Klerk authored
-
- Apr 04, 2019
-
-
Jean de Klerk authored
-
- Apr 01, 2019
-
-
Jean de Klerk authored
BREAKING_CHANGE_ACCEPTABLE=adding methods to interfaces
-
- Mar 27, 2019
-
-
Jean de Klerk authored
-
- Mar 21, 2019
-
-
Jean de Klerk authored
BREAKING_CHANGE_ACCEPTABLE=redis removed a bunch of and methods fields, but that's OK because it's an alpha client.
-
- Mar 07, 2019
-
-
Jean de Klerk authored
See: https://github.com/google/go-genproto/pull/149 In #149 we removed api-commons-protos from the generation script, since it is not currently usable. This is the first PR to regenerate with that change. BREAKING_CHANGE_ACCEPTABLE=due to b/, annotations are not being synced to googleapis. Consequentially, several annotation files have been deleted and various fields/comments have been removed. This largely shouldn't matter for us, since we're not using microgenerators yet (which is the only thing that needs annotations).
-
Jean de Klerk authored
Currently api-commons-proto is an out-of-date subset of googleapis/googleapis. This regen script favours api-commons-proto over googleapis/googleapis. These combined mean that protos get updated in googleapis/googelapis but never get generated (since we're always favouring the out-of-date api-commons-proto). This CL removes api-commons-proto from our regen script until it stops being an out-of-date subset.
-
- Mar 06, 2019
-
-
Jean de Klerk authored
See b/123287260. Currently backend.proto and distribution.proto live in both googleapis/googleapis and googleapis/api-common-protos. The less up-to-date one is being used (api-common-protos). This commit is created by pulling down api-common-protos, deleting backend.proto and distribution.proto, and running the generation scripts with COMMONPROTOS set to the path of the modified api-commons-proto.
-
Jean de Klerk authored
Notable changes include: - Spanner BatchDML - New client googleapis/ads/googleads/v1/ - New client googleapis/cloud/asset/v1/ - New client googleapis/cloud/scheduler/v1/ BREAKING_CHANGE_ACCEPTABLE=add ExecuteBatchDml method to interface
-
- Mar 05, 2019
-
-
Jean de Klerk authored
- Use go mod tidy to check if deps were added without being added to go.mod. - Use go mod download to download deps instead of go get. - Use GO111MODULE=on everywhere applicable. - Switch to being 1.12 aware.
-
- Feb 27, 2019
-
-
Jean de Klerk authored
Updates go.mod to include new version of gRPC, which removes its dependency on the old github.com/golang/lint in favour of the new golang.org/x/lint. Relevant: https://github.com/google/go-genproto/pull/143
-
- Feb 26, 2019
-
-
Jean de Klerk authored
BREAKING_CHANGE_ACCEPTABLE=changes to RedisClient interface, which should not be implemented by any user
-
Jean de Klerk authored
apidiff currently fails our build when a breaking change is detected. This needs tweaking, because sometimes we need to allow breaking changes: - An alpha|beta client gets a breaking change. This is acceptable because breaking changes are expected to alpha|beta clients. - A gRPC service interface gets a breaking change. This is acceptable because users are not expected to implement gRPC service interfaces. - A hard decision was made to allow a breaking change for some reason like a bug fix. This PR checks for the commit message to contain a BREAKING_CHANGE_ACCEPTABLE=<reason>.
-
- Feb 19, 2019
-
-
Jean de Klerk authored
-
- Feb 15, 2019
-
-
Jean de Klerk authored
-
- Feb 01, 2019
-
-
Jean de Klerk authored
Includes new irm/ protos as well as updated speech protos.
-