Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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-bigqueryreservation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: googleapis/java-bigqueryreservation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 11 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 18, 2020

  1. build(java): use actions/github-script v3 tag rather than full semver (

    …#252)
    
    So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)!
    
    Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    Source-Date: Tue Nov 17 13:02:02 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
    Source-Link: googleapis/synthtool@7fcc405
    yoshi-automation authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    c63fbe5 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.0.4-SNAPSHOT (#254)

    🤖 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 Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b8f0046 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate README (#255)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2020-11-18 19:36:46,927 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryreservation/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working directory clean
    2020-11-18 19:36:47,869 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/7f451d5c-ea9d-4cf3-a382-333d896e6775/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b8c84ac View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    6b913b2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v16.…

    …1.0 (#257)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `16.0.0` -> `16.1.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#github/googleapis/java-bigqueryreservation).
    renovate-bot authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    9f52b22 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. chore(java): retry staging portion of the release with backoff (#258)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/47723bad-582c-43dd-9712-b89133a40f21/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@68742c6
    yoshi-automation authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    114f0b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. build(java): enable blunderbuss for samples (#259)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/1f6fa2e1-d179-415f-ad3f-5e09e4a26806/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@943bb78
    yoshi-automation authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0c28e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. chore: Remove spurious build warnings by deleting--include_source_inf…

    …o from .bazelrc (#260)
    
    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/4ac6f522-f617-42e9-8e8a-e14fc4dcc648/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    PiperOrigin-RevId: 344134135
    Source-Link: googleapis/googleapis@b11a87f
    yoshi-automation authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ac486f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. chore: Undo removal of --include_source_info from .bazelrc (#261)

    Committer: @miraleung
    PiperOrigin-RevId: 345067549
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Dec 1 11:49:14 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 8cfc6c874574b649b4524a4ef6a0651533325a84
    Source-Link: googleapis/googleapis@8cfc6c8
    yoshi-automation authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    21969c9 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v0.16.0 (#262)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | minor | `0.15.0` -> `0.16.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-dependencies</summary>
    
    ### [`v0.16.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;0160-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0150v0160-2020-12-02)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.15.0...v0.16.0)
    
    ##### Dependencies
    
    -   update dependency com.fasterxml.jackson:jackson-bom to v2.12.0 ([#&#8203;225](https://www.github.com/googleapis/java-shared-dependencies/issues/225)) ([b78a1ef](https://www.github.com/googleapis/java-shared-dependencies/commit/b78a1ef83ad946b0d29cd0dff46e48fbde44d120))
    -   update dependency com.google.api-client:google-api-client-bom to v1.31.1 ([#&#8203;215](https://www.github.com/googleapis/java-shared-dependencies/issues/215)) ([08d643a](https://www.github.com/googleapis/java-shared-dependencies/commit/08d643aaf289984b87d734274830712af82585b6))
    -   update dependency com.google.protobuf:protobuf-bom to v3.14.0 ([#&#8203;217](https://www.github.com/googleapis/java-shared-dependencies/issues/217)) ([01a9c64](https://www.github.com/googleapis/java-shared-dependencies/commit/01a9c6442906e8482a53712eba95ccc6f7040928))
    -   update dependency io.grpc:grpc-bom to v1.34.0 ([#&#8203;228](https://www.github.com/googleapis/java-shared-dependencies/issues/228)) ([425d1ea](https://www.github.com/googleapis/java-shared-dependencies/commit/425d1eab2a046c365f816f946576e4030e7c3696))
    -   update gax.version to v1.60.1 ([#&#8203;223](https://www.github.com/googleapis/java-shared-dependencies/issues/223)) ([84c75bd](https://www.github.com/googleapis/java-shared-dependencies/commit/84c75bdbd3f86ef7187373289ee08ad3a0c24719))
    -   update google.core.version to v1.94.0 ([#&#8203;212](https://www.github.com/googleapis/java-shared-dependencies/issues/212)) ([764ef5e](https://www.github.com/googleapis/java-shared-dependencies/commit/764ef5e9a2272cd9244a8fc5cc107ffacf9e9d5b))
    
    </details>
    
    ---
    
    ### 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#github/googleapis/java-bigqueryreservation).
    renovate-bot authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    f33b496 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.0.4 (#263)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.0.4](https://www.github.com/googleapis/java-bigqueryreservation/compare/v1.0.3...v1.0.4) (2020-12-02)
    
    
    ### Dependencies
    
    * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#262](https://www.github.com/googleapis/java-bigqueryreservation/issues/262)) ([f33b496](https://www.github.com/googleapis/java-bigqueryreservation/commit/f33b49680929c3aecc1c497b85fd2c6e15fd11da))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a7c1776 View commit details
    Browse the repository at this point in the history
Loading