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.105.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.106.0
Choose a head ref
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 29, 2020

  1. build: update annotationprocessorpaths to include auto-service-annota…

    …tions (#135)
    Praful Makani authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    076cd2c View commit details
    Browse the repository at this point in the history
  2. deps: bump hamcrest dep version and artifactId (#136)

    * deps: bump hamcrest dep version and artifactId
    
    address build error: https://source.cloud.google.com/results/invocations/146b9fcc-cf53-41f1-a52e-e6ff1f857b2e/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fjava-bigquery%2Fpresubmit%2Fdependencies/log
    
    [WARNING] Used undeclared dependencies found:
    [WARNING]    org.hamcrest:hamcrest:jar:2.2:test
    [WARNING] Unused declared dependencies found:
    [WARNING]    org.hamcrest:hamcrest-core:jar:2.2:test
    
    * declaring hamcrest-core too to fix build error
    
    build error: https://source.cloud.google.com/results/invocations/47658b43-45f4-436e-baa7-7f709f5f3863/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fjava-bigquery%2Fpresubmit%2Fdependencies/log
    
    [WARNING] Used undeclared dependencies found:
    [WARNING]    org.hamcrest:hamcrest-core:jar:1.3:test
    [WARNING] Unused declared dependencies found:
    [WARNING]    org.hamcrest:hamcrest:jar:2.2:test
    
    * removing hamcrest-core, again since build error re-occurred saying it's unused
    
    https://source.cloud.google.com/results/invocations/c11a77e3-59fc-49e2-ae8b-4e10f4d968d4/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fjava-bigquery%2Fpresubmit%2Fdependencies/log
    
    [WARNING] Unused declared dependencies found:
    [WARNING]    org.hamcrest:hamcrest-core:jar:2.2:test
    
    * move hamcrest to be above junit to fix build error
    
    * remove hamcrest-core since it's claimed as unused in build
    stephaniewang526 authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fc255cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c859fdb View commit details
    Browse the repository at this point in the history
  4. chore: release 1.105.1-SNAPSHOT (#137)

    * updated versions.txt [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated google-cloud-bigquery/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2503aa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    509c112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f643414 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    41ec3a7 View commit details
    Browse the repository at this point in the history
  2. fix: missing fields in tablefield (#143)

    Praful Makani authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    1f719fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a10fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30b3d7 View commit details
    Browse the repository at this point in the history
  5. sample: fix region tag (#145)

    * sample: fix region tag
    
    * sample: fix region tag
    stephaniewang526 authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0337462 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    e619233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6622b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5a2e2 View commit details
    Browse the repository at this point in the history
  4. sample: update region tag (#148)

    * sample: update region tag
    
    * sample: update region tag
    stephaniewang526 authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f2a4543 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9955203 View commit details
    Browse the repository at this point in the history
  6. chore: release 1.106.0 (#150)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigquery/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated samples/pom.xml [ci skip]
    release-please[bot] authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9dde9a6 View commit details
    Browse the repository at this point in the history
Loading