forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compare Python objects instead of proto objects (feast-dev#2227)
* Compare Python objects instead of proto objects Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Remove unnecessary helper method Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Fix docstring test Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add docstring to RepoContents Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Lint Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Update usage test Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Set cache ttl to 1 second in tests for local feature server tests Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add FCO test Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add properties to feature service Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Lint Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Remove logic that converts Registry to RepoContents Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Always initialize registry Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Move diffing methods from Registry into FcoDiff.py Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Fix unit test Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Put registry initialization back in repo_operations.py Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Fix usage test Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Switch from hardcoded names to enum Signed-off-by: Felix Wang <wangfelix98@gmail.com>
- Loading branch information
1 parent
3894b8d
commit 3dcec6d
Showing
8 changed files
with
408 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.