Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.184.0
Choose a base ref
...
head repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.185.0
Choose a head ref
  • 5 commits
  • 214 files changed
  • 4 contributors

Commits on Jun 12, 2024

  1. fix(internal/gensupport): update shouldRetry for GCS uploads (#2634)

    * fix(storage): update shouldRetry for GCS uploads
    
    A few fixes to shouldRetry, which is used only for storage
    uploads.
    
    * Remove attempt to unwrap syscall errors and use string matching
    instead, as is used in the veneer client layer for storage.
    * Use errors.Is and appropriate sentinel for net.ErrClosed.
    * Add broken pipe error, which is causing flakes in veneer layer
    tests (see googleapis/google-cloud-go#10374
    * Add unit test for shouldRetry.
    
    Closes googleapis/google-cloud-go#9178
    
    * don't use xerrors
    tritone authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ea513cb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    51ff8a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    324ae13 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    0c868b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e732ee3 View commit details
    Browse the repository at this point in the history
Loading