Commit graph

12 commits

Author SHA1 Message Date
0d8d8c43be fix(security): harden release images 2026-08-24 23:36:18 +02:00
3547d0bf3a docs: record deployment checks 2026-08-24 23:18:16 +02:00
fd7608227d feat(provision): automate the Fedora lab 2026-08-24 23:18:09 +02:00
0dd6f003f3 test: add local rollback lab 2026-08-24 23:18:01 +02:00
a622739053 feat(obs): add telemetry stack 2026-08-24 23:17:53 +02:00
10c8e2c884 build: package local and mini pc services 2026-08-24 23:17:49 +02:00
3355f8b7ef feat(web): add ocean telemetry dashboard 2026-08-24 23:17:43 +02:00
e1f728ff9b feat(loadgen): sustain rollback traffic 2026-08-24 23:17:13 +02:00
6c1329c2a9 feat(api): serve buoy telemetry 2026-08-24 23:17:08 +02:00
af050c9751 chore: keep local build artifacts out of git 2026-08-24 23:17:03 +02:00
a9a1c201e7 ci: add secret scan and Go checks for the GitHub mirror
The deploying pipeline stays on Forgejo, where the runner can reach the cluster.
This one only scans for secrets and runs vet, test and lint, so the mirrored
repo shows its own checks without ever needing a secret. Go steps no-op until
apps/api/go.mod exists.
2026-08-20 20:09:24 +02:00
d259857fab chore: scaffold repository layout
Directory skeleton from the project plan, held open with .gitkeep so the layout
survives a clone. The .gitignore blocks credentials, kubeconfigs, terraform
state and local editor state, and keeps *-sealed.yaml committable since those
are encrypted on purpose.
2026-08-20 20:09:24 +02:00