P3: CI suppression-audit gate + production-readiness sweep - #49
Merged
Conversation
…alidation Implements T-P3-E5-W4-S1-T01: hardens all admin surfaces after Vite migration. - AsyncScreen component: enforces 7 states (loading/offline/auth-expired/ error/empty/rate-limited/ready) across all panels - useStackStatus hook: polls localhost:8080/health every 5s; requires 2 consecutive failures before flagging offline (prevents false positives) - AdminError discriminated union: 6 variants (stack_offline, auth_expired, sql_error, backup_failed, deploy_failed, network) each with user message - Result<T,E> monad: typed success/failure for all data-fetching paths - Zod validation: SQL (non-empty only, full admin access preserved), backup name (alphanumeric + hyphens/underscores, max 50 chars) - 9 panels: ServiceHealth, DatabaseConsole, Backup, DeploymentUI, SSL, GraphQLPlayground, WebTerminal, Grafana, PluginConfig — all wired - AdminLoginOverlay: re-auth overlay for 24h LokiJS session expiry - Wiki docs: admin-guide.md (7-state contract, smoke tests, troubleshooting) and session-management.md (lifecycle, security, re-auth flow)
…ession guard T-P3-E6-W2-S7-T01 — CI suppression audit. - dependency-audit.yml: 1 annotated (pnpm audit count capture; gate is Fail on critical step) - deploy-staging.yml: 1 annotated (Docker Hub creds absent in some envs) - docker-publish.yml: 2 annotated (SARIF/GHAS; Docker Hub description best-effort) - lefthook.yml: wire ci-suppression-guard pre-push
…ility/i18n/a11y/deploy
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Lighthouse Audit Results
Score Guide
View full Lighthouse report |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P3 EOP merge for admin (Next.js Accepted-exception repo). CI/suppression-audit-gate work + production-readiness mechanical sweep. Auto-merge when nself-ci green.