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.4.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.4.2
Choose a head ref
  • 10 commits
  • 148 files changed
  • 5 contributors

Commits on Dec 30, 2019

  1. Move cli into feast package (#398)

    Chen Zhiling authored and feast-ci-bot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    3dd2144 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Update feast core default values to include hibernate merge strategy (#…

    …400)
    
    * Update feast core default values to include hibernate merge strategy
    
    * Add default value for job polling timeout
    Chen Zhiling authored and feast-ci-bot committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    c3175e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Use Nexus staging plugin for deployment (#394)

    * Use Nexus staging pluging for deployment
    
    * Fix Javadoc error
    
    * Hard coded parent version as variable substitution is not supported
    khorshuheng authored and feast-ci-bot committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    3d44ad7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

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

Commits on Jan 6, 2020

  1. Filter out extra fields, deduplicate fields in ingestion (#404)

    * Filter out duplicate fields, ignore extra fields
    
    * Add test for filtering out extra fields
    Chen Zhiling authored and feast-ci-bot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3e25841 View commit details
    Browse the repository at this point in the history
  2. Automatic documentation generation for gRPC API (#403)

    * Add documentation building for Core and Serving gRPC APIs
    
    * Remove staticly generated Python documentation
    woop authored and feast-ci-bot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2b291a3 View commit details
    Browse the repository at this point in the history
  3. Deduplicate rows in subquery (#409)

    * Deduplicate rows in subquery
    
    * Rename columns
    
    * Use correct feature names
    
    * Select k.* instead of iterating through fields
    Chen Zhiling authored and feast-ci-bot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    57b3887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa34a6b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. GitBook: [master] 2 pages modified

    woop authored and gitbook-bot committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    3230bf5 View commit details
    Browse the repository at this point in the history
  2. Java SDK release script (#406)

    * Use back revision variable in pom.xml
    So user or CI system can easily override revision from external sources such as Git tag name
    
    * Add flatten maven plugin
    This plugin is useful during deployment so the final pom is resolved without parent dependency, i.e. we do not necessarily need to upload parent library
    
    * Increase versions for maven source,javadoc,spotless plugins
    So it has newer features and more fixes
    
    * Add gpg-plugin needed to sign releases
    
    * Use oss configure for flatten plugin, add developers info in pom.xml (required for releasing library
    
    * Add publish-java-sdk script
    
    * Add more logs to publish-java-sdk.sh
    
    * Add ProwJob publish-java-sdk
    
    * Use GPG_KEY_IMPORT_DIR variable
    
    * Update revision in pom.xml to 0.4.2-SNAPSHOT
    davidheryanto authored and feast-ci-bot committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    ec6b26b View commit details
    Browse the repository at this point in the history
Loading