- May 23, 2017
-
-
Michael Darakananda authored
This makes sure we fail the test before breaking cloud. Fixes #27.
-
- May 17, 2017
-
-
Michael Darakananda authored
-
Michael Darakananda authored
googleapis revision: 5c6df0cd18c6a429eab739fb711c27f6e1393366
-
- Apr 04, 2017
-
-
Michael Darakananda authored
* all: regenerate protos Adds speech/v1 and language/v1beta2, among other changes * travis: update Go version Add 1.7 and 1.8. Drop 1.5 since grpc doesn't support it.
-
- Mar 17, 2017
-
-
Michael Darakananda authored
adds new pubsub/v1 features
-
Jonathan Amsterdam authored
1. The protoc include dir of the protobuf repo is the src subdir of the repo, not its root. 2. bash allows only one trap command per signal, so arrange to delete both temporary repo dirs with one command.
-
- Mar 03, 2017
-
-
Jonathan Amsterdam authored
-
- Feb 14, 2017
-
-
jeffjiang authored
-
- Dec 15, 2016
-
-
Michael Darakananda authored
* reimplement regen * regenerate files This change should fix our ongoing problem with duplicate file names causing failures. At the moment, this changes requires you to build protobuf from source with this patch to work. Otherwise, we won't be able to properly import descriptor.proto. - all proto files are deleted, as the new logic does not need to rewrite any part of the proto files. - google.protobuf.descriptor is removed; it's official home is github.com/golang/protobuf/protoc-gen-go/descriptor. - the protobuf directory is split into multiple packages. This is a breaking change.
-
- Nov 15, 2016
-
-
Chris Broadfoot authored
Notably, adds language/v1 and tracing
-
- Nov 04, 2016
-
-
Chris Broadfoot authored
Fixes GoogleCloudPlatform/google-cloud-go#419.
-
- Oct 07, 2016
-
-
Dave Day authored
-
- Aug 16, 2016
-
-
Chris Broadfoot authored
sed's -i flag differs on platform. Switch based on platform.
-
- Aug 12, 2016
- Aug 10, 2016
-
-
Adam Tanner authored
Add back the appengine API.
-
Dave Day authored
-
Dave Day authored
-
Dave Day authored
These files now appear as sub-packages in the rpc and type directories.
-
Dave Day authored
-
- Aug 09, 2016
-
-
Dave authored
Split up the rpc directory into its individual components. Disable three APIs known to be currently broken in the upstream repo.
-
- Jul 21, 2016
-
-
Dave Day authored
The proto files within are dervied from: https://github.com/google/protobuf https://github.com/googleapis/googlapis
-