Add Xquik API#1
Conversation
|
Repair pushed. The offline catalog fallback search now works for partial names, descriptions, and tags. I also added the canonical API detail route while preserving the old route, replaced deprecated FastAPI syntax, removed unused imports, and added route regression coverage. Validation passed: Ruff, 2 backend tests, frontend JavaScript syntax and search behavior, catalog JSON validation, and |
Signed-off-by: Burak <8755484+kriptoburak@users.noreply.github.com>
0635cc5 to
404c838
Compare
|
Final repair published as GitHub-verified signed commit The branch is rebuilt on current main. It preserves the Xquik API record and independently fixes broken offline partial search, adds the canonical detail route while preserving compatibility, replaces deprecated FastAPI query syntax, removes unused imports, and adds route regression tests. Validation passed: Ruff, 2 backend tests, frontend JavaScript syntax, offline search assertions, catalog JSON and Xquik record checks, live docs HTTP 200, diff checks, signature verification, and current-base mergeability. The PR is clean with no reported checks. |
Summary
Independent Repository Fixes
inoperator against strings, causing search to fail. It now uses substring matching for names, descriptions, and tags./api/apis/{id}detail route while preserving the legacy/api/ap/{id}route.Validation
git diff --checkpassed.