Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
229 lines
6.5 KiB
JSON
229 lines
6.5 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "Unit: status collector returns the canonical JSON shape with release metadata, URLs, tiers, blockers, components, and events for a synthetic healthy appliance.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F001",
|
|
"F027"
|
|
]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "Unit: readiness rollup reports LOGIN_READY=true and BACKGROUND_READY=false as Ready with background issues when only background components fail.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F002",
|
|
"F003",
|
|
"F021",
|
|
"F026"
|
|
]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "Unit: readiness rollup reports Failed/action required when a core Postgres or bootstrap blocker prevents LOGIN_READY.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F002",
|
|
"F003",
|
|
"F013",
|
|
"F017"
|
|
]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "Unit: DNS resolver failure text from Talos or Kubernetes events is classified as a platform DNS blocker with explicit DNS-server remediation guidance.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F012"
|
|
]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "Unit: Postgres subPath creation failure is classified as a login-blocking core storage blocker, not a generic pod failure.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F013",
|
|
"F016"
|
|
]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "Unit: image pull 'not found' for workflow-worker is classified as a non-login-blocking background missing-tag blocker.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F014",
|
|
"F021"
|
|
]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "Unit: image pull 'not found' for alga-core is classified as a login-blocking missing-tag blocker.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F014"
|
|
]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "Unit: image pull 'context canceled' is classified as a retryable/interrupted pull rather than a missing image tag.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F015"
|
|
]
|
|
},
|
|
{
|
|
"id": "T009",
|
|
"description": "Unit: Helm install timeout with underlying db-0 CreateContainerConfigError reports the DB/PVC blocker as top blocker.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F016"
|
|
]
|
|
},
|
|
{
|
|
"id": "T010",
|
|
"description": "Unit: bootstrap job completion plus database seed query maps to BOOTSTRAP_READY=true.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F017",
|
|
"F026"
|
|
]
|
|
},
|
|
{
|
|
"id": "T011",
|
|
"description": "Unit: Temporal schema compatibility failure is classified as Temporal schema not initialized with autosetup/schema setup guidance.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F018",
|
|
"F025"
|
|
]
|
|
},
|
|
{
|
|
"id": "T012",
|
|
"description": "Unit: Temporal UI service-link env collision error is classified with disable-service-links guidance.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F019",
|
|
"F025"
|
|
]
|
|
},
|
|
{
|
|
"id": "T013",
|
|
"description": "Integration: bootstrap token generation writes the local status-token file, creates the in-cluster appliance-status-auth Secret, and prints URL/token to CLI output.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F006",
|
|
"F007",
|
|
"F008"
|
|
]
|
|
},
|
|
{
|
|
"id": "T014",
|
|
"description": "Integration: appliance-status endpoint rejects unauthenticated requests and returns /api/status for requests with the generated token.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F008",
|
|
"F009",
|
|
"F010"
|
|
]
|
|
},
|
|
{
|
|
"id": "T015",
|
|
"description": "Integration: appliance-status service account can read required status resources but cannot read secret values or mutate workload resources.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F011"
|
|
]
|
|
},
|
|
{
|
|
"id": "T016",
|
|
"description": "Integration: explicit kubeconfig/talosconfig bootstrap path reuses existing cluster access without regenerating or overwriting Talos credentials.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F024"
|
|
]
|
|
},
|
|
{
|
|
"id": "T017",
|
|
"description": "Integration: fresh reset helper succeeds on a new empty appliance disk and does not fail with an unbound variable.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F023"
|
|
]
|
|
},
|
|
{
|
|
"id": "T018",
|
|
"description": "Integration: release validation reports workflow-worker or temporal-worker image tags missing from GHCR without blocking core bootstrap.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F022"
|
|
]
|
|
},
|
|
{
|
|
"id": "T019",
|
|
"description": "Integration: tiered Flux Kustomizations install platform before core and core before background, and background failure does not mark alga-core unavailable.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F020",
|
|
"F021"
|
|
]
|
|
},
|
|
{
|
|
"id": "T020",
|
|
"description": "Local UTM smoke: a fresh Talos appliance bootstrap exposes the status UI on port 8080 before the Alga web app is ready.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F005",
|
|
"F006",
|
|
"F008"
|
|
],
|
|
"liveValidated": false,
|
|
"validationStatus": "smoke harness implemented; fresh UTM/Talos run still required"
|
|
},
|
|
{
|
|
"id": "T021",
|
|
"description": "Local UTM smoke: core bootstrap reaches LOGIN_READY, the app URL responds, and server.users contains seeded users.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F017",
|
|
"F026"
|
|
],
|
|
"liveValidated": false,
|
|
"validationStatus": "smoke harness implemented; fresh UTM/Talos run still required"
|
|
},
|
|
{
|
|
"id": "T022",
|
|
"description": "Local UTM smoke: with a deliberately missing workflow-worker tag, the UI reports Ready with background issues and shows the missing image tag as non-login-blocking.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F014",
|
|
"F021",
|
|
"F022"
|
|
],
|
|
"liveValidated": false,
|
|
"validationStatus": "smoke harness implemented; fresh UTM/Talos run still required"
|
|
},
|
|
{
|
|
"id": "T023",
|
|
"description": "Local UTM smoke: a Temporal install uses autosetup and disables service links so Temporal and Temporal UI become ready without manual patches.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F018",
|
|
"F019",
|
|
"F025"
|
|
],
|
|
"liveValidated": false,
|
|
"validationStatus": "smoke harness implemented; fresh UTM/Talos run still required"
|
|
},
|
|
{
|
|
"id": "T024",
|
|
"description": "CLI acceptance: bootstrap progress output includes phase markers and points the user to the status UI after it is installed.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F004",
|
|
"F005",
|
|
"F006"
|
|
]
|
|
}
|
|
]
|