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: v4.6.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: v4.7.0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 8 contributors

Commits on Mar 13, 2020

  1. chores: update codecov node version from 12 to 13

    Co-authored-by: Jonathan Lui <[email protected]>
    yoshi-automation and jkwlui committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    da560d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. feat: add remove conditional binding (#1107)

    Add remove conditional binding
    frankyn committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2143705 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency date-and-time to ^0.13.0 (#1106)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [date-and-time](https://togithub.com/knowledgecode/date-and-time) | dependencies | minor | [`^0.12.0` -> `^0.13.0`](https://renovatebot.com/diffs/npm/date-and-time/0.12.0/0.13.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>knowledgecode/date-and-time</summary>
    
    ### [`v0.13.1`](https://togithub.com/knowledgecode/date-and-time/compare/v0.12.0...v0.13.1)
    
    [Compare Source](https://togithub.com/knowledgecode/date-and-time/compare/v0.12.0...v0.13.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-storage).
    renovate-bot committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b759605 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    4c39c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e724a8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdbe1c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    0c7ac16 View commit details
    Browse the repository at this point in the history
  2. types: split out SignedUrlResponse (#1120)

    * types: split out SignedUrlResponse
    
    * npm run fix
    jkwlui committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fc769fb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

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

Commits on Mar 24, 2020

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

Commits on Mar 25, 2020

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

Commits on Mar 26, 2020

  1. feat: v4 POST with signed policy (#1102)

    * alias getSignedPolicy to getSignedPolicyV2
    
    * getSignedPolicyV4
    
    * fix conformance-test
    
    * test/fix expires
    
    * update tests
    
    * update system-test
    
    * docs: v4 signed policy
    
    * export types
    
    * fix alias test
    
    * fix PolicyInput in v4SignedUrl.ts
    
    * acl is in fields
    
    * rename cname option to bucketBoundHostname
    
    * add context
    
    * execute signed policy
    
    * chore: rename getSignedPolicy to generateSignedPostPolicy (#1125)
    
    * chore: rename getSignedPolicy to generateSignedPostPolicy
    
    * npm run fix
    
    * fix any
    
    * update to conformance-test@24a5e23 - includes escaping special characters
    
    * EOF
    jkwlui committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a3d5b88 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. chore: release 4.7.0 (#1121)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    13114fd View commit details
    Browse the repository at this point in the history
Loading