Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. 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
  3. Jul 10, 2017
  4. Mar 17, 2017
    • Jonathan Amsterdam's avatar
      regen.sh: fix two bugs (#20) · 58bae537
      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.
      58bae537
  5. 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
  6. Oct 07, 2016
  7. Aug 16, 2016
  8. Aug 12, 2016
  9. Aug 10, 2016
  10. Aug 09, 2016
    • Dave's avatar
      Regenerate all APIs. · 8fd005e6
      Dave authored
      Split up the rpc directory into its individual components.
      Disable three APIs known to be currently broken in the upstream repo.
      8fd005e6
  11. Jul 21, 2016
Loading