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.13.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: v7.14.0
Choose a head ref
  • 10 commits
  • 30 files changed
  • 9 contributors

Commits on Sep 18, 2024

  1. chore(deps): update dependency path-to-regexp to v6.3.0 (#2525)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [path-to-regexp](https://redirect.github.com/pillarjs/path-to-regexp) | [`6.2.2` -> `6.3.0`](https://renovatebot.com/diffs/npm/path-to-regexp/6.2.2/6.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/path-to-regexp/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/path-to-regexp/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/path-to-regexp/6.2.2/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/path-to-regexp/6.2.2/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pillarjs/path-to-regexp (path-to-regexp)</summary>
    
    ### [`v6.3.0`](https://redirect.github.com/pillarjs/path-to-regexp/releases/tag/v6.3.0): Fix backtracking in 6.x
    
    [Compare Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0)
    
    **Fixed**
    
    -   Add backtrack protection to 6.x ([#&#8203;324](https://redirect.github.com/pillarjs/path-to-regexp/issues/324))  [`f1253b4`](https://redirect.github.com/pillarjs/path-to-regexp/commit/f1253b4)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/nodejs-storage).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c75513a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. feat(storage): add support for 'skipIfExists' option for downloadMany (

    …#2526)
    
    * feature added
    
    * fix
    
    * Added system test and sample test cases
    
    * copyright fix
    
    * build: fix path-to-regexp to older version due to node 14 requirement
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove unnecessary sample code
    
    * Manually modify README regards remove unnecessary sample code
    
    * added 'skipIfExists' option for downloadMany
    
    Node Transfer Manager: add support for 'skipIfExists' option for
    downloadMany
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: harsha-accenture <harshavardhan.s.r@accenture.com>
    3 people authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    729efb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. chore: update issue templates and codeowners (#2528)

    chore: update issue templates and codeowners
    
    Source-Link: googleapis/synthtool@bf182cd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:a5af6af827a9fffba373151e1453b0498da288024cdd16477900dd42857a42e0
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    89b4b7a View commit details
    Browse the repository at this point in the history
  2. chore: update links in github issue templates (#2539)

    * chore: update links in github issue templates
    
    Source-Link: googleapis/synthtool@38fa49f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:609822e3c09b7a1bd90b99655904609f162cc15acb4704f1edf778284c36f429
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9e44593 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. feat: adds integration tests for Universe Domain configuration (#2538)

    * feature added
    
    * fix
    
    * Added system test and sample test cases
    
    * copyright fix
    
    * build: fix path-to-regexp to older version due to node 14 requirement
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove unnecessary sample code
    
    * Manually modify README regards remove unnecessary sample code
    
    * added 'skipIfExists' option for downloadMany
    
    Node Transfer Manager: add support for 'skipIfExists' option for
    downloadMany
    
    * feat: adds integration tests for Universe Domain configuration
    
    * feat: adds integration tests for Universe Domain configuration with kokoro
    
    feat: adds integration tests for Universe Domain configuration with
    kokoro changes
    
    * remove only test lint fix
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix after hook error
    
    * added delete bucket
    
    * use existing deleteBucketAsync
    
    * Add environment variables validation
    
    * added kokoro changes
    
    * fix environment variables to correct path
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: harsha-accenture <harshavardhan.s.r@accenture.com>
    3 people authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    53db6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6007e26 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore: remove unused issue templates (#2544)

    * chore: delete .github/ISSUE_TEMPLATE/bug_report.md
    sofisl authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4853494 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 29, 2024

  1. feat: add support for restore token (#2548)

    * Adds support for the restore token feature
    
    * description fix
    
    * lint fix
    thiyaguk09 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8241e91 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. chore(main): release 7.14.0 (#2527)

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