1. 05 Oct, 2020 3 commits
  2. 02 Oct, 2020 3 commits
  3. 01 Oct, 2020 5 commits
  4. 30 Sep, 2020 4 commits
  5. 29 Sep, 2020 8 commits
  6. 28 Sep, 2020 2 commits
    • David Symonds's avatar
      feat(spanner/spansql): parse path expressions (#2924) · 7ca409b7
      David Symonds authored
      These are not properly documented, so this only attempts to support a
      limited but widely used subset, which will be sufficient for more fully
      supporting aliases and joins.
      
      Updates #2462.
      Updates #2463.
      Updates #2850.
      7ca409b7
    • Zhongduo Lin (Jimmy)'s avatar
      feat(pubsub/pstest)!: Add status code to error injection (#2926) · b084dcea
      Zhongduo Lin (Jimmy) authored
      A status code is added into `errorInjectionReactor`, this is necessary
      as the retry setting for some calls depends on the error code. Also
      the `errorInjectionReactor` is not exported. Note that the previous
      version is same as having an `Unknown` code as the server will always
      wrap the error to a proper status error.
      
      BREAKING CHANGE: this will invalidate the previous exported
      ErrorInjectionReactor struct and WithErrorInjection function.
      b084dcea
  7. 25 Sep, 2020 3 commits
  8. 24 Sep, 2020 2 commits
  9. 23 Sep, 2020 3 commits
    • David Symonds's avatar
      feat(spanner/spansql): parse joins (#2896) · d5fb7cb7
      David Symonds authored
      This parses almost all of the JOIN clause syntax, with the exception of
      HASH and hints.
      
      It doesn't support the full range of common joins due to a lack of
      support for path expressions, but that will be addressed separately.
      
      Updates #2850.
      d5fb7cb7
    • Cody Oss's avatar
      test(spanner/spansql): add fuzz target for ParseQuery (#2909) · 411f8bc8
      Cody Oss authored
      This target will be called from a runner managed by the oss-fuzz
      project. This target is an experimental test integration with the
      oss-fuzz project.
      411f8bc8
    • Yoshi Automation Bot's avatar
      feat(all): auto-regenerate gapics (#2910) · 28b96a31
      Yoshi Automation Bot authored
      This is an auto-generated regeneration of the gapic clients by
      cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
      submitted, genbot will update this PR with a newer dependency to the newer
      version of genproto and assign reviewers to this PR.
      
      If you have been assigned to review this PR, please:
      
      - Ensure that the version of genproto in go.mod has been updated.
      - Ensure that CI is passing. If it's failing, it requires your manual attention.
      - Approve and submit this PR if you believe it's ready to ship.
      
      Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/452
      28b96a31
  10. 22 Sep, 2020 2 commits
  11. 21 Sep, 2020 5 commits