xtablo-source/backend/internal/web
Arthur Belleville 3327a4286d
test(05-01): add RED test scaffold for FILE-01..06 and MinIO in compose.yaml
- Create handlers_files_test.go: six TestFile* stubs (all t.Skip), stubbedFileStorer no-op implementing files.FileStorer
- Create store_test.go: compile-time interface assertion, TestNewStore_SkipIfNoEndpoint skips when S3_ENDPOINT unset
- Update compose.yaml: add minio (port 9000/9001) and minio-init services; minio-init uses restart: no (Pitfall 7); add minio_data volume
2026-05-15 12:19:23 +02:00
..
ui chore(04-01): Sortable.js bootstrap and soft-danger button CSS 2026-05-15 09:24:44 +02:00
csrf_debug_test.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
csrf_test.go feat(04-02): TasksDeps, task handlers, router task routes 2026-05-15 09:31:59 +02:00
handlers.go feat(03-02): tablo handlers + router wiring — list/new/create green 2026-05-15 00:20:25 +02:00
handlers_auth.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
handlers_auth_test.go feat(04-02): TasksDeps, task handlers, router task routes 2026-05-15 09:31:59 +02:00
handlers_files_test.go test(05-01): add RED test scaffold for FILE-01..06 and MinIO in compose.yaml 2026-05-15 12:19:23 +02:00
handlers_tablos.go feat(04-02): KanbanBoard, TaskCard, TaskDeleteConfirmFragment templates 2026-05-15 09:32:06 +02:00
handlers_tablos_test.go feat(04-02): TasksDeps, task handlers, router task routes 2026-05-15 09:31:59 +02:00
handlers_tasks.go fix(04-WR-04): guard against int32 overflow in TaskCreateHandler position arithmetic 2026-05-15 10:19:48 +02:00
handlers_tasks_test.go feat(04-03): remove t.Skip from TestTaskOrderPersists — all 9 TestTask* tests active 2026-05-15 09:38:53 +02:00
handlers_test.go feat(04-02): TasksDeps, task handlers, router task routes 2026-05-15 09:31:59 +02:00
middleware.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
router.go feat(04-02): TasksDeps, task handlers, router task routes 2026-05-15 09:31:59 +02:00
slog.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
testdb_test.go feat(02-04): signup handler, router wiring, and integration tests 2026-05-14 22:17:50 +02:00