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