senke
1f00fb762a
chore(cleanup): untrack docker/haproxy/certs/veza.crt + regen dev keys
...
Follow-up to 98ee449f — initial scan missed .crt extension (grep was
pem|env only). Also untracking the crt since it pairs with the pem.
Index changes:
- D docker/haproxy/certs/veza.crt
- M .gitignore (+docker/haproxy/certs/*.crt pattern)
Working tree (ignored, not in commit):
- jwt-private.pem, jwt-public.pem (regen via scripts/generate-jwt-keys.sh)
- config/ssl/{cert,key,veza}.pem (regen via scripts/generate-ssl-cert.sh)
- docker/haproxy/certs/{veza.pem,veza.crt} (copied from config/ssl/)
Dev keys only — no prod secrets rotated here (user confirmed committed
creds were dev placeholders).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 10:00:45 +02:00
senke
98ee449f42
chore(cleanup): untrack debris pre-BFG — audio, PEM, screenshots, reports
...
Phase 0 (J2 cleanup) of chore/v1.0.7-cleanup branch. Pure index removals
before BFG history rewrite. No working-tree changes, no code touched.
Removed from git index (still on disk):
- 44× veza-backend-api/uploads/*.mp3 (audio fixtures, ~200MB)
- 23× root PNG screenshots (design-system, forgot-password,
register, reset-password, settings,
storybook — various prefixes)
- 1× docker/haproxy/certs/veza.pem (self-signed dev cert, regen via
scripts/generate-ssl-cert.sh)
- 1× generate_page_fix_prompts.sh (one-off generated tooling)
- 4× apps/web/*.json (AUDIT_ISSUES, audit_remediation,
lint_comprehensive, storybook-roadmap)
.gitignore enriched (post-audit J2 block) to prevent recommits:
- veza-backend-api/uploads/ (audio fixtures → git-lfs or external)
- config/ssl/*.{pem,key,crt}
- .playwright-mcp/ (MCP session debris)
- CLAUDE_CONTEXT.txt, UI_CONTEXT_SUMMARY.md, *.context.txt (AI session artefacts)
- Root PNG prefixes beyond existing rules
- apps/web/{AUDIT_ISSUES,audit_remediation,lint_comprehensive,storybook-*}.json
- /generate_page_fix_prompts.sh, /build-archive.log
Next: BFG for history rewrite to compact .git (currently 2.3 GB).
Refs: AUDIT_REPORT.md §9.1, FUNCTIONAL_AUDIT.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 09:56:47 +02:00
senke
e11984898d
chore: consolidate CI, E2E, backend and frontend updates
...
- CI: workflows updates (cd, ci), remove playwright.yml
- E2E: global-setup, auth/playlists/profile specs
- Remove playwright-report and test-results artifacts from tracking
- Backend: auth, handlers, services, workers, migrations
- Frontend: components, features, vite config
- Add e2e-results.json to gitignore
- Docs: REMEDIATION_PROGRESS, audit archive
- Rust: chat-server, stream-server updates
2026-02-17 16:43:21 +01:00