Skip to content
Snippets Groups Projects
  1. Mar 16, 2018
  2. Mar 06, 2018
  3. Mar 01, 2018
  4. Feb 26, 2018
  5. Feb 06, 2018
  6. Jan 25, 2018
    • Michael Darakananda's avatar
      add codeowners (#50) · 4eb30f47
      Michael Darakananda authored
      We'll soon get a tool to automatically open PRs to update this repo.
      So, we make GitHub auto assign us so we get notified.
      
      I'll probably be the one merging these PRs most of the time,
      but also adding jba to review when I'm on vacation
      (or under a bus).
      
      Eventually we'll want to automatically merge regeneration PRs,
      at which point this file will probably become obsolete.
  7. Jan 24, 2018
  8. Dec 12, 2017
  9. Dec 08, 2017
  10. Nov 23, 2017
  11. Nov 20, 2017
  12. Nov 03, 2017
  13. Oct 31, 2017
  14. Oct 02, 2017
  15. Sep 18, 2017
  16. Sep 04, 2017
  17. Aug 18, 2017
  18. Aug 15, 2017
  19. Jul 31, 2017
  20. Jul 11, 2017
  21. Jul 10, 2017
  22. May 31, 2017
  23. May 23, 2017
  24. May 17, 2017
  25. Apr 04, 2017
    • Michael Darakananda's avatar
      all: regenerate protos (#23) · 411e09b9
      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.
      411e09b9
  26. Mar 17, 2017
  27. Mar 03, 2017
  28. Feb 14, 2017
  29. 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
  30. Nov 15, 2016
  31. Nov 04, 2016
  32. Oct 07, 2016
  33. Aug 16, 2016
  34. Aug 12, 2016
  35. Aug 10, 2016
Loading