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.5
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.4.0
Choose a head ref
  • 18 commits
  • 174 files changed
  • 9 contributors

Commits on Dec 17, 2019

  1. Async job management (#361)

    * Async job management
    
    * Add feature set status for safe ingestion
    
    * Make job update timeout configurable
    
    * Set job update timeout
    
    * Change JobInfo to Job, move Job object instantiation to JobManagers
    
    * Increase kafka wait time
    
    * Remove Info from method
    
    * Update feature set yamls to follow new format
    
    * Change toSpec to toProto, refactor job start signature, change Apply to take full FeatureSet object
    
    * Erase all traces of jobInfo
    
    * Remove status and created timestamp from constructor
    
    * Remove queue buffer limit
    Chen Zhiling authored and feast-ci-bot committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f2d4db5 View commit details
    Browse the repository at this point in the history
  2. Catch errors thrown by BQ during entity table loading (#371)

    * Catch errors thrown by BQ during entity table loading
    
    * Apply spotless
    
    * Add logging at grpc service level
    Chen Zhiling authored and feast-ci-bot committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    03b3135 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Update helm dependency before building (#373)

    To ensure requirements.lock is in sync with requirements.yaml
    helm/helm#2033
    davidheryanto authored and feast-ci-bot committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7571ba7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    b36dff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdaaf1 View commit details
    Browse the repository at this point in the history
  3. Create CHANGELOG.md

    woop committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    b20c1cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    197c668 View commit details
    Browse the repository at this point in the history
  5. Allow user to override job options

    Shu Heng authored and woop committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    98ea901 View commit details
    Browse the repository at this point in the history
  6. Rebasing changes (#355)

    voonhous authored and feast-ci-bot committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    437b350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30c2e0f View commit details
    Browse the repository at this point in the history
  8. Add readiness checks for Feast services in end to end test (#337)

    * Add readiness checks for Kafka, Feast Core and Feast Serving in test-end-to-end
    So that any error is discovered early and the last log message is more representative of the actual errors
    
    * Use kafkacat to check Kafka connection
    Netcat cannot check it reliably
    
    * Reduce timeout duration for job to 1h
    To free up resources more quickly and since we our tests do not require more than 1 hour to complete
    
    * Increase resource request for tests
    - Values are estimated based on previous actual runs of the tests
    
    * Increase wait time for Kafka to start
    
    * Increase default Kafka request timeout value to 15s from 1s
    Value of 1s seems to cause end-to-end test to keep failing due to timeout
    
    * Increase cpu request and set timeout for netcat
    
    * Use revision=dev for end-to-end-test
    
    * Correct the target jar filename
    davidheryanto authored and woop committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    84280d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Added a few minor changes: (#383)

    - Use tmp dir during ingest
    - Tweak int to ceil for row_group_size
    - Changed imap_unordered to imap so that results are ordered
    voonhous authored and feast-ci-bot committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    01c4b44 View commit details
    Browse the repository at this point in the history
  2. GitBook: [master] 2 pages modified

    woop authored and gitbook-bot committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    f669e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc779c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. <docs>(concepts): change data types to upper case because lower case …

    …would fail when you want to apply this FeatureSet (#389)
    david30907d authored and feast-ci-bot committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    51cbdc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Project Namespacing (#393)

    * Implement project namespacing (without auth)
    * Update Protos, Java SDK, Golang SDK to support namespacing
    * Fixed Python SDK to support project namespacing protos
    * Add integration with projects, update code to be compliant with new protos
    * Move name, version and project back to spec
    * Update Feast Core and Feast Ingestion to support project namespacing
    * Update Core and Ingestion based on refactored FeatureSet proto
    * Remove entity dataset validation
    * Register feature sets first to speed up tests
    
    * Apply PR #392
    
    * Apply spotless
    
    * Order test output
    
    Co-authored-by: Chen Zhiling <chnzhlng@gmail.com>
    2 people authored and feast-ci-bot committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5b69331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9324b7b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

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