gitdataai/libs/api
ZhenYi 7e42139989
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(frontend): embed SPA assets into app binary at compile time
- Add libs/frontend crate: build.rs runs pnpm build, copies dist/ to
  OUT_DIR/dist_blobs/, generates frontend.rs with lazy_static! map
- libs/api/dist.rs serves embedded assets via serve_frontend handler
- Register /{path:.*} SPA fallback in route.rs (after /api/*)
- Remove frontend container from deploy: docker/frontend.Dockerfile,
  deploy/templates/frontend-*.yaml, values.yaml frontend section
- Update ingress: gitdata.ai root now routes to app service
- Update scripts: build.js removes frontend step, deploy.js removes frontend
2026-04-17 12:04:34 +08:00
..
agent init 2026-04-15 09:08:09 +08:00
auth init 2026-04-15 09:08:09 +08:00
git init 2026-04-15 09:08:09 +08:00
issue init 2026-04-15 09:08:09 +08:00
project init 2026-04-15 09:08:09 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
room feat(room): improve robustness — optimistic send, atomic seq, jitter reconnect 2026-04-16 19:23:06 +08:00
search init 2026-04-15 09:08:09 +08:00
user init 2026-04-15 09:08:09 +08:00
workspace init 2026-04-15 09:08:09 +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(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
dist.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +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(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
openapi.rs init 2026-04-15 09:08:09 +08:00
route.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
skill.rs init 2026-04-15 09:08:09 +08:00