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.0
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.1
Choose a head ref
  • 7 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 19, 2019

  1. Fix import error in Feast CLI (#314)

    Due to this error:
    AttributeError: module 'feast.loaders.file' has no attribute 'yaml_loader'
    
    Since yaml_loader() function has been moved to a module feast.loaders.yaml
    davidheryanto authored and feast-ci-bot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    a75116c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8cc6f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Change default job metrics sink to statsd (#315)

    * Change default job metrics sink to statsd
    
    * Change port to 9125
    Chen Zhiling authored and feast-ci-bot committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e146e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    31aaed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Add prometheus metrics to serving (#316)

    * Add prometheus metrics to serving
    
    * Add subsystem
    
    * Use histogram instead of summary
    
    * Change timer to histogram timer
    
    * Fix configuration for serving chart for prometheus
    
    * Fix application.yaml reference in chart
    Chen Zhiling authored and feast-ci-bot committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    a79c77b View commit details
    Browse the repository at this point in the history
  2. Update charts to 0.3.1

    zhilingc
    zhilingc committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c7d9fac View commit details
    Browse the repository at this point in the history
  3. Enable http webservice for serving

    zhilingc
    zhilingc committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    cdd64e5 View commit details
    Browse the repository at this point in the history
Loading