Skip to content
Snippets Groups Projects
  1. Aug 19, 2019
  2. Aug 17, 2019
  3. Aug 16, 2019
  4. Aug 01, 2019
  5. Jul 16, 2019
  6. Jul 08, 2019
  7. Jul 01, 2019
  8. Jun 27, 2019
  9. Jun 26, 2019
  10. Jun 20, 2019
  11. Jun 11, 2019
  12. Jun 05, 2019
  13. May 30, 2019
  14. May 22, 2019
  15. May 16, 2019
  16. May 15, 2019
    • Jean de Klerk's avatar
      remove apidiff (#167) · 995ef27e
      Jean de Klerk authored
      Good apidiff signals are lost in the noise of constantly changing
      non-stable APIs. Removing it for now: we should think about how to more
      holistically test stability between cloud.google.com/go and genproto.
      995ef27e
    • Jean de Klerk's avatar
      all: regen (#165) · 4d01c0f8
      Jean de Klerk authored
      In this CL I've reverted the IAM updates because of a current IAM
      problem identified by a colleague. Will pick up IAM changes again after
      that's resolved.
      
      BREAKING_CHANGE_ACCEPTABLE: adding grafeas
      4d01c0f8
  17. May 13, 2019
  18. May 08, 2019
  19. May 02, 2019
  20. Apr 25, 2019
  21. Apr 18, 2019
  22. Apr 15, 2019
  23. Apr 04, 2019
  24. Apr 01, 2019
  25. Mar 27, 2019
  26. Mar 21, 2019
    • Jean de Klerk's avatar
      regen (#153) · e79c0c59
      Jean de Klerk authored
      BREAKING_CHANGE_ACCEPTABLE=redis removed a bunch of and methods fields,
      but that's OK because it's an alpha client.
      e79c0c59
  27. Mar 07, 2019
    • Jean de Klerk's avatar
      regen without api-commons-proto (#150) · 5fe7a883
      Jean de Klerk authored
      See: https://github.com/google/go-genproto/pull/149
      
      In #149 we removed api-commons-protos from the generation script, since
      it is not currently usable. This is the first PR to regenerate with that
      change.
      
      BREAKING_CHANGE_ACCEPTABLE=due to b/, annotations are not being synced
      to googleapis. Consequentially, several annotation files have been
      deleted and various fields/comments have been removed. This largely
      shouldn't matter for us, since we're not using microgenerators yet
      (which is the only thing that needs annotations).
      5fe7a883
    • Jean de Klerk's avatar
      remove api-commons-proto (#149) · b77a1be2
      Jean de Klerk authored
      Currently api-commons-proto is an out-of-date subset of googleapis/googleapis.
      This regen script favours api-commons-proto over googleapis/googleapis. These
      combined mean that protos get updated in googleapis/googelapis but never get
      generated (since we're always favouring the out-of-date api-commons-proto).
      
      This CL removes api-commons-proto from our regen script until it stops being
      an out-of-date subset.
      b77a1be2
  28. Mar 06, 2019
    • Jean de Klerk's avatar
      manually regen distribution.proto and backend.proto (#148) · 6e86cb5d
      Jean de Klerk authored
      See b/123287260. Currently backend.proto and distribution.proto live in
      both googleapis/googleapis and googleapis/api-common-protos. The less
      up-to-date one is being used (api-common-protos). This commit is created
      by pulling down api-common-protos, deleting backend.proto and
      distribution.proto, and running the generation scripts with COMMONPROTOS
      set to the path of the modified api-commons-proto.
      6e86cb5d
    • Jean de Klerk's avatar
      regen (#147) · b5d61aea
      Jean de Klerk authored
      Notable changes include:
      
      - Spanner BatchDML
      - New client googleapis/ads/googleads/v1/
      - New client googleapis/cloud/asset/v1/
      - New client googleapis/cloud/scheduler/v1/
      
      BREAKING_CHANGE_ACCEPTABLE=add ExecuteBatchDml method to interface
      b5d61aea
  29. Mar 05, 2019
    • Jean de Klerk's avatar
      internal: improve CI/CD scripts (#145) · c21a8b77
      Jean de Klerk authored
      - Use go mod tidy to check if deps were added without being added to go.mod.
      - Use go mod download to download deps instead of go get.
      - Use GO111MODULE=on everywhere applicable.
      - Switch to being 1.12 aware.
      c21a8b77
  30. Feb 27, 2019
  31. Feb 26, 2019
    • Jean de Klerk's avatar
      regen (#141) · fc2db5ca
      Jean de Klerk authored
      BREAKING_CHANGE_ACCEPTABLE=changes to RedisClient interface, which
      should not be implemented by any user
      fc2db5ca
    • Jean de Klerk's avatar
      this CL allows breaking changes to occur (#142) · 035c5b92
      Jean de Klerk authored
      apidiff currently fails our build when a breaking change is detected.
      This needs tweaking, because sometimes we need to allow breaking
      changes:
      
      - An alpha|beta client gets a breaking change. This is acceptable
      because breaking changes are expected to alpha|beta clients.
      - A gRPC service interface gets a breaking change. This is acceptable
      because users are not expected to implement gRPC service interfaces.
      - A hard decision was made to allow a breaking change for some reason
      like a bug fix.
      
      This PR checks for the commit message to contain a
      BREAKING_CHANGE_ACCEPTABLE=<reason>.
      035c5b92
  32. Feb 19, 2019
  33. Feb 15, 2019
  34. Feb 01, 2019
Loading