Skip to content

Commit

Permalink
[Ready for review] Update SearchAPI to search for foreach variable na…
Browse files Browse the repository at this point in the history
…me and value. (#411)

* rename artifact search to search

* add backend api to search foreach

* update test

* add request identifier so that result of search requests are isolated

---------

Co-authored-by: Sakari Ikonen <[email protected]>
  • Loading branch information
darinyu and saikonen authored Feb 7, 2024
1 parent 7828aab commit 798d9da
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 181 deletions.
1 change: 1 addition & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- FEATURE_HEARTBEAT_DISABLE=0
- FEATURE_DB_LISTEN_DISABLE=0
- FEATURE_ARTIFACT_SEARCH=1
- FEATURE_FOREACH_VAR_SEARCH=1
- FEATURE_ARTIFACT_TABLE=1
- CUSTOM_QUICKLINKS=$CUSTOM_QUICKLINKS
- NOTIFICATIONS=$NOTIFICATIONS
Expand Down
2 changes: 1 addition & 1 deletion services/ui_backend_service/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .admin import AdminApi
from .autocomplete import AutoCompleteApi
from .artifact import ArtificatsApi
from .artifactsearch import ArtifactSearchApi
from .search import SearchApi
from .dag import DagApi
from .flow import FlowApi
from .run import RunApi
Expand Down
174 changes: 0 additions & 174 deletions services/ui_backend_service/api/artifactsearch.py

This file was deleted.

Loading

0 comments on commit 798d9da

Please sign in to comment.