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.22.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.22.3
Choose a head ref
  • 20 commits
  • 79 files changed
  • 8 contributors

Commits on Aug 1, 2022

  1. docs: Update intro documentation page (#2982)

    * GitBook: [#3] docs: update intro documentation page
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update main README blurb
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * address comments
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    39cd44e View commit details
    Browse the repository at this point in the history
  2. docs: Updated quickstart docs to import FeatureService (#2987)

    docs: updated quickstart docs to import FeatureService
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo authored and adchia committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a39819c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. fix: Move gcp back to 1.47.0 since grpcio-tools 1.48.0 got yanked fro…

    …m pypi (#2990)
    
    Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    kevjumba authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f7e44da View commit details
    Browse the repository at this point in the history
  2. chore: Update main README including template (#2994)

    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    139f2c4 View commit details
    Browse the repository at this point in the history
  3. fix: More explicit error messages (#2708)

    Add more explicit error messages to validation checks in repo_config.py (for better pydantic error messages)
    
    Signed-off-by: Tomas Pereira de Vasconcelos <[email protected]>
    tpvasconcelos authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    93c1c15 View commit details
    Browse the repository at this point in the history
  4. chore: Update integration testing documentation (#2983)

    * Refactor go feature server
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix e2e tests
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Verify tests
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Address review
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Address review
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * address review
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Refactor
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fx lit
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Revert
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Add more docs
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Swap
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * More thingies
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix rebase
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix rebase
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * fix lint
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * address review
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix release
    
    Signed-off-by: Kevin Zhang <[email protected]>
    kevjumba authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1db9e3c View commit details
    Browse the repository at this point in the history
  5. fix: Return an empty infra object from sql registry when it doesn't e…

    …xist (#3022)
    
    * fix: Return an empty infra object from sql registry when it doesn't exist
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * better
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * types
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * fix hasattr
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    329bc47 View commit details
    Browse the repository at this point in the history
  6. chore: Fix error where all calls register as test calls because typeg…

    …uard imports unittest (#3030)
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    bbebc90 View commit details
    Browse the repository at this point in the history
  7. chore: Add types hints and set created_timestamp in sql registry (#3033)

    * chore: Add types for some methods in the sql registry
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * created_timestamp
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    10ef6d3 View commit details
    Browse the repository at this point in the history
  8. chore: Update helm chart name (#2969)

    * Rename feast-python-server helm chart to feast-feature-server
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Switch example to Python 3.8
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Update helm chart docs
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Change name
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Change references
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Change another reference
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Add arrow C++ library to example Dockerfile
    
    Signed-off-by: Felix Wang <[email protected]>
    felixwang9817 authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4b55dfe View commit details
    Browse the repository at this point in the history
  9. ci: Automate UI release using an NPM automation token. Add feature-se…

    …rver helm chart to release (#3015)
    
    * ci: Update feast-feature-server helm chart to be automatically released in each Feast version
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update files to bump
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update ui automation
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update ui automation
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    65b93b6 View commit details
    Browse the repository at this point in the history
  10. ci: Fix release process to find breaking changes (#3021)

    * Fix release process to find breaking changes
    
    Signed-off-by: Felix Wang <[email protected]>
    
    * Add comments
    
    Signed-off-by: Felix Wang <[email protected]>
    felixwang9817 authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3738e44 View commit details
    Browse the repository at this point in the history
  11. fix: Fixing Web UI, which fails for the SQL registry (#3028)

    fix: Fix Feast UI failure with SQL registry
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    56d645c View commit details
    Browse the repository at this point in the history
  12. fix: Check if on_demand_feature_views is an empty list rather than No…

    …ne for snowflake provider (#3046)
    
    check if on_demand_feature_views is empty or None
    
    Signed-off-by: floOnfido <[email protected]>
    floOnfido authored and adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    67af727 View commit details
    Browse the repository at this point in the history
  13. ci: Auto update yarn.lock as part of release

    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b02adc9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40f2a6e View commit details
    Browse the repository at this point in the history
  15. docs: Add Web UI documentation on repo structure (#3014)

    * docs: Add Web UI documentation on repo structure
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update release docs
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * update release docs
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * remove unnecessary step
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix nits
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fe32c61 View commit details
    Browse the repository at this point in the history
  16. ci: Revert bad merge

    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c100a52 View commit details
    Browse the repository at this point in the history
  17. chore: Remove old way of flagging features as experimental (#3005)

    * remove straggler references
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * remove straggler references
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * rebase
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * add lambda doc to feature server README
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0343ecf View commit details
    Browse the repository at this point in the history
  18. chore(release): release 0.22.3

    ## [0.22.3](v0.22.2...v0.22.3) (2022-08-10)
    
    ### Bug Fixes
    
    * Check if on_demand_feature_views is an empty list rather than None for snowflake provider ([#3046](#3046)) ([67af727](67af727))
    * Fixing Web UI, which fails for the SQL registry ([#3028](#3028)) ([56d645c](56d645c))
    * More explicit error messages ([#2708](#2708)) ([93c1c15](93c1c15))
    * Move gcp back to 1.47.0 since grpcio-tools 1.48.0 got yanked from pypi ([#2990](#2990)) ([f7e44da](f7e44da))
    * Return an empty infra object from sql registry when it doesn't exist ([#3022](#3022)) ([329bc47](329bc47))
    feast-ci-bot committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f06874a View commit details
    Browse the repository at this point in the history
Loading