No description
  • Rust 70.4%
  • TypeScript 28.3%
  • Astro 0.9%
  • Dockerfile 0.3%
Find a file
Ronit Nath 4934afcfe9 refactor: distroless base, selective lib COPY, per-service cache IDs
- Runtime base: debian:bookworm-slim -> gcr.io/distroless/cc-debian12
- Selective lib COPY: only copy needed lib crates instead of entire lib/
- Per-service cache mount IDs to avoid cross-service cache collisions
- CMD -> ENTRYPOINT with absolute binary path

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 23:02:00 -07:00
.sqlx Fix event publishing bugs and add compile-time SQL checking 2026-03-20 14:51:01 -07:00
docs Add admin dashboard detail pages, CRUD, CSS improvements, and API docs 2026-03-20 10:29:24 -07:00
frontend Fix locale switcher reactivity and preferencesUrl bugs 2026-03-22 21:53:29 -07:00
migrations Add i18n support: preferences migration, frontend localization 2026-03-22 19:11:26 -07:00
src Use NatsHealthCheck wrapper for health checks 2026-03-22 20:46:38 -07:00
status feat: security hardening, email verification, PKCE, admin aud validation 2026-03-21 13:42:29 -07:00
.dockerignore Fix .dockerignore to allow local build artifacts 2026-03-20 13:29:03 -07:00
.env.example feat: scaffold isoastra-idp with full OIDC implementation 2026-03-19 16:20:49 -07:00
.gitignore feat: security hardening, email verification, PKCE, admin aud validation 2026-03-21 13:42:29 -07:00
Cargo.lock Fix i18n: use /portal/preferences URL for locale and theme persistence 2026-03-22 20:52:08 -07:00
Cargo.toml Adopt isoastra-service, isoastra-db, isoastra-frontend; fix reqwest rustls 2026-03-22 03:18:38 -07:00
Containerfile refactor: distroless base, selective lib COPY, per-service cache IDs 2026-03-22 23:02:00 -07:00
deploy.toml Add service metadata to deploy.toml 2026-03-22 11:21:41 -07:00
rust-toolchain.toml feat: scaffold isoastra-idp with full OIDC implementation 2026-03-19 16:20:49 -07:00