- Mar 06, 2019
-
-
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.
-
- Jan 28, 2019
-
-
Jean de Klerk authored
It's too magical, and codeowners for this repo are likely to change semi-frequently.
-
- Jan 27, 2019
-
-
Jean de Klerk authored
Mostly for cloud/talent/v4beta1
-
Jean de Klerk authored
There are two definitions for distribution.proto: one in googleapis/googleapis, and another in googleapis/api-common-protos. The canonical source is supposed to be in the latter but is actually in the former. I've manually deleted the distribution.proto in api-commons-proto on my local system and re-run regen.sh to force the update in this PR.
-
- Jan 23, 2019
-
-
Jean de Klerk authored
This makes it easier to reason about what this script is doing.
-
- Jan 22, 2019
-
-
Jean de Klerk authored
-
Jean de Klerk authored
Mostly for texttospeech, per internal bug 122452555.
-
- Jan 11, 2019
-
-
Jean de Klerk authored
While we're in the $GOPATH transitionary period, a dependency could accidentally find its way into our require statements without being codified in go.mod/go.sum. This CL makes our CI check for such a case, and exit 1 if it detects it.
-
- Jan 10, 2019
-
-
Jean de Klerk authored
Mostly for the new firestore/v1 protos
-
- Jan 08, 2019
-
-
Jean de Klerk authored
-
- Dec 21, 2018
-
-
Jean de Klerk authored
-
Jean de Klerk authored
-
- Dec 19, 2018
-
-
Jean de Klerk authored
-
- Dec 18, 2018
-
-
Jean de Klerk authored
-
- Dec 17, 2018
-
-
Jean de Klerk authored
-
Jean de Klerk authored
-
Jean de Klerk authored
-
Jean de Klerk authored
This reverts commit 73d5040b.
-
Jean de Klerk authored
-
- Dec 02, 2018
-
-
Jean de Klerk authored
This does a regeneration using the version of protobuf specified in the go.mod: v1.2.0.
-
- Nov 27, 2018
-
-
Jean de Klerk authored
This reverts commit 3360461a.
-
Jean de Klerk authored
-
- Nov 09, 2018
-
-
Jean de Klerk authored
This commit was generated by go mod init && go mod tidy
-
- Nov 07, 2018
-
-
Jean de Klerk authored
This regeneration pulls in the latest generator change that deprecates x/net/context in favour of context. Since we no longer support Go versions below 1.9, context is preferred.
-
- Nov 01, 2018
-
-
Jean de Klerk authored
-
Jean de Klerk authored
-
- Oct 29, 2018
-
-
Jean de Klerk authored
-
- Oct 26, 2018
-
-
Jean de Klerk authored
-
- Oct 16, 2018
-
-
Jean de Klerk authored
-
- Oct 04, 2018
-
-
Jean de Klerk authored
-
- Sep 28, 2018
-
-
Jean de Klerk authored
-
- Sep 25, 2018
-
-
Jean de Klerk authored
-
- Sep 24, 2018
-
-
Jean de Klerk authored
-