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
57 lines
2.2 KiB
JSON
57 lines
2.2 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "Billing no-mutation regression test: recurring invoice generation with unapproved matching time does not mutate time_entries.start_time, end_time, work_date, or work_timezone.",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F002", "F003"]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "Approval blocker regression test: matching unapproved recurring time still blocks invoice generation with a descriptive approval-blocker error.",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "Timezone boundary helper test: an entry with work_date 2026-03-31 and start_time 2026-04-01T00:00:00Z resolves to display date 2026-03-31.",
|
|
"implemented": true,
|
|
"featureIds": ["F004", "F005", "F006", "F009"]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "Time sheet grid test: a UTC/local boundary entry appears in the grid cell for work_date rather than the UTC start_time date.",
|
|
"implemented": true,
|
|
"featureIds": ["F004", "F009"]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "Time sheet list test: list view includes and groups boundary entries by work_date within the selected time period.",
|
|
"implemented": true,
|
|
"featureIds": ["F005", "F009"]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "Time approval display test: approval grouping/display uses required work_date.",
|
|
"implemented": true,
|
|
"featureIds": ["F006", "F009"]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "Quick-add continuation test: adding time on a selected date finds existing entries whose work_date matches that date even when start_time is a UTC boundary timestamp.",
|
|
"implemented": true,
|
|
"featureIds": ["F007", "F009"]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "Invariant test: persisted-style entries without work_date fail fast after migration rather than silently grouping by start_time.",
|
|
"implemented": true,
|
|
"featureIds": ["F004", "F005", "F006", "F009", "F011"]
|
|
},
|
|
{
|
|
"id": "T009",
|
|
"description": "Migration test: missing work_date/work_timezone rows are backfilled and both columns are enforced as NOT NULL.",
|
|
"implemented": false,
|
|
"featureIds": ["F011"]
|
|
}
|
|
]
|