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/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.109.1
Choose a base ref
...
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.110.0
Choose a head ref
  • 17 commits
  • 25 files changed
  • 11 contributors

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    61b09e5 View commit details
    Browse the repository at this point in the history
  2. feat: delete bucket OLM rules (#352)

    * feat: delete bucket OLM rules
    
    * feat: update javadoc
    
    * feat: restructure the code and add more tests
    
    * feat: return empty instead of null to remove all the lifecycle rule of bucket
    
    * feat: moved deleteLifecycleRules inside bucketInfo
    
    * feat: rollback commented code
    
    * feat: delete all LifecycleRules instead of individual rules
    
    * feat: updated the code and change the method signature
    
    * feat: implemented in the same manner as other methods updating Buckets properties
    
    * feat: fix review changes
    
    * build: fix clirr checks
    athakor authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0a528c6 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.109.2-SNAPSHOT (#372)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    efc39d8 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency com.google.cloud:libraries-bom to v6 (#…

    …376)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | major | `5.7.0` -> `6.0.0` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, 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/java-storage).
    renovate-bot authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ad6356d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. chore: regenerate README versions (#374)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/2c593734-539a-435d-8a04-27f04c90082f/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5d33d64 View commit details
    Browse the repository at this point in the history
  2. test: fix flaky testBucketPolicyV1RequesterPays it test (#379)

    * test: fix flaky testBucketPolicyV1RequesterPays test
    
    * test: fix flaky testBucketPolicyV1RequesterPays test
    
    * test: rename vars, stop reusing local var
    dmitry-fa authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0868cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d8ff2 View commit details
    Browse the repository at this point in the history
  4. ci: switch to secret manager for sample/integration tests (#375)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * ci(java): switch to secret manager from keystore
    
    * ci(java): switch to secret manager from keystore, use java-docs-samples user for samples tests
    
    * fix: we don't need to supply a service account
    
    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Mon Jun 15 11:45:21 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: d1addcdf80aa9ddef8c932c89c919024bbad7af3
    Source-Link: googleapis/synthtool@d1addcd
    
    * samples(java): fix bad character in samples.cfg from copy/paste
    
    Somehow an invisible character was copy/pasted into the file and Kokoro
    cannot parse the file.
    
    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Mon Jun 15 15:42:10 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 6d3eed67a45fd58f9c7bfa173c32e4fd4fed058f
    Source-Link: googleapis/synthtool@6d3eed6
    
    * ci(java): switch integration test secrets to secret manager
    
    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Tue Jun 16 09:26:06 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 6eb80fa9f96433af8dbeb1c8323aa80cda49b374
    Source-Link: googleapis/synthtool@6eb80fa
    
    * ci(java): fix typo in java integration test secret name
    
    Source-Author: BenWhitehead <[email protected]>
    Source-Date: Tue Jun 16 13:32:19 2020 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: c4f3059c27591eb24d6942a0e357ec94c80459f2
    Source-Link: googleapis/synthtool@c4f3059
    
    * chore: apply upstream changes to integration test config
    
    Co-authored-by: Jeff Ching <[email protected]>
    yoshi-automation and chingor13 authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b8acec7 View commit details
    Browse the repository at this point in the history
  5. changes without context (#378)

    autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e3c8c85 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Add Storage quickstart sample.

    jmdobry authored and frankyn committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2684ca5 View commit details
    Browse the repository at this point in the history
  2. Add quickstarts to root module.

    Fixes checkstyle errors in samples.
    tswast authored and frankyn committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    495f921 View commit details
    Browse the repository at this point in the history
  3. Add tests to Storage quickstart.

    Had to update the sample to accept a bucket name argument, since bucket
    names must be globally unique. (And we actually want to be able to run
    the sample for integration / system tests.)
    tswast authored and frankyn committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d4fafd5 View commit details
    Browse the repository at this point in the history
  4. Add system tests to Translate sample.

    tswast authored and frankyn committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    8f9acc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9152173 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43aabc9 View commit details
    Browse the repository at this point in the history
  7. Updates for storage, translate, unittests, and video. (#994)

    * Updated storage/cloud-client.
    
    * Updated storage/json-api
    
    * Updated storage/storage-transfer.
    
    * Updated translate/
    
    * Updated unittests/
    
    * Updated video/
    kurtisvg authored and frankyn committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    c201802 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34d1633 View commit details
    Browse the repository at this point in the history
Loading