From 9bc7e81e3b1b3e2722d8691e35bbaf39f4b71fc7 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 3 May 2026 13:32:52 +0200 Subject: [PATCH] chore: update workplan status T01-T05,T08-T09 done; T06 in_progress --- workplans/IRP-WP-0001-pipeline-validation.md | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/workplans/IRP-WP-0001-pipeline-validation.md b/workplans/IRP-WP-0001-pipeline-validation.md index f65b703..2afd804 100644 --- a/workplans/IRP-WP-0001-pipeline-validation.md +++ b/workplans/IRP-WP-0001-pipeline-validation.md @@ -7,7 +7,7 @@ repo: ihp-railiance-probe status: todo owner: tegwick created: "2026-05-02" -updated: "2026-05-02" +updated: "2026-05-03" state_hub_workstream_id: "dce43c1c-1a4c-4b8d-aeb1-7755c9243a38" --- @@ -42,7 +42,7 @@ to diagnose. See `INTENT.md` and `DeploymentBlueprint.md` for full context. ```task id: IRP-WP-0001-T01 -status: todo +status: done priority: high state_hub_task_id: "dfaeada0-97fd-454a-99c6-98186419cbc9" ``` @@ -69,7 +69,7 @@ the probe's minimal package set: ```task id: IRP-WP-0001-T02 -status: todo +status: done priority: high state_hub_task_id: "d982d0a1-ba48-481f-bb2e-dfc0126d36d9" ``` @@ -96,7 +96,7 @@ welcome page or a minimal home view. ```task id: IRP-WP-0001-T03 -status: todo +status: done priority: high state_hub_task_id: "675210b9-0e4e-4c08-882a-09ccc19c1854" ``` @@ -127,7 +127,7 @@ Steps: ```task id: IRP-WP-0001-T04 -status: todo +status: done priority: high state_hub_task_id: "4fba285f-ca9c-4f53-8474-d418ab8b4e1b" ``` @@ -158,7 +158,7 @@ Add a minimal `/healthz` route that returns `200 OK` with body `"ok"`: ```task id: IRP-WP-0001-T05 -status: todo +status: done priority: high state_hub_task_id: "0555d8ec-3179-4f49-9e80-c1a43d37c7fa" ``` @@ -191,7 +191,7 @@ Write the test *before* adding any Probes CRUD (test-first proof): ```task id: IRP-WP-0001-T06 -status: todo +status: in_progress priority: high state_hub_task_id: "6007fdde-3b03-4c7a-ae4e-2106cadd6a56" ``` @@ -269,7 +269,7 @@ curl -s -H "Authorization: Bearer $TOKEN" \ ```task id: IRP-WP-0001-T08 -status: todo +status: done priority: medium state_hub_task_id: "06eb278b-8ff6-4123-a2e3-856dc44ed275" ``` @@ -304,7 +304,7 @@ Commit the chart. ```task id: IRP-WP-0001-T09 -status: todo +status: done priority: medium state_hub_task_id: "97f50f12-3511-408f-a049-9300241344b8" ``` @@ -439,15 +439,15 @@ Automate the build → push → deploy pipeline via Gitea Actions: | Task | Check | Status | |------|-------|--------| -| T01 | flake.nix with overlay from inter-hub | todo | -| T02 | `devenv up` → IHP welcome page | todo | -| T03 | `probes` table in DB; code-gen passes | todo | -| T04 | `/healthz` returns `200 ok` | todo | -| T05 | Hspec `test` exits 0 | todo | -| T06 | `nix build .#docker` on haskelseed succeeds | todo | +| T01 | flake.nix with overlay from inter-hub | done | +| T02 | `devenv up` → IHP welcome page | done | +| T03 | `probes` table in DB; code-gen passes | done | +| T04 | `/healthz` returns `200 ok` | done | +| T05 | Hspec `test` exits 0 | done | +| T06 | `nix build .#docker` on haskelseed succeeds | in_progress | | T07 | Image visible in Gitea registry | todo | -| T08 | `helm lint chart/` passes | todo | -| T09 | k3s can pull from HTTP registry | todo | +| T08 | `helm lint chart/` passes | done | +| T09 | k3s can pull from HTTP registry | done | | T10 | Pod Running on Railiance01 | todo | | T11 | Smoke tests pass; log entry committed | todo | | T12 | CI pipeline automated (optional) | todo |