Commit Graph
5 Commits
Author SHA1 Message Date
Sharang ParnerkarandClaude Opus 4.6 6067368ace style: fix cargo fmt in auth_check.rs
CI / Format (push) Successful in 3s
CI / Format (pull_request) Successful in 3s
CI / Clippy (pull_request) Successful in 2m49s
CI / Security Audit (pull_request) Has been skipped
CI / Clippy (push) Successful in 2m53s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Deploy (push) Has been skipped
CI / Deploy (pull_request) Has been skipped
CI / E2E Tests (push) Has been skipped
CI / E2E Tests (pull_request) Has been skipped
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 09:21:33 +01:00
Sharang ParnerkarandClaude Opus 4.6 dc4cb40171 feat(sidebar): add compliance scanner link from env config
CI / Format (push) Failing after 3s
CI / Clippy (pull_request) Successful in 2m58s
CI / Security Audit (pull_request) Has been skipped
CI / Deploy (push) Has been skipped
CI / E2E Tests (push) Has been skipped
CI / Clippy (push) Successful in 3m5s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Format (pull_request) Failing after 3s
CI / Tests (pull_request) Has been skipped
CI / E2E Tests (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
Read COMPLIANCE_SCANNER_URL from environment via ServiceUrls config and
surface it through AuthInfo to the sidebar. The link renders with a
shield icon and opens in a new tab, only when the URL is configured.
Includes i18n translations for all five locales.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 09:10:51 +01:00
Sharang ParnerkarandClaude Opus 4.6 ca5da3c232 feat(ui): redesign landing page and update styling
CI / Format (push) Successful in 22s
CI / Security Audit (push) Successful in 1m32s
CI / Tests (push) Successful in 3m32s
CI / Clippy (push) Successful in 2m29s
CI / Deploy (push) Successful in 2s
CI / E2E Tests (push) Failing after 31s
Overhaul landing page design with updated CSS, Tailwind config, and
i18n translations across all supported languages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 08:34:58 +01:00
Sharang ParnerkarandClaude Opus 4.6 c9c5970971 fix(litellm): gate tests on server feature to fix cargo test --features web
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m56s
CI / Security Audit (push) Successful in 1m47s
CI / Tests (push) Successful in 4m4s
CI / Deploy (push) Successful in 4s
CI / E2E Tests (push) Failing after 30s
The litellm test module uses server-only structs (ActivityModelEntry,
SpendModelEntry) that are behind #[cfg(feature = "server")]. Gate the
test module with #[cfg(all(test, feature = "server"))] so
cargo test --features web compiles without errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 21:11:12 +01:00
Sharang Parnerkar b8aad0e23c Initial commit 2026-02-15 23:05:33 +01:00