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/nodejs-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: googleapis/nodejs-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.1
Choose a head ref
  • 10 commits
  • 17 files changed
  • 6 contributors

Commits on Aug 10, 2022

  1. refactor: change system tests to use await (pt2) (#2027)

    * refactor: change system tests to use await (pt2)
    
    * test debugging
    
    * fixed bug
    shaffeeullah authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0845525 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. test: increase retry delay multiplier (#2032)

    * test: increase retry delay multiplier
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    shaffeeullah and gcf-owl-bot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    deee850 View commit details
    Browse the repository at this point in the history
  2. samples: update bucketMetadata (#2031)

    Co-authored-by: Sameena Shaffeeullah <[email protected]>
    thaaaarun and shaffeeullah authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e4c800d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. test: added conformance testing scenario 7 (#2035)

    * test: add conformance scenario 7
    
    * handle a 200 response code when checking server offset
    
    * add 201 status code
    
    * fixed bucketUploadResumable test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * deleted commented lines
    
    Co-authored-by: Denis DelGrosso <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a0ae017 View commit details
    Browse the repository at this point in the history
  2. fix: Remove pumpify (#2029)

    * refactor: remove `pumpify`
    
    * docs: lint and docs
    
    * fix: uniformly check for `metadata` event before validation
    
    * test: emulate expected `metadata` event
    
    * fix: `gzip ? zlib.createGzip() : new PassThrough(),`
    
    * docs: grammar
    d-goog authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    edc1d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f35a632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4467035 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused restart private method (#2038)

    Co-authored-by: Sameena Shaffeeullah <[email protected]>
    d-goog and shaffeeullah authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e1c63ce View commit details
    Browse the repository at this point in the history
  6. fix: Retry EPIPE Connection Errors + Attempt Retries in Resumable U…

    …pload Connection Errors (#2040)
    
    * feat: Add `epipe` as retryable error
    
    * fix: capture and retry potential connection errors
    
    * test: Add tests and remove logs
    
    * test: set `retryOptions` by copy rather than reference
    
    * fix: grammar
    d-goog authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ba35321 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. chore(main): release 6.4.1 (#2036)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2615026 View commit details
    Browse the repository at this point in the history
Loading