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: fc879d7
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: 8c9a9f7
Choose a head ref
  • 15 commits
  • 87 files changed
  • 7 contributors

Commits on Feb 14, 2020

  1. Allow users not to set max age for batch retrieval (#446)

    * Allow users not to set max age for batch retrieval
    
    * Fix typo in test assertion
    Chen Zhiling authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    584be65 View commit details
    Browse the repository at this point in the history
  2. Deduplicate example notebooks (#456)

    * Deduplicate example notebooks
    
    * Merge docker-compose.yml for both batch and online serving.
    woop authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    03623cb View commit details
    Browse the repository at this point in the history
  3. GitBook: [master] 8 pages modified

    woop authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e7fe6b7 View commit details
    Browse the repository at this point in the history
  4. GitBook: [master] 5 pages modified

    woop authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    4cc9a97 View commit details
    Browse the repository at this point in the history
  5. GitBook: [master] one page modified

    woop authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c9d2b18 View commit details
    Browse the repository at this point in the history
  6. Update README.md and remove versions from Helm Charts (#457)

    * Update README.md and remove versions from Helm Charts
    
    * Fix type in README.md
    woop authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    b9ea64f View commit details
    Browse the repository at this point in the history
  7. Fix typo in split string length check (#464)

    Chen Zhiling authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1ecdf91 View commit details
    Browse the repository at this point in the history
  8. Use concrete class for AvroCoder compatibility (#465)

    Chen Zhiling authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    dc6dd09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14fe2d1 View commit details
    Browse the repository at this point in the history
  10. Helm Chart Upgrades (#458)

    Move prometheus-statsd-exporter to toggleable core dependency (default false).
    Add ingresses for gRPC and HTTP for both core and serving.
    Refactor ConfigMaps to user Spring profiles rather than manipulating the base application.yaml.
    Add ability to define and enable arbitrary Spring profiles.
    Add toggle to enable prometheus scraping in core.
    Add parameters to change LOG_LEVEL and LOG_TYPE (#430).
    Add parameter to specify GOOGLE_CLOUD_PROJECT.
    Allow jar path to be specified (e.g. if using non-standard image).
    Add missing documentation for Helm parameters.
    Yanson authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    82949ea View commit details
    Browse the repository at this point in the history
  11. Make redis key creation more determinisitic (#380) (#471)

    * Make redis key creation more determinisitic (#380)
    
    * Add documentation to RedisKey in Redis.proto
    Ensure entities are sorted by the name
    
    Co-authored-by: David Heryanto <david.heryanto@hotmail.com>
    2 people authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    36e9fc5 View commit details
    Browse the repository at this point in the history
  12. Use bzip2 compressed feature set json as pipeline option (#466)

    * Use bzip2 compressed feature set json as pipeline option
    
    * Make decompressor and compressor more generic and extensible
    
    * Avoid code duplication in test
    khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ddad1c4 View commit details
    Browse the repository at this point in the history
  13. Bump chart version to 0.4.5

    Shu Heng authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    67bda54 View commit details
    Browse the repository at this point in the history
  14. Update pom version

    Shu Heng authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    0338de0 View commit details
    Browse the repository at this point in the history
  15. Changelog for release 0.4.5

    Shu Heng authored and khorshuheng committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8c9a9f7 View commit details
    Browse the repository at this point in the history
Loading