Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

fix: do not retry on 13 INTERNAL #396

Merged
merged 6 commits into from Feb 16, 2021
Merged

Commits on Feb 11, 2021

  1. chore: migrate kms to the Java microgenerator

    Committer: @miraleung
    PiperOrigin-RevId: 346440719
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Dec 8 16:57:38 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 85a5954183479a9a7c2641c013cd728b6fa9b7cd
    Source-Link: googleapis/googleapis@85a5954
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    df42fa5 View commit details
    Browse the repository at this point in the history
  2. chore: update gapic-generator-java to 0.0.11

    Committer: @miraleung
    PiperOrigin-RevId: 347036369
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Dec 11 11:13:47 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 6d65640b1fcbdf26ea76cb720de0ac138cae9bed
    Source-Link: googleapis/googleapis@6d65640
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    c76c88f View commit details
    Browse the repository at this point in the history
  3. chore: update gapic-generator-java to 0.0.16

    Committer: @miraleung
    PiperOrigin-RevId: 350067652
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Jan 4 19:45:21 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a
    Source-Link: googleapis/googleapis@ad3bb00
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    5da21f2 View commit details
    Browse the repository at this point in the history
  4. chore: update gapic-generator-java to 0.0.18

    Committer: @miraleung
    PiperOrigin-RevId: 350949863
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Sat Jan 9 14:01:49 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3
    Source-Link: googleapis/googleapis@91e206b
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    064787d View commit details
    Browse the repository at this point in the history
  5. chore: un-migrate kms from the Java microgenerator to the monolith

    Committer: @miraleung
    PiperOrigin-RevId: 351867503
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Jan 14 13:38:11 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: f1b2cc9c37f453c3b15e8945af32812f71634022
    Source-Link: googleapis/googleapis@f1b2cc9
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    64d995f View commit details
    Browse the repository at this point in the history
  6. fix: do not retry on 13 INTERNAL

    Fixes googleapis/nodejs-kms#375. The malformed request triggers `13 INTERNAL` from gRPC and we should not silently retry on this code.
    Committer: @alexander-fenster
    
    PiperOrigin-RevId: 357022763
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Feb 11 11:39:31 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 3f914b89ae1ef459955f470f9ccb498314ad28d5
    Source-Link: googleapis/googleapis@3f914b8
    yoshi-automation committed Feb 11, 2021
    Copy the full SHA
    8c335c6 View commit details
    Browse the repository at this point in the history