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

23 lines
2.2 KiB
JSON

[
{ "id": "T001", "featureIds": ["F001"], "description": "Reject attachments >100MB (does not create document/file)", "implemented": true },
{ "id": "T002", "featureIds": ["F001"], "description": "No file-type blocklist: attachments with arbitrary mime/ext are accepted (e.g. .zip)", "implemented": true },
{ "id": "T003", "featureIds": ["F001"], "description": "Inline/CID attachments are skipped by default (no document/file created)", "implemented": true },
{ "id": "T010", "featureIds": ["F002"], "description": "Idempotency: duplicate processing of same attachment does not create duplicate docs/files", "implemented": true },
{ "id": "T011", "featureIds": ["F002", "F040"], "description": "Idempotency: failures are recorded and do not duplicate on retry", "implemented": true },
{ "id": "T020", "featureIds": ["F003", "F004", "F005"], "description": "Attachment ingestion creates file_stores + documents + document_associations rows", "implemented": true },
{ "id": "T021", "featureIds": ["F006"], "description": "System attribution: stored file uploaded_by_id and document created_by/user_id use system user", "implemented": true },
{ "id": "T030", "featureIds": ["F010", "F011"], "description": "Microsoft: file attachment downloads and stores correct bytes and metadata", "implemented": true },
{ "id": "T031", "featureIds": ["F011"], "description": "Microsoft: unsupported attachment types are skipped and recorded", "implemented": true },
{ "id": "T040", "featureIds": ["F020"], "description": "Gmail: attachment downloads and stores correct bytes and metadata", "implemented": true },
{ "id": "T050", "featureIds": ["F030", "F050"], "description": "New ticket: inbound email w/ attachments results in ticket documents", "implemented": true },
{ "id": "T051", "featureIds": ["F031", "F051"], "description": "Reply: threaded reply w/ attachments results in ticket documents on same ticket", "implemented": true },
{ "id": "T052", "featureIds": ["F032"], "description": "Attachment failure does not block ticket/comment creation", "implemented": true },
{ "id": "T060", "featureIds": ["F041"], "description": "All distributed-table updates include tenant filter; no scatter/gather updates", "implemented": true }
]