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.
  2. Dec 02, 2018
  3. Oct 04, 2018
  4. Sep 28, 2018
  5. Sep 18, 2018
  6. Sep 14, 2018
  7. Sep 12, 2018
  8. Aug 15, 2018
  9. 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.
  10. Jun 08, 2018
  11. May 31, 2018
  12. May 14, 2018
  13. May 31, 2017
  14. 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
  15. Nov 04, 2016
  16. Oct 07, 2016
  17. Aug 16, 2016
  18. Aug 12, 2016
  19. Aug 10, 2016
  20. Jul 21, 2016
Loading