Commit Graph

10 Commits

Author SHA1 Message Date
Hermes
500ae85e47 new ui :)
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 36s
Build and deploy Havenllo / Build and push image (push) Successful in 31s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 6s
2026-07-14 13:08:21 -03:00
Hermes
4797bbdef8 ui overhaul
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 32s
Build and deploy Havenllo / Build and push image (push) Successful in 32s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 6s
2026-07-14 11:24:43 -03:00
Hermes
afd23ca751 ui overhaul
Some checks failed
Build and deploy Havenllo / Verify Go and frontend (push) Failing after 29s
Build and deploy Havenllo / Build and push image (push) Has been skipped
Build and deploy Havenllo / Apply and restart Havenllo (push) Has been skipped
2026-07-14 11:09:54 -03:00
Hermes
240f73b229 feat(ui): Jira-style card detail, edit-mode column management, design polish
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 32s
Build and deploy Havenllo / Build and push image (push) Successful in 33s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 7s
2026-07-14 10:37:10 -03:00
Hermes
a082764e8a docs: add project-context.md and AGENTS.md for AI agents
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 32s
Build and deploy Havenllo / Build and push image (push) Successful in 25s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 6s
2026-07-14 10:23:56 -03:00
Hermes
d4b5cc283c fix: manifest check in Node (python3 absent on slim runner)
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 32s
Build and deploy Havenllo / Build and push image (push) Successful in 40s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 6s
2026-07-14 10:19:44 -03:00
Hermes
77a2a7e003 fix: replace cluster-dependent kubectl validate with offline YAML doc check
Some checks failed
Build and deploy Havenllo / Verify Go and frontend (push) Failing after 32s
Build and deploy Havenllo / Build and push image (push) Has been skipped
Build and deploy Havenllo / Apply and restart Havenllo (push) Has been skipped
2026-07-14 10:18:48 -03:00
Hermes
43df414c4d fix: CI manifest validation offline (--validate=false, no cluster on runner)
Some checks failed
Build and deploy Havenllo / Verify Go and frontend (push) Failing after 31s
Build and deploy Havenllo / Build and push image (push) Has been skipped
Build and deploy Havenllo / Apply and restart Havenllo (push) Has been skipped
2026-07-14 10:17:23 -03:00
Hermes
d90c039c51 fix: install Go and Node in CI verify job (runner-slim is Alpine, lacks toolchain)
Some checks failed
Build and deploy Havenllo / Verify Go and frontend (push) Failing after 38s
Build and deploy Havenllo / Build and push image (push) Has been skipped
Build and deploy Havenllo / Apply and restart Havenllo (push) Has been skipped
2026-07-14 10:16:03 -03:00
Hermes
041c3fab4b feat: implement Havenllo single-board kanban (Go+SQLite backend, Preact/Vite frontend)
Some checks failed
Build and deploy Havenllo / Verify Go and frontend (push) Failing after 7s
Build and deploy Havenllo / Build and push image (push) Has been skipped
Build and deploy Havenllo / Apply and restart Havenllo (push) Has been skipped
- Single fixed 'Haven' board: lists (To do/In progress/Done) + cards, no multi-board
- Go 1.24 backend, CGO-free modernc.org/sqlite, embedded SPA, REST /api
- Preact + Vite + TS frontend, native HTML5 drag-and-drop, optimistic UI, dark Haven theme
- PVC (nfs-client) for SQLite, root container on NFS, simple nginx ingress havenllo.haven
- Dockerfile multi-arch build, Gitea CI via pipeline-actions@main
2026-07-14 10:13:51 -03:00