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

57 lines
2.6 KiB
JSON

[
{
"id": "T001",
"description": "Unit: the shared RMM provider registry exposes Tanium metadata/capability flags and the settings selector renders provider options from the registry rather than hard-coded branches",
"implemented": true,
"featureIds": ["F002", "F003", "F004"]
},
{
"id": "T002",
"description": "DB-backed integration: the shared RMM ingestion service creates a new asset, extension data, and `tenant_external_entity_mappings` row from a normalized device snapshot",
"implemented": true,
"featureIds": ["F005", "F006", "F007"]
},
{
"id": "T003",
"description": "DB-backed integration: re-ingesting an already-mapped normalized device snapshot updates the existing asset and mapping instead of creating a duplicate asset",
"implemented": true,
"featureIds": ["F006", "F008"]
},
{
"id": "T004",
"description": "DB-backed integration: Tanium scope discovery creates or refreshes `rmm_organization_mappings` while preserving existing client assignment and auto-sync flags on previously mapped scopes",
"implemented": true,
"featureIds": ["F014", "F015"]
},
{
"id": "T005",
"description": "DB-backed integration: Tanium full inventory sync happy path uses the Gateway fetcher plus shared ingestion pipeline to create assets and mark integration sync status completed",
"implemented": true,
"featureIds": ["F010", "F011", "F016", "F020"]
},
{
"id": "T006",
"description": "DB-backed integration: when Tanium Gateway does not return a needed endpoint because of documented aged-out coverage limitations, the sync path falls back to Asset API and still updates the mapped asset correctly",
"implemented": true,
"featureIds": ["F011", "F017"]
},
{
"id": "T007",
"description": "Integration: Tanium connection test/auth failure leaves the integration inactive, does not write a false connected state, and returns an actionable error to the settings surface",
"implemented": true,
"featureIds": ["F011", "F012", "F013"]
},
{
"id": "T008",
"description": "Playwright or equivalent UI integration: a tenant admin can configure Tanium credentials, run connection test, trigger scope discovery, and reach the shared mapping manager from the Tanium settings surface",
"implemented": true,
"featureIds": ["F013", "F014", "F015"]
},
{
"id": "T009",
"description": "Integration: new shared sync orchestration runs provider fetch/normalize logic through one transport seam without duplicating business logic between provider-specific execution paths",
"implemented": true,
"featureIds": ["F010", "F019"]
}
]