Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

22 lines
2.7 KiB
JSON

[
{ "id": "T001", "description": "Import rejects bundles with unsupported formatVersion and returns a clear error.", "implemented": true, "featureIds": ["F020"] },
{ "id": "T002", "description": "Import rejects invalid JSON that fails the workflow-bundle v1 JSON Schema with a helpful message.", "implemented": true, "featureIds": ["F021", "F005"] },
{ "id": "T003", "description": "Import fails with structured missing-dependency errors when required actions/node types/schemas are absent.", "implemented": true, "featureIds": ["F022", "F014"] },
{ "id": "T010", "description": "Export a single workflow produces canonical JSON with stable formatting.", "implemented": true, "featureIds": ["F010", "F004", "F041"] },
{ "id": "T011", "description": "Export excludes instance-specific audit fields by default.", "implemented": true, "featureIds": ["F012"] },
{ "id": "T020", "description": "Import a bundle into an empty DB creates workflow_definitions and workflow_definition_versions records.", "implemented": true, "featureIds": ["F023", "F024"] },
{ "id": "T021", "description": "Import create-only policy fails when workflow key already exists (without force).", "implemented": true, "featureIds": ["F025"] },
{ "id": "T022", "description": "Import force overwrite deletes the existing workflow by key and recreates it with a regenerated workflow_id.", "implemented": true, "featureIds": ["F026"] },
{ "id": "T023", "description": "Import is transactional: if any DB write fails, no workflow_definitions or workflow_definition_versions are persisted.", "implemented": true, "featureIds": ["F029"] },
{ "id": "T030", "description": "Round-trip: create + publish a workflow, export it, import into a fresh DB, export again, and the canonical bundle matches (for supported fields).", "implemented": true, "featureIds": ["F010", "F020", "F023", "F024", "F041"] },
{ "id": "T031", "description": "Imported workflow can be executed end-to-end using Workflow Runtime V2 (triggered run reaches expected terminal state/output).", "implemented": true, "featureIds": ["F023", "F024"] },
{ "id": "T040", "description": "HTTP export endpoint returns a valid workflow bundle for an existing workflow.", "implemented": true, "featureIds": ["F030"] },
{ "id": "T041", "description": "HTTP import endpoint successfully imports a valid bundle and returns a summary.", "implemented": true, "featureIds": ["F031", "F028"] },
{ "id": "T050", "description": "CLI exports a workflow to a bundle file via the API.", "implemented": true, "featureIds": ["F033", "F030"] },
{ "id": "T051", "description": "CLI imports a bundle file via the API (including --force behavior).", "implemented": true, "featureIds": ["F033", "F031", "F026"] }
]