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

126 lines
3.3 KiB
JSON

[
{
"id": "T001",
"description": "Formatter unit test: representative workflow definition operations export readable events, summaries, workflow context, changed fields, and trailing IDs",
"implemented": true,
"featureIds": [
"F001",
"F004",
"F007",
"F008",
"F009",
"F015",
"F017"
]
},
{
"id": "T002",
"description": "Formatter unit test: representative workflow run operations export readable events, summaries, run status, reason, workflow/run context, and trailing IDs",
"implemented": true,
"featureIds": [
"F001",
"F005",
"F007",
"F008",
"F009",
"F016",
"F017"
]
},
{
"id": "T003",
"description": "Formatter unit test: runtime action-level audit entry exports step path and action metadata as first-class columns and summarizes any extra safe fields",
"implemented": true,
"featureIds": [
"F007",
"F010",
"F011",
"F022"
]
},
{
"id": "T004",
"description": "Formatter unit test: unknown operation uses readable fallback event label and preserves safe unmapped scalar values in `additional_details`",
"implemented": true,
"featureIds": [
"F006",
"F010",
"F011"
]
},
{
"id": "T005",
"description": "CSV safety test: commas, quotes, and newlines in actor, summary, reason, and additional-details values are escaped into valid CSV",
"implemented": true,
"featureIds": [
"F019"
]
},
{
"id": "T006",
"description": "Redaction test: values already redacted to `***` remain redacted after field mapping and `additional_details` formatting",
"implemented": true,
"featureIds": [
"F018"
]
},
{
"id": "T007",
"description": "Enrichment unit/integration test: actor formatting covers full name plus email, email-only, name-only, system, and unresolved user cases",
"implemented": true,
"featureIds": [
"F012",
"F013",
"F014",
"F020"
]
},
{
"id": "T008",
"description": "DB-backed integration sanity test: authorized definition audit CSV export queries real audit/workflow/user data and returns the new business-readable columns while JSON export remains raw redacted rows",
"implemented": true,
"featureIds": [
"F002",
"F003",
"F012",
"F015",
"F018",
"F021",
"F024"
]
},
{
"id": "T009",
"description": "DB-backed guard test: unauthorized or cross-tenant audit export still fails through existing permission/tenant validation before CSV enrichment",
"implemented": true,
"featureIds": [
"F020",
"F021"
]
},
{
"id": "T010",
"description": "Compatibility test: existing UI/API callers can invoke CSV export without new parameters and receive unchanged content type and filename pattern",
"implemented": true,
"featureIds": [
"F002",
"F023"
]
},
{
"id": "T011",
"description": "Manual smoke test: create/edit/publish a workflow, start and operate on a run, export definition and run audit CSVs, and verify readable front columns plus trailing support IDs",
"implemented": true,
"featureIds": [
"F001",
"F004",
"F005",
"F012",
"F015",
"F016",
"F017",
"F023"
]
}
]