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: bc22fda
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: 4bee000
Choose a head ref
  • 12 commits
  • 41 files changed
  • 8 contributors

Commits on Mar 16, 2020

  1. Replacing Jedis With Lettuce in ingestion and serving (#485)

    * Replacing Jedis With Lettuce in ingestion and serving
    
    * Removing extra lines
    
    * Abstacting redis connection based on store
    
    * Check the connection before connecting as lettuce does the retry automatically
    
    * Running spotless
    
    * Throw Exception if the job store config is null
    
    * Handle No enum constant RuntimeException
    lavkesh authored and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    517e4c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1517579 View commit details
    Browse the repository at this point in the history
  3. Remove checks for debian stretch

    woop authored and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a8aad8b View commit details
    Browse the repository at this point in the history
  4. Remove unused ingestion deps (#520)

    * Make dependency:analyze run clean on datatypes-java
    
    * Remove stale dependencies from ingestion
    
    Unused according to `mvn -pl ingestion dependency:analyze`, and tests.
    
    We had a recent bump of hibernate-validator with a CVE fix (#421) that I
    was looking to backport, and it turns out it's not used anymore anyway.
    ches authored and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    7aab77d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dd6041 View commit details
    Browse the repository at this point in the history
  6. Encode feature row before storing in Redis (#530)

    * Encode feature row before storing in Redis
    
    * Include encoding as part of RedisMutationDoFn
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    2e9b93a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. [Bug] Clear all the futures when sync is called. (#501)

    * Replacing Jedis With Lettuce in ingestion and serving
    
    * Removing extra lines
    
    * Abstacting redis connection based on store
    
    * Check the connection before connecting as lettuce does the retry automatically
    
    * Running spotless
    
    * Throw Exception if the job store config is null
    
    * Handle No enum constant RuntimeException
    
    * Future should be cleared everytime sync is called
    lavkesh authored and khorshuheng committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9b532c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e4823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b5a833 View commit details
    Browse the repository at this point in the history
  4. Changelog for release 0.4.7 (#544)

    * Version bump for release 0.4.7
    
    * Update changelog for release 0.4.7
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c4ccee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Fix helm chart image tag default value (#549)

    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e9069a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bee000 View commit details
    Browse the repository at this point in the history
Loading