Skip to content

Commit a4742bd

Browse files
586 tag support across all apis (#676)
* Initial tagging implementation Signed-off-by: Mihai Criveti <[email protected]> * Adding tags to ui, not yet recorded to db Signed-off-by: Mihai Criveti <[email protected]> * Adding UI tags support Signed-off-by: Mihai Criveti <[email protected]> * Tags docs Signed-off-by: Mihai Criveti <[email protected]> * Fix flake8 Signed-off-by: Mihai Criveti <[email protected]> * Fix pylint Signed-off-by: Mihai Criveti <[email protected]> * Update docs and filters Signed-off-by: Mihai Criveti <[email protected]> * Add tags in UI to gateways Signed-off-by: Mihai Criveti <[email protected]> * Add tags in UI to gateways Signed-off-by: Mihai Criveti <[email protected]> * Fix filtering Signed-off-by: Mihai Criveti <[email protected]> * Add /tags Signed-off-by: Mihai Criveti <[email protected]> * Add /tags endpoint Signed-off-by: Mihai Criveti <[email protected]> * Add doctest test coverage Signed-off-by: Mihai Criveti <[email protected]> * Fix gateway add tags Signed-off-by: Mihai Criveti <[email protected]> * Fix lint Signed-off-by: Mihai Criveti <[email protected]> * Fixed server catalog panel to support tags Signed-off-by: Keval Mahajan <[email protected]> --------- Signed-off-by: Mihai Criveti <[email protected]> Signed-off-by: Keval Mahajan <[email protected]> Co-authored-by: Keval Mahajan <[email protected]>
1 parent 04345f0 commit a4742bd

File tree

23 files changed

+4098
-35
lines changed

23 files changed

+4098
-35
lines changed

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,8 @@ pytest -m "not slow"
210210

211211
# You have access to cli tools
212212
- You can use `gh` for github commands, e.g. gh issue view 586
213+
214+
# To test everything:
215+
216+
make autoflake isort black pre-commit
217+
make doctest test smoketest lint-web flake8 pylint

docs/docs/overview/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ nav:
44
- features.md
55
- ui.md
66
- ui-concepts.md
7+
- tags.md

0 commit comments

Comments
 (0)