Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
    • Jean de Klerk's avatar
      manually regen distribution.proto and backend.proto (#148) · 6e86cb5d
      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.
      6e86cb5d
    • Jean de Klerk's avatar
      regen (#147) · b5d61aea
      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
      b5d61aea
  2. Jan 27, 2019
    • Jean de Klerk's avatar
      manually generate distribution.pb.go (#134) · 7cdc0b95
      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.
      7cdc0b95
  3. Dec 02, 2018
    • Jean de Klerk's avatar
      regen (#118) · bd91e49a
      Jean de Klerk authored
      This does a regeneration using the version of protobuf specified in the
      go.mod: v1.2.0.
      bd91e49a
  4. Oct 04, 2018
  5. Sep 28, 2018
  6. Sep 18, 2018
  7. Sep 14, 2018
  8. Sep 12, 2018
  9. Aug 15, 2018
  10. Jul 26, 2018
    • Michael Darakananda's avatar
      update from googleapis (#85) · 2a728935
      Michael Darakananda authored
      * disable go1.6
      
      gRPC imports golang.org/x/sys/unix which currently does not build on
      go1.6. Depending on how compatibility story plays out, we'll either drop
      1.6 support or add back 1.6 CI.
      
      This commit also slightly changes the CI version "structure".
      We previously list all Go versions to test against. This commit
      makes us test against 1.7 and the latest version.
      This means we don't have to manually bump version when new releases come
      out. We have to be doing something really strange if we build against
      1.7 and 1.10, but not 1.8 and 1.9.
      2a728935
  11. Jul 06, 2018
    • Michael Darakananda's avatar
      regen: use api-common-protos (#78) · 8b2cc369
      Michael Darakananda authored
      Some .proto files are being moved from googleapis to api-common-proto.
      However, one file will exist in both places for a while.
      
      regen.go is modified to deduplicate files by name,
      and regen.sh is modified to use api-common-protos in addition to
      googleapis.
      8b2cc369
  12. Jun 08, 2018
  13. May 14, 2018
  14. May 31, 2017
  15. Dec 15, 2016
    • Michael Darakananda's avatar
      use proto's go_package option (#17) · b3e7c2fb
      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.
      b3e7c2fb
  16. Nov 04, 2016
  17. Oct 07, 2016
  18. Aug 16, 2016
  19. Aug 12, 2016
  20. Aug 10, 2016
  21. Jul 21, 2016
Loading