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.3.1
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.3.2
Choose a head ref
  • 19 commits
  • 169 files changed
  • 7 contributors

Commits on Nov 25, 2019

  1. Merge pull request #325 from gojek/v0.3.1

    Advance versions for 0.3.1 release
    Chen Zhiling
    Chen Zhiling authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    dab7ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186166f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8816b21 View commit details
    Browse the repository at this point in the history
  4. Revert progress bar argument

    woop committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    5856895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31b9ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Consolidate jobs into single steps instead of branching out (#326)

    * Consolidate jobs into single steps instead of branching out
    
    * Add basic unit test for validation step
    
    * Change version back to 0.3.1
    
    * Use 0.3.1-SNAPSHOT jar in tests
    Chen Zhiling authored and feast-ci-bot committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e54780b View commit details
    Browse the repository at this point in the history
  2. Adding khorshuheng as reviewer

    woop authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    1a94554 View commit details
    Browse the repository at this point in the history
  3. Update scripts for v0.3.2 release

    zhilingc
    zhilingc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    89305be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #331 from gojek/feast-0.3.2

    Update scripts for v0.3.2 release
    Chen Zhiling
    Chen Zhiling authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    61d4c2d View commit details
    Browse the repository at this point in the history
  5. Set BigQuery table timepartition inside get table function (#333)

    * Fix BigQuery write setting timepartition outside of table reference
    
    * Give core a bit more time to start up
    
    * Rename GetTableReference to correctly reflect return type
    
    * Increase kafka sleep time
    Chen Zhiling authored and feast-ci-bot committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    57b574e View commit details
    Browse the repository at this point in the history
  6. Remove withTimePartitioning

    zhilingc
    zhilingc committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8e6bbd4 View commit details
    Browse the repository at this point in the history
  7. Add unit test in Redis to return values with no max age set (#329)

    * fix path in serving application.yml for redis serving config
    
    * add test to RedisServingService for checking values are returned when max age is default
    smadarasmi authored and feast-ci-bot committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    81fb1ba View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Remove metrics windowing, clean up step names for metrics writing (#334)

    * Remove metrics windowing, clean up step names
    
    * Remove unused variables
    Chen Zhiling authored and feast-ci-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    747bc3a View commit details
    Browse the repository at this point in the history
  2. Pin Python SDK to minor versions for dependencies (#322)

    * Pin Python SDK to minor versions for dependencies
    
    * Relax pinned versions for Python SDK
    woop authored and feast-ci-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1074f5b View commit details
    Browse the repository at this point in the history
  3. Auto format to Google style with Spotless (#317)

    * Add Spotless Maven plugin for Google formatting
    
    * Run auto format with Spotless
    
    * Enable Apache license header in Spotless for .java
    ches authored and feast-ci-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5402b6e View commit details
    Browse the repository at this point in the history
  4. Move prometheus annotations to pod template (#336)

    Chen Zhiling authored and feast-ci-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8c30640 View commit details
    Browse the repository at this point in the history
  5. Stop using prom timer since its in seconds (#338)

    Chen Zhiling authored and feast-ci-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1ef1b71 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Fix incorrect BigQuery schema creation from FeatureSetSpec (#340)

    * Add test and fix for BigQuery schema creation from FeatureSetSpec
    
    * Add entity fields in the createBigQueryTableDefinition test
    
    * Apply spotless plugin for consistent formatting
    davidheryanto authored and feast-ci-bot committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3b4dcaa View commit details
    Browse the repository at this point in the history
  2. Filter out feature sets that dont share the same source (#339)

    * Filter out feature sets that dont share the same source
    
    * Apply spotless
    
    * Change typo
    Chen Zhiling authored and feast-ci-bot committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e8d1b01 View commit details
    Browse the repository at this point in the history
Loading