gitdataai/libs/api
ZhenYi 215846b1db feat(api): pre-compress static assets with brotli and gzip
- build.rs: generate .gz and .br compressed variants at build time,
  embed both into the FRONTEND constant
- dist.rs: content-type for SPA fallback uses index.html path explicitly,
  explicit extension mapping for Vite content-hashed filenames
- frontend lib: get_frontend_asset_compressed returns (data, encoding, etag)
2026-04-25 20:09:09 +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 init 2026-04-15 09:08:09 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
room chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
search chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
user feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +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 chore(deps): replace slog with tracing in workspace Cargo.toml and crates 2026-04-21 22:31:30 +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 feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
openapi.rs chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
route.rs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
skill.rs init 2026-04-15 09:08:09 +08:00