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
14 lines
1.6 KiB
JSON
14 lines
1.6 KiB
JSON
[
|
|
{ "id": "F001", "description": "Define the basic workflow scenario (TICKET_CREATED → tickets.add_comment) and success criteria", "implemented": true },
|
|
{ "id": "F002", "description": "Ensure Playwright test environment has Postgres + Redis available on known ports", "implemented": true },
|
|
{ "id": "F003", "description": "Ensure Playwright test environment starts a workflow worker connected to the Playwright DB/Redis", "implemented": true },
|
|
{ "id": "F004", "description": "Add stable UI selectors (data-automation-id) for key workflow designer interactions as needed", "implemented": false },
|
|
{ "id": "F005", "description": "Implement Playwright test that creates and activates the workflow via UI", "implemented": true },
|
|
{ "id": "F006", "description": "Implement Playwright test that creates a ticket to emit TICKET_CREATED", "implemented": true },
|
|
{ "id": "F007", "description": "Assert workflow side effect via UI (ticket shows comment \"hello from workflow\")", "implemented": false },
|
|
{ "id": "F008", "description": "Assert workflow execution via DB (workflow_runtime_events + workflow_runs + workflow_action_invocations)", "implemented": true },
|
|
{ "id": "F009", "description": "Ensure TICKET_CREATED is published to the workflow event stream (workflow:events:global) on ticket creation", "implemented": true },
|
|
{ "id": "F010", "description": "Ensure workflow worker ingests workflow:events:global into runtime v2 tables and starts runs for matching published workflows", "implemented": true },
|
|
{ "id": "F011", "description": "Document a local runbook for starting/stopping the Playwright workflow deps and debugging failures", "implemented": false }
|
|
]
|