feat(api): expose config catalog at GET /api/v1/configs - #1092
Merged
Conversation
3 tasks
Extract catalog handler helpers for RuboCop, format useStarterFeeds, and commit regenerated OpenAPI client types for GET /configs.
Split preflight into its own documented operation, refactor local catalog merge helpers for RuboCop, and regenerate the OpenAPI client.
Extract GET and OPTIONS handlers from the catalog route mount.
gildesmarais
force-pushed
the
feat/feed-directory-catalog-api
branch
from
August 20, 2026 17:19
3b85003 to
88d1ad1
Compare
4 tasks
gildesmarais
added a commit
that referenced
this pull request
Aug 20, 2026
## Summary - Add `frontend/src/catalog` find/load helpers and show multi-hit included-feed suggestions under the create URL field - Keyboard listbox (arrows / Enter / Escape), quiet hit-list styling, and Vite proxy for `.rss`/`.xml`/`.json` so local clicks open real feeds - Session featured feeds use `CatalogEntry[]`; docs updated for catalog find ## Test plan - [ ] `CI=1 make check-frontend` in Dev Container - [ ] Type `bbc` → ≥2 hits; ArrowDown/Enter opens feed - [ ] Click a hit on `:4001` opens RSS (not SPA create reload) - [ ] Create Enter still creates when no hit is active Depends on #1092 (API catalog).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/v1/configs(and OPTIONS) withCONFIG_CATALOG_ENABLED, merging embedded + local directory entries viaCatalog::Mergeinstance.catalog: { enabled, url }on root API metadata; regenerate OpenAPI and the frontend generated clientTest plan
make ready(or catalog-focused request specs) in Dev ContainerGET /api/v1/includes catalog pointer when enabledGET /api/v1/configsreturns envelope;CONFIG_CATALOG_ENABLED=false→ 404catalog_disabled