gitdataai/libs/api
ZhenYi 5351df773b
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(api): register skill routes inside project scope to fix 404
In actix-web, separate web::scope() trees don't merge. The /projects
scope was intercepting /api/projects/{name}/skills before the separate
skill scope could match, causing 404 on all skill endpoints.

Move skill routes into init_project_routes as /{project_name}/skills/*
and remove the standalone configure(skill::init_skill_routes) call.
2026-04-28 22:58:57 +08:00
..
agent fix: resolve remaining warnings and fix API method name 2026-04-27 16:42:01 +08:00
auth feat(room): add category creation and drag-to-assign for channels 2026-04-19 16:44:31 +08:00
git fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
issue chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
project fix(api): register skill routes inside project scope to fix 404 2026-04-28 22:58:57 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
room refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00
search feat(search): add room-scoped message search with project name filter 2026-04-28 13:12:29 +08:00
user fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
workspace feat(backend): add workspace invitation list and slug-based accept APIs 2026-04-18 19:05:07 +08:00
build.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
Cargo.toml feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
dist.rs feat(api): pre-compress static assets with brotli and gzip 2026-04-25 20:09:09 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
gen_api.rs init 2026-04-15 09:08:09 +08:00
lib.rs chore(api): remove entire admin module 2026-04-26 14:08:15 +08:00
openapi.rs chore(api): remove entire admin module 2026-04-26 14:08:15 +08:00
robots.rs feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
route.rs fix(api): register skill routes inside project scope to fix 404 2026-04-28 22:58:57 +08:00
sidemap.rs feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
skill.rs fix(api): register skill routes inside project scope to fix 404 2026-04-28 22:58:57 +08:00