gitdataai/libs/api
ZhenYi d593354ba9
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
feat: add sitemap index with static/users/projects/repos sub-sitemaps
- Main sitemap index at /sitemap.xml referencing 4 sub-sitemaps
- /sidemap/static: fixed routes (homepage, auth, marketing pages)
- /sidemap/users: public user profiles sorted alphabetically
- /sidemap/projects: public projects sorted alphabetically
- /sidemap/repos: public repos sorted alphabetically
- Redis cache with 8h TTL (no refresh on access), key: sidemap:{type}
- robots.txt Sitemap URL uses main_domain() with https:// forced
- All sitemap loc entries use https:// base URL
2026-04-26 00:06:18 +08:00
..
admin feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
agent chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
auth feat(room): add category creation and drag-to-assign for channels 2026-04-19 16:44:31 +08:00
git fix(api): fix branch route order to prevent shadowing 2026-04-17 16:11:23 +08:00
issue chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
project fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
pull_request
room fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
search chore: API and frontend UI adjustments 2026-04-25 09:54:05 +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
gen_api.rs
lib.rs chore(api): add sidemap module 2026-04-25 23:50:23 +08:00
openapi.rs chore: API and frontend UI adjustments 2026-04-25 09:54:05 +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 feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +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