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.104.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.105.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 23, 2020

  1. feat: add new sample - Load: Column Based Time Partitioning (#119)

    * feat: add new sample - Load: Column Based Time Partitioning
    
    * update code format
    
    * update base on comments
    stephaniewang526 authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6e1eef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. chore: release 1.104.1-SNAPSHOT (#123)

    * 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 and stephaniewang526 committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    132551a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    e7c44b4 View commit details
    Browse the repository at this point in the history
  2. feat: add new sample - Tables: Relax column query append (#115)

    * feat: add new sample - Tables: Relax column query append
    
    * nit
    
    * update based on comments
    
    * update exception handling
    
    * refactor
    
    * update base on comments
    
    * code refactoring
    
    * fix build errors
    
    * add debugging statements
    
    * remove unused exception
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * revert back to cleaning up in method due to unkown nullpointer exception if using setup() or teardown()
    
    * update base on comments
    stephaniewang526 authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    1a1480f View commit details
    Browse the repository at this point in the history
  3. feat: new sample - Get Model (#124)

    * feat: add new sample - Tables: Relax column query append
    
    * nit
    
    * update based on comments
    
    * update exception handling
    
    * refactor
    
    * update base on comments
    
    * code refactoring
    
    * fix build errors
    
    * add debugging statements
    
    * remove unused exception
    
    * feat: new sample - Models: Get a model resource
    
    * feat: new sample - Models: Get a model resource
    
    * fix build error
    stephaniewang526 authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a03670b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. feat: new sample - Models: List model resources contained in a dataset (

    #125)
    
    * feat: new sample - Models: List Models
    
    * update to use hamcrest truth
    
    * update base on comments
    
    * update base on comment
    
    * nit
    
    * nit
    
    * nit update
    
    * nit update
    stephaniewang526 authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3a62206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbbba31 View commit details
    Browse the repository at this point in the history
  3. fix(debug): add debug statement to StandardTableDefinition (#128)

    * chore: add debug statement to StandardTableDefinition
    
    * update to include cause
    
    * remove changes to method headers
    
    * update base on comment
    
    * adding testcase
    
    * adding testcases
    
    * fix test dep build error
    
    [WARNING] Used undeclared dependencies found:
    [WARNING]    org.hamcrest:hamcrest-core:jar:1.3:test
    
    * update to add more info
    stephaniewang526 authored and chingor13 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    0d4092d View commit details
    Browse the repository at this point in the history
  4. chore: release 1.105.0 (#133)

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