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.1.2
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.1.8
Choose a head ref
  • 13 commits
  • 81 files changed
  • 2 contributors

Commits on Sep 8, 2019

  1. Update compiled proto

    davidheryanto committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    3d4e2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7d49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb4d67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1986381 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80a334d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    6860063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c0623 View commit details
    Browse the repository at this point in the history
  3. Ignore errors from feast metric writer

    Because this step is not crucial and we do not want to be overwhelmed with
    unpredictable error to metric store (influx db in this case)
    davidheryanto committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    417794e View commit details
    Browse the repository at this point in the history
  4. Add @lazy annotation in getBigQueryTrainingDatasetTemplater in Traini…

    …ngConfig to resolve circular dependency
    davidheryanto committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    835c81e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Fix tracing to continue from existing trace created by grpc client (#245

    )
    
    * Fix tracing to continue from existing trace created by grpc client
    
    * Update python SDK with updated protos in Feast 0.1.x
    Removal of storage specs
    
    * Add __init__ file in feast/types to fix module not found error
    
    * Add support to configure import job metrics in Feast Core
    
    * Fix CoreApplicationWithNoWarehouseTest
    
    * Update charts
    Add import job metrics configuration
    Update jaeger tracing configuration for serving
    
    * Add lazy annotation in getBigQueryTrainingDatasetTemplater in TrainingConfig to resolve circular dependency
    
    * Use provided values for INGESTION_METRICS_ENABLED
    
    * Add Python mypy definition
    
    * Increase version of google-cloud-storage in python sdk
    
    * Update docs for influx_db_url field in ImportJobSpecs proto
    
    * Write feature metrics in fixed window for better performance
    
    * Update default image in Helm chart
    
    * Write feature metrics only if the job type is streaming
    
    * Set transform name for writing feature metrics to Influx DB
    
    * Update chart, making resources limit optional
    Following how stable postgresql chart specifies it
    https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
    
    * Fix the check for unbounded sources
    Check against the ImportSpec.Type value (kafka or pubsub) instead of PipelineOptions.Streaming (the streaming status cannot be reliably determined at pipeline creation stage)
    
    * Fix typo
    
    * Update default Feast image tag used in the chart
    pradithya aria authored and feast-ci-bot committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    dd216c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

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

Commits on Oct 30, 2019

  1. Remove redis transaction

    Pradithya Aria
    Pradithya Aria committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    74bff10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from pradithya/remove_transaction

    Remove redis transaction
    pradithya aria
    pradithya aria authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    82569b0 View commit details
    Browse the repository at this point in the history
Loading