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