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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.116.0
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.116.1
Choose a head ref
  • 20 commits
  • 50 files changed
  • 7 contributors

Commits on May 21, 2020

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

Commits on May 26, 2020

  1. changes without context (#377)

    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 May 26, 2020
    Configuration menu
    Copy the full SHA
    62b25e3 View commit details
    Browse the repository at this point in the history
  2. chore(java): allow overriding minimum supported Java version in templ…

    …ates (#577) (#378)
    
    * 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.
    
    * chore(java): allow overriding minimum supported Java version in templates (#577)
    
    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Thu May 21 17:51:49 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 65f8c647c0bc0c6b38211b969a2a003e271a5ef1
    Source-Link: googleapis/synthtool@65f8c64
    yoshi-automation authored May 26, 2020
    Configuration menu
    Copy the full SHA
    0c0c063 View commit details
    Browse the repository at this point in the history
  3. chore: Include clustering fields and schema as part of the function a…

    …rguments (#379)
    
    As of the current version we can see that the schema and clustering fields
    is already defined in the functions, however by passing it as the arguments
    engineer can easily change the schema and clustering fields in the IT test
    thus enable them to understand more about the concept.
    irvifa authored May 26, 2020
    Configuration menu
    Copy the full SHA
    14c24f5 View commit details
    Browse the repository at this point in the history
  4. chore: release 1.116.1-SNAPSHOT (#376)

    * updated versions.txt [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated samples/install-without-bom/pom.xml [ci skip]
    
    * updated samples/snippets/pom.xml [ci skip]
    
    * updated google-cloud-bigquery/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated samples/snapshot/pom.xml
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 26, 2020
    Configuration menu
    Copy the full SHA
    9581ccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b96f78 View commit details
    Browse the repository at this point in the history
  6. chore: Include clustering fields and schema in LoadTableClusteredIT a…

    …s part of the function arguments (#382)
    
    As of the current version we can see that the schema and clustering fields
    is already defined in the functions, however by passing it as the arguments
    engineer can easily change the schema and clustering fields in the IT test
    thus enable them to understand more about the concept.
    irvifa authored May 26, 2020
    Configuration menu
    Copy the full SHA
    0e91af2 View commit details
    Browse the repository at this point in the history
  7. chore(java): fix inadvertent whitespace changes (#578) (#384)

    Source-Author: Jeff Ching <[email protected]>
    Source-Date: Tue May 26 08:37:51 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 388f7aafee3d7a067c23db6c13b7e83fb361c64a
    Source-Link: googleapis/synthtool@388f7aa
    yoshi-automation authored May 26, 2020
    Configuration menu
    Copy the full SHA
    70f702d View commit details
    Browse the repository at this point in the history
  8. docs(samples): Convert tightly coupled local variable inside of metho…

    …d into method arguments (#386)
    
    As the previous PR #382  and #379.
    I find several other samples that have the tendencies of including tightly coupled 
    variable for each of specific method. Hence I think it will be better to pass it as an argument instead of simply using local variable inside of the method.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #387  ☕️
    irvifa authored May 26, 2020
    Configuration menu
    Copy the full SHA
    7c02cd3 View commit details
    Browse the repository at this point in the history
  9. deps: update shared-deps and add back certain test deps (#390)

    * deps: update shared-deps and add back certain test deps
    
    * add junit version
    stephaniewang526 authored May 26, 2020
    Configuration menu
    Copy the full SHA
    7e21be2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    3f13ccb View commit details
    Browse the repository at this point in the history
  2. docs(samples): Convert tightly coupled local variable involved option…

    …s inside of method into method arguments (#393)
    
    As of the current version we can see that more options related to argument
    are written inside of the test instead of included as arguments, so I think
    as this is tightly coupled with argument, it will be better to pass it as well.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #394 ☕️
    irvifa authored May 28, 2020
    Configuration menu
    Copy the full SHA
    a11f3cb View commit details
    Browse the repository at this point in the history
  3. chore: cover code coverage (#395)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [X] Ensure the tests and linter pass
    - [X] Code coverage does not decrease (if any source code was changed)
    - [X] Appropriate docs were updated (if necessary)
    
    Fixes #330
    Praful Makani authored May 28, 2020
    Configuration menu
    Copy the full SHA
    117b49e View commit details
    Browse the repository at this point in the history
  4. docs(samples): Fix flaky test (#397)

    We found that UpdateTableExpirationIT is flaky since during table creation the table is not created.
    irvifa authored May 28, 2020
    Configuration menu
    Copy the full SHA
    64847d1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. deps: remove google-cloud-core classiier=test since it is managed by … (

    #396)
    
    * deps: remove google-cloud-core classiier=test since it is managed by shared-deps
    
    * bump shared-deps to 0.7.0
    stephaniewang526 authored May 29, 2020
    Configuration menu
    Copy the full SHA
    bafd8ae View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v5.5…

    ….0 (#400)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `5.4.0` -> `5.5.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-bigquery).
    renovate-bot authored May 29, 2020
    Configuration menu
    Copy the full SHA
    c836961 View commit details
    Browse the repository at this point in the history
  3. docs(samples): update revierwers for samples module changes (#401)

    * docs(samples): update revierwers for samples module changes
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Kurtis Van Gent <[email protected]>
    
    Co-authored-by: Kurtis Van Gent <[email protected]>
    stephaniewang526 and kurtisvg authored May 29, 2020
    Configuration menu
    Copy the full SHA
    69b9d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db41581 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. changes without context (#403)

    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 1, 2020
    Configuration menu
    Copy the full SHA
    6583139 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.116.1 (#389)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.116.1](https://www.github.com/googleapis/java-bigquery/compare/v1.116.0...v1.116.1) (2020-06-01)
    
    
    ### Dependencies
    
    * remove google-cloud-core classiier=test since it is managed by … ([#396](https://www.github.com/googleapis/java-bigquery/issues/396)) ([bafd8ae](https://www.github.com/googleapis/java-bigquery/commit/bafd8ae780121ee968bca7b3eb68bb0f0a438124))
    * restrict -annotation deps ([#402](https://www.github.com/googleapis/java-bigquery/issues/402)) ([db41581](https://www.github.com/googleapis/java-bigquery/commit/db4158186b99d0bed68fd70bef5918b1820e5dd1))
    * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.6.0 ([#392](https://www.github.com/googleapis/java-bigquery/issues/392)) ([3f13ccb](https://www.github.com/googleapis/java-bigquery/commit/3f13ccbbf1ca8f179c48a69c8e456bdf45c43af5))
    * update shared-deps and add back certain test deps ([#390](https://www.github.com/googleapis/java-bigquery/issues/390)) ([7e21be2](https://www.github.com/googleapis/java-bigquery/commit/7e21be2506cdaf065cd32e3aed403890929b93e7))
    
    
    ### Documentation
    
    * **samples:** Convert tightly coupled local variable inside of method into method arguments ([#386](https://www.github.com/googleapis/java-bigquery/issues/386)) ([7c02cd3](https://www.github.com/googleapis/java-bigquery/commit/7c02cd3ca7238d24bb2914ae2262a3b2e2d4bda7)), closes [#387](https://www.github.com/googleapis/java-bigquery/issues/387)
    * **samples:** Convert tightly coupled local variable involved options inside of method into method arguments ([#393](https://www.github.com/googleapis/java-bigquery/issues/393)) ([a11f3cb](https://www.github.com/googleapis/java-bigquery/commit/a11f3cb4733215a9c4a65936b05f9cc2ed75656f)), closes [#394](https://www.github.com/googleapis/java-bigquery/issues/394)
    * **samples:** Fix flaky test ([#397](https://www.github.com/googleapis/java-bigquery/issues/397)) ([64847d1](https://www.github.com/googleapis/java-bigquery/commit/64847d1e5137e811e7f462fc058908fa9fcc55fb))
    * **samples:** update revierwers for samples module changes ([#401](https://www.github.com/googleapis/java-bigquery/issues/401)) ([69b9d84](https://www.github.com/googleapis/java-bigquery/commit/69b9d8417d5b910286aaa855f4a83fc151a81cec))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    f98cf75 View commit details
    Browse the repository at this point in the history
Loading