-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: feast-dev/feast
base: v0.22.2
head repository: feast-dev/feast
compare: v0.22.3
- 20 commits
- 79 files changed
- 8 contributors
Commits on Aug 1, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 39cd44e - Browse repository at this point
Copy the full SHA 39cd44eView commit details -
docs: Updated quickstart docs to import FeatureService (#2987)
docs: updated quickstart docs to import FeatureService Signed-off-by: Francisco Javier Arceo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a39819c - Browse repository at this point
Copy the full SHA a39819cView commit details
Commits on Aug 10, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f7e44da - Browse repository at this point
Copy the full SHA f7e44daView commit details -
chore: Update main README including template (#2994)
Signed-off-by: Danny Chiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 139f2c4 - Browse repository at this point
Copy the full SHA 139f2c4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 93c1c15 - Browse repository at this point
Copy the full SHA 93c1c15View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1db9e3c - Browse repository at this point
Copy the full SHA 1db9e3cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 329bc47 - Browse repository at this point
Copy the full SHA 329bc47View commit details -
chore: Fix error where all calls register as test calls because typeg…
…uard imports unittest (#3030) Signed-off-by: Danny Chiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbebc90 - Browse repository at this point
Copy the full SHA bbebc90View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 10ef6d3 - Browse repository at this point
Copy the full SHA 10ef6d3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4b55dfe - Browse repository at this point
Copy the full SHA 4b55dfeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 65b93b6 - Browse repository at this point
Copy the full SHA 65b93b6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3738e44 - Browse repository at this point
Copy the full SHA 3738e44View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 56d645c - Browse repository at this point
Copy the full SHA 56d645cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 67af727 - Browse repository at this point
Copy the full SHA 67af727View commit details -
ci: Auto update yarn.lock as part of release
Signed-off-by: Danny Chiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b02adc9 - Browse repository at this point
Copy the full SHA b02adc9View commit details -
ci: Update release rc for this branch to allow for maintenance release
Signed-off-by: Danny Chiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40f2a6e - Browse repository at this point
Copy the full SHA 40f2a6eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fe32c61 - Browse repository at this point
Copy the full SHA fe32c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for c100a52 - Browse repository at this point
Copy the full SHA c100a52View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0343ecf - Browse repository at this point
Copy the full SHA 0343ecfView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for f06874a - Browse repository at this point
Copy the full SHA f06874aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.22.2...v0.22.3