Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. Apr 13, 2018
  3. Apr 09, 2018
  4. Apr 06, 2018
  5. Apr 05, 2018
  6. Apr 03, 2018
  7. Mar 23, 2018
  8. Mar 16, 2018
  9. Mar 06, 2018
  10. Mar 01, 2018
  11. Feb 26, 2018
  12. Feb 06, 2018
  13. 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.
      4eb30f47
  14. Jan 24, 2018
  15. Dec 12, 2017
  16. Dec 08, 2017
  17. Nov 23, 2017
  18. Nov 20, 2017
  19. Nov 03, 2017
  20. Oct 31, 2017
  21. Oct 02, 2017
  22. Sep 18, 2017
  23. Sep 04, 2017
  24. Aug 18, 2017
  25. Aug 15, 2017
  26. Jul 31, 2017
  27. Jul 11, 2017
  28. Jul 10, 2017
  29. May 31, 2017
  30. May 23, 2017
  31. May 17, 2017
  32. 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
  33. Mar 17, 2017
  34. Mar 03, 2017
  35. Feb 14, 2017
  36. 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
  37. Nov 15, 2016
  38. Nov 04, 2016
Loading