Commit 2321c07
feat: Allow CRUD on entities, data sources, and feature views from UI (#6412)
* feat: Add modals for creating and editing data sources, entities, and feature views
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* feat: Introduce UI versioning context and toggle component
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* feat: Add UI REST integration for entity management
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* feat: Add UI REST integration for data sources and feature views
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* refactor: Clean up formatting and improve readability in various components
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* refactor: Remove unused proxy setting and streamline data loading in data sources and other
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* refactor: Remove UIVersion context and related components to simplify UI structure
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* fix: Ensure tag values are converted to strings
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
* Fix REST UI mutation consistency
* Show entity create errors in modal
* Add local REST mocks for UI dev
* Avoid Milvus setup in mock vector store tests
---------
Signed-off-by: Rohit Bharmal <rohitbharmal123@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Francisco Javier Arceo <farceo@redhat.com>1 parent c0e7e5d commit 2321c07
26 files changed
Lines changed: 3191 additions & 62 deletions
File tree
- sdk/python
- feast/api/registry/rest
- tests
- unit/api
- utils
- ui/src
- components
- forms
- pages
- data-sources
- entities
- feature-views
- queries
- mutations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
310 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
311 | 318 | | |
312 | 319 | | |
313 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2091 | 2091 | | |
2092 | 2092 | | |
2093 | 2093 | | |
2094 | | - | |
2095 | | - | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
2096 | 2104 | | |
2097 | 2105 | | |
2098 | 2106 | | |
| |||
2107 | 2115 | | |
2108 | 2116 | | |
2109 | 2117 | | |
2110 | | - | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
2111 | 2122 | | |
2112 | 2123 | | |
2113 | 2124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments