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: v7.11.2
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: v7.11.3
Choose a head ref
  • 6 commits
  • 17 files changed
  • 7 contributors

Commits on Jun 12, 2024

  1. samples: add sample for creating a bucket with hierarhical namespace … (

    #2486)
    
    * samples: add sample for creating a bucket with hierarhical namespace enabled
    
    * add ubla to sample
    
    * fix enablement
    
    * remove console.log
    
    * fix fields
    
    * 🦉 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>
    ddelgrosso1 and gcf-owl-bot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3017535 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. ci: Enable constraintsFiltering for Node.js Libraries (#2488)

    * ci: Enable `constraintsFiltering` for Node.js Libraries
    
    chore: Enable `constraintsFiltering` for Node.js Libraries
    
    Source-Link: googleapis/synthtool@dae1282
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2
    
    * add constraints filtering to renovate.json
    
    * add internal-tooling to eslintignore
    
    * add eslint disables for internal tooling
    
    * fix rule names
    
    * 🦉 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>
    Co-authored-by: Denis DelGrosso <[email protected]>
    3 people committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    18eef67 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: error serialization in resumable-upload.ts (#2493)

    * fix: use json.stringify in error reporting in resumable-upload
    
    Existing error handling has wrong error serialization with .toString(), that leads to [object Object] error messages.
    Example:
     Error: Retry limit exceeded - [object Object]
     at Upload.attemptDelayedRetry (/usr/src/app/node_modules/@google-cloud/storage/build/cjs/src/resumable-upload.js:818:26)
    
    Better solution would be JSON.stringify the error
    
    * linter fixes
    
    * fix tests
    
    * linter fix
    
    ---------
    
    Co-authored-by: Denis DelGrosso <[email protected]>
    eagleeye and ddelgrosso1 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c2e555c View commit details
    Browse the repository at this point in the history
  2. fix: make CreateBucketRequest extend from BucketMetadata to allow all… (

    #2489)
    
    * fix: make CreateBucketRequest extend from BucketMetadata to allow all fields to be set
    
    * add internal-tooling to .eslintignore
    
    * 🦉 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>
    ddelgrosso1 and gcf-owl-bot[bot] committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    013a5a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix: Handle unhandled error in startResumableUpload_ (#2495)

    * Added error handling using `stream.destroy`
    cuyl committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d5257ba View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.11.3 (#2496)

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