Sharang Parnerkar
71e3c4ebc4
fix: correct entrypoint binary name in Dockerfile
...
CI / Format (push) Successful in 6m47s
CI / Security Audit (push) Successful in 1m47s
CI / Tests (push) Successful in 3m3s
CI / Build & Push Image (push) Has been skipped
CI / Changelog (push) Has been skipped
CI / Clippy (pull_request) Has been cancelled
CI / Security Audit (pull_request) Has been cancelled
CI / Clippy (push) Successful in 2m25s
CI / Tests (pull_request) Has been cancelled
CI / Build & Push Image (pull_request) Has been cancelled
CI / Changelog (pull_request) Has been cancelled
CI / Format (pull_request) Has been cancelled
dx bundle produces a binary named after the package (dashboard),
not server.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 16:10:28 +01:00
Sharang Parnerkar
70237a473f
ci: restore branch gates and make changelog a downloadable artifact
...
CI / Format (push) Successful in 6m32s
CI / Clippy (push) Successful in 2m17s
CI / Tests (push) Successful in 3m0s
CI / Build & Push Image (push) Has been skipped
CI / Changelog (push) Has been skipped
CI / Security Audit (pull_request) Successful in 1m51s
CI / Changelog (pull_request) Has been skipped
CI / Security Audit (push) Successful in 1m45s
CI / Format (pull_request) Successful in 7m5s
CI / Clippy (pull_request) Successful in 2m31s
CI / Tests (pull_request) Successful in 3m0s
CI / Build & Push Image (pull_request) Has been skipped
- Restore if-guards on build-and-push (main/release/* only)
- Replace changelog commit-and-push with upload-artifact
- Add if-guard back on changelog job
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 15:25:47 +01:00
Sharang Parnerkar
7b2041f1bf
fix: use correct dx bundle flag for dioxus-cli 0.7.3
...
CI / Clippy (push) Successful in 2m20s
CI / Format (push) Successful in 6m52s
CI / Security Audit (push) Successful in 1m45s
CI / Tests (push) Successful in 2m51s
CI / Build & Push Image (push) Successful in 3m5s
CI / Changelog (push) Failing after 1m25s
--platform fullstack is not valid in 0.7.3; use --fullstack flag instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 14:25:34 +01:00
Sharang Parnerkar
f2c54acfd5
style: fix RSX formatting in app.rs
...
CI / Format (push) Successful in 7m18s
CI / Clippy (push) Successful in 2m33s
CI / Tests (push) Successful in 3m5s
CI / Build & Push Image (push) Failing after 8m3s
CI / Changelog (push) Failing after 1m29s
CI / Security Audit (push) Successful in 1m53s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 12:56:21 +01:00
Sharang Parnerkar
79690295fd
ci: fix dx GLIBC incompatibility and remove branch gates
...
CI / Format (push) Failing after 7m9s
CI / Security Audit (push) Successful in 1m59s
CI / Clippy (push) Successful in 2m34s
CI / Build & Push Image (push) Has been skipped
CI / Changelog (push) Has been skipped
CI / Tests (push) Has been skipped
- Replace cargo-binstall with cargo install for dioxus-cli to avoid
GLIBC 2.38/2.39 requirement on Bookworm (GLIBC 2.36)
- Run bun install in Dockerfile for DaisyUI/Tailwind dependencies
- Remove branch gates on build-and-push and changelog jobs for testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 12:27:55 +01:00
Sharang Parnerkar
47c57ddd88
feat: add DaisyUI v5 theming, PKCE auth, and Keycloak realm export
...
- Add DaisyUI v5 with custom certifai-dark/certifai-light themes using oklch colors
- Create styles/input.css as Tailwind + DaisyUI entry point (replaces root tailwind.css)
- Add SVG brand logo combining shield motif with neural network nodes
- Implement PKCE (S256) for OAuth authorization code flow
- Add Keycloak realm-export.json with test users for local development
- Fix CSS load order in app.rs (tailwind before main.css) and add data-theme attribute
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 12:03:49 +01:00
6d3e99220c
ci: added basic workflows ( #2 )
...
CI / Clippy (push) Successful in 2m35s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m5s
CI / Format (push) Successful in 6m53s
CI / Build & Push Image (push) Failing after 1m54s
CI / Changelog (push) Failing after 1m39s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #2
2026-02-18 09:46:29 +00:00
1072770d11
feat: added oauth based login and registration ( #1 )
...
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #1
2026-02-18 09:21:46 +00:00
Sharang Parnerkar
b8aad0e23c
Initial commit
2026-02-15 23:05:33 +01:00