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: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 4 commits
  • 47 files changed
  • 9 contributors

Commits on Feb 13, 2020

  1. Fix branch inconsistency (#472)

    * Update Changelog (#423)
    
    * Initial commit of changelog up to 0.4.3
    
    * Remove unreleased changes on master
    
    * Add missing changelog manually
    
    Co-authored-by: Khor Shu Heng <32997938+khorshuheng@users.noreply.github.com>
    
    * Introduce datatypes/java module for proto generation (#391)
    
    Rather than the Maven protobuf plugin running on the same symlinked
    definitions in several Java modules, localize this process into one
    module that the others depend on.
    
    This provides a single module that can be depended on by third-party
    extensions with the bare minimum of dependencies.
    
    Also removes proto files that are no longer used.
    
    * Update basic Feast example to Feast 0.4 (#424)
    
    * Add documentation for bigquery batch retrieval (#428)
    
    * Add documentation for bigquery batch retrieval
    
    * Fix formatting for multiline comments
    
    * Bump hibernate-validator from 6.0.13.Final to 6.1.0.Final in /ingestion (#421)
    
    Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.13.Final to 6.1.0.Final.
    - [Release notes](https://github.com/hibernate/hibernate-validator/releases)
    - [Changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt)
    - [Commits](hibernate/hibernate-validator@6.0.13.Final...6.1.0.Final)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Publish datatypes/java along with sdk/java (#426)
    
    This forward-ports a straggling commit from #407: it was missed when
    initially creating the datatypes module because Sonatype publishing
    setup was added concurrently.
    
    * Remove "resource" concept and the need to specify a kind in feature sets (#432)
    
    * Update GKE installation and chart values to work with 0.4.3 (#434)
    
    * Fix logging (#430)
    
    Allow log level to be set via environmental variable.
    Add ability to set appender type in serving.
    Remove logback-classic from ingestion as it is a library so should not bring its own impl.
    Upgrade log4j to 2.12.1 to support objectMessageAsJsonObject.
    Fix logger config targeting feast package in serving an add same concept for core.
    
    * Bump chart version
    
    * Update Changelog (#447)
    
    * Update Changelog
    
    * Remove closed issues
    
    Co-authored-by: Willem Pienaar <6728866+woop@users.noreply.github.com>
    Co-authored-by: Ches Martin <ches@whiskeyandgrits.net>
    Co-authored-by: Chen Zhiling <chnzhlng@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lionel Vital <lgvital@gmail.com>
    Co-authored-by: Iain Rauch <Yanson@users.noreply.github.com>
    7 people authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2a704ac View commit details
    Browse the repository at this point in the history
  2. Add retry options to BigQuery (#431)

    * Add retry options to BigQuery
    
    Add two fields to job properties and use them to set retry options in all BigQuery job waitFor calls, as per Google example.
    
    * Change timeout defaults and add config to e2e test to fix failure.
    Yanson authored and Shu Heng committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    17828c5 View commit details
    Browse the repository at this point in the history
  3. Change RedisBackedJobService to use a connection pool (#439)

    * Change job service connection to use a connection pool
    
    * Close connection
    
    * Remove isConnected condition
    
    * Add simple test to test that pool recovers broken connections
    
    * Catch JedisExceptions separately
    
    * Catch only JedisConnectionException
    Chen Zhiling Shu Heng
    Chen Zhiling authored and Shu Heng committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    dcaccaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc879d7 View commit details
    Browse the repository at this point in the history
Loading