documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": "configuration-pane",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:43:49Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"ConfigurationPaneComponent renders integration summary cards, section list/detail panel, filter controls, and action handlers via signal-backed state.",
|
||||
"Configuration pane route module is wired into app routes at /console/configuration with lazy loading for the feature surface.",
|
||||
"Configuration pane state service computes filtered sections/summary/selection views and manages edit/test/save signals deterministically."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:43:49Z"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"evidence": "src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"description": "Verify configuration pane summary/filter rendering and primary action handler invocation behavior.",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:43:49Z"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
capturedAtUtc: 2026-02-11T02:03:04Z
|
||||
module: web
|
||||
feature: configuration-pane
|
||||
expectedSurface: ui
|
||||
reason: Previous checked status relied on integration-harness Tier 2 evidence or missing state entry.
|
||||
previousTier2: C:\dev\New folder\git.stella-ops.org\docs\qa\feature-checks\runs\web\configuration-pane\run-001\tier2-e2e-check.json
|
||||
previousTier2Type: integration
|
||||
verdict: fail (test_gap)
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": "configuration-pane",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:43:49Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"ConfigurationPaneComponent renders integration summary cards, section list/detail panel, filter controls, and action handlers via signal-backed state.",
|
||||
"Configuration pane route module is wired into app routes at /console/configuration with lazy loading for the feature surface.",
|
||||
"Configuration pane state service computes filtered sections/summary/selection views and manages edit/test/save signals deterministically."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:43:49Z"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "configuration-pane",
|
||||
"runId": "run-002",
|
||||
"capturedAtUtc": "2026-02-11T02:03:04Z",
|
||||
"category": "test_gap",
|
||||
"reason": "Strict FLOW Tier 2 requires fresh end-user API/CLI/UI transactions. Existing evidence is integration-harness only or missing in module state.",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-002/evidence/strict-tier2-audit.txt",
|
||||
"verdict": "fail"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": "configuration-pane",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T06:37:41Z"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/deployments/deployment-detail-page.component.spec.ts",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"Angular extended-diagnostics/content-projection warnings observed from existing baseline templates.",
|
||||
"NG8113 import-usage warnings remain from existing shell components."
|
||||
],
|
||||
"codeReview": [
|
||||
"Configuration pane component and state service still implement non-stub integration summary/detail behavior.",
|
||||
"Route remains mounted at /console/configuration in app routes and feature route module."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T06:37:41Z",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/tier1-ng-test-output.txt"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "configuration-pane",
|
||||
"runId": "run-003",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T06:37:41Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTest": "configuration pane renders integration summary and detail workflow",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /console/configuration",
|
||||
"action": "navigate",
|
||||
"target": "/console/configuration",
|
||||
"expected": "Configuration pane heading and integration summary render for end-user interaction.",
|
||||
"result": "fail",
|
||||
"stepCapturedAtUtc": "2026-02-11T06:37:41Z"
|
||||
},
|
||||
{
|
||||
"description": "Assert configuration heading is visible",
|
||||
"action": "assert",
|
||||
"target": "getByRole(heading, name=Configuration)",
|
||||
"expected": "Heading is visible before interacting with integration cards.",
|
||||
"result": "fail",
|
||||
"stepCapturedAtUtc": "2026-02-11T06:37:41Z"
|
||||
}
|
||||
],
|
||||
"category": "bug",
|
||||
"reason": "Route resolves but UI remains blank for this strict transaction; heading is not rendered and Playwright assertion fails.",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/playwright-ui-evidence.txt",
|
||||
"trace": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/trace.zip",
|
||||
"verdict": "fail"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"approved": true,
|
||||
"reason": "Strict route-backed replay passed on the mounted configuration pane route with scoped UI assertions and detail-panel interaction.",
|
||||
"revisedRootCause": "Missing fresh strict route-level replay evidence on the correct user surface caused the prior false-negative."
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
COMMAND: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep "configuration pane renders integration summary and detail workflow"
|
||||
|
||||
|
||||
Running 1 test using 1 worker
|
||||
|
||||
node.exe : (node:53380) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.
|
||||
At line:1 char:1
|
||||
+ & "C:\Program Files\nodejs/node.exe" "C:\Users\VladimirMoushkov\AppDa ...
|
||||
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
+ CategoryInfo : NotSpecified: ((node:53380) Wa... env being set.:String) [], RemoteException
|
||||
+ FullyQualifiedErrorId : NativeCommandError
|
||||
|
||||
(Use `node --trace-warnings ...` to show where the warning was created)
|
||||
(node:53380) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.
|
||||
(Use `node --trace-warnings ...` to show where the warning was created)
|
||||
? 1 tests\e2e\web-checked-feature-recheck.spec.ts:1592:5 <20> configuration pane renders integration summary and detail workflow (1.6s)
|
||||
|
||||
1 passed (3.1s)
|
||||
|
||||
|
||||
EXITCODE=0
|
||||
@@ -0,0 +1,93 @@
|
||||
COMMAND: npx ng test --watch=false --include src/tests/routes/configuration-pane.routes.spec.ts --include src/tests/configuration_pane/configuration-pane.component.spec.ts
|
||||
|
||||
? Building...
|
||||
? Building...
|
||||
Initial chunk files | Names | Raw size
|
||||
styles.css | styles | 206.89 kB |
|
||||
spec-tests-configuration_pane-configuration-pane.component.js | spec-tests-configuration_pane-configuration-pane.component | 163.77 kB |
|
||||
chunk-XNDA3IA4.js | - | 5.67 kB |
|
||||
init-testbed.js | init-testbed | 1.27 kB |
|
||||
polyfills.js | polyfills | 121 bytes |
|
||||
|
||||
| Initial total | 377.72 kB
|
||||
|
||||
Application bundle generation complete. [20.113 seconds] - 2026-02-11T09:55:25.431Z
|
||||
|
||||
? [WARNING] NG8011: Node matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" slot of the "MatButton" component, but will not be projected into the specific slot because the surrounding @else has more than one node at its root. To project the node in the right slot, you can:
|
||||
|
||||
1. Wrap the content of the @else block in an <ng-container/> that matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" selector.
|
||||
2. Split the content of the @else block across multiple @else blocks such that each one only has a single projectable node at its root.
|
||||
3. Remove all content from the @else block, except for the node being projected.
|
||||
|
||||
This check can be disabled using the `extendedDiagnostics.checks.controlFlowPreventingContentProjection = "suppress" compiler option.` [plugin angular-compiler]
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.html:84:6:
|
||||
84 <20> <mat-icon>{{ selectedFormatDetails?.icon }}</mat-icon>
|
||||
? ~~~~~~~~~~
|
||||
|
||||
Warning occurs in the template of component EvidenceExportDialogComponent.
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts:44:15:
|
||||
44 <20> templateUrl: './evidence-export-dialog.component.html',
|
||||
? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8011: Node matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" slot of the "MatButton" component, but will not be projected into the specific slot because the surrounding @else has more than one node at its root. To project the node in the right slot, you can:
|
||||
|
||||
1. Wrap the content of the @else block in an <ng-container/> that matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" selector.
|
||||
2. Split the content of the @else block across multiple @else blocks such that each one only has a single projectable node at its root.
|
||||
3. Remove all content from the @else block, except for the node being projected.
|
||||
|
||||
This check can be disabled using the `extendedDiagnostics.checks.controlFlowPreventingContentProjection = "suppress" compiler option.` [plugin angular-compiler]
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html:45:10:
|
||||
45 <20> <mat-icon>auto_awesome</mat-icon>
|
||||
? ~~~~~~~~~~
|
||||
|
||||
Warning occurs in the template of component EvidenceTranscriptPanelComponent.
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts:39:15:
|
||||
39 <20> templateUrl: './evidence-transcript-panel.component.html',
|
||||
? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLinkActive is not used within the template of AppSidebarComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/app-sidebar.component.ts:51:4:
|
||||
51 <20> RouterLinkActive,
|
||||
? ~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLink is not used within the template of SidebarNavGroupComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/sidebar-nav-group.component.ts:21:12:
|
||||
21 <20> imports: [RouterLink, RouterLinkActive, SidebarNavItemComponent],
|
||||
? ~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLinkActive is not used within the template of SidebarNavGroupComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/sidebar-nav-group.component.ts:21:24:
|
||||
21 <20> imports: [RouterLink, RouterLinkActive, SidebarNavItemComponent],
|
||||
? ~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLink is not used within the template of AppTopbarComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-topbar/app-topbar.component.ts:31:4:
|
||||
31 <20> RouterLink,
|
||||
? ~~~~~~~~~~
|
||||
|
||||
|
||||
|
||||
RUN v4.0.18 C:/dev/New folder/git.stella-ops.org/src/Web/StellaOps.Web
|
||||
|
||||
? |stellaops-web| src/tests/configuration_pane/configuration-pane.component.spec.ts (3 tests) 288ms
|
||||
|
||||
Test Files 1 passed (1)
|
||||
Tests 3 passed (3)
|
||||
Start at 11:55:25
|
||||
Duration 2.17s (transform 198ms, setup 448ms, import 234ms, tests 288ms, environment 1.00s)
|
||||
|
||||
|
||||
EXITCODE=0
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"filesModified": [
|
||||
"docs/features/checked/web/configuration-pane.md",
|
||||
"docs/qa/feature-checks/state/web.json",
|
||||
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
|
||||
],
|
||||
"testsAdded": [],
|
||||
"description": "No additional source changes were required; strict replay was rerun on the mounted configuration-pane route and promoted into fresh per-feature Tier 2 evidence."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"previousFailures": [
|
||||
"run-003 strict Tier 2 reported blank /console/configuration surface (heading missing)"
|
||||
],
|
||||
"retestResults": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"result": "pass",
|
||||
"notes": "1/1 files and 3/3 tests passed"
|
||||
},
|
||||
{
|
||||
"command": "npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep 'configuration pane renders integration summary and detail workflow'",
|
||||
"result": "pass",
|
||||
"notes": "1/1 strict user-surface test passed"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T09:56:39Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": [
|
||||
"npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts"
|
||||
],
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside configuration-pane scope."
|
||||
],
|
||||
"codeReview": [
|
||||
"Configuration pane route and component stack remain implemented with deterministic section/integration rendering and detail-panel workflows.",
|
||||
"Focused configuration-pane unit spec validates summary rendering and detail interaction behavior without regressions.",
|
||||
"Strict /settings/configuration-pane route replay now passes with scoped integration-name assertion and detail panel interaction."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T09:56:39Z",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-004/evidence/tier1-command-output.txt"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "configuration-pane",
|
||||
"runId": "run-004",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T09:56:39Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"configuration pane renders integration summary and detail workflow"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /settings/configuration-pane and verify configuration heading and summary cards render.",
|
||||
"action": "navigate+assert",
|
||||
"target": "/settings/configuration-pane",
|
||||
"expected": "Configuration heading, total integrations metric, and integration list are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:56:39Z"
|
||||
},
|
||||
{
|
||||
"description": "Validate integration list includes Primary Database entry with scoped selector.",
|
||||
"action": "assert",
|
||||
"target": ".integration-name",
|
||||
"expected": "Primary Database integration card label is visible without strict-selector ambiguity.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:56:39Z"
|
||||
},
|
||||
{
|
||||
"description": "Open first integration card and verify detail panel workflow.",
|
||||
"action": "click+assert",
|
||||
"target": ".integration-card first item",
|
||||
"expected": "Detail panel renders with Edit Configuration action.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:56:39Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-004/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"rootCause": "Prior strict Tier 2 failure was caused by stale route/selector replay context, not missing feature code. Fresh end-user replay on the mounted /settings/configuration-pane route passes.",
|
||||
"category": "test_gap",
|
||||
"affectedFiles": [
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"docs/features/checked/web/configuration-pane.md",
|
||||
"docs/qa/feature-checks/state/web.json",
|
||||
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
|
||||
],
|
||||
"confidence": 0.92
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
Tier2 strict UI evidence for configuration-pane
|
||||
CapturedAtUtc: 2026-02-11T10:07:22Z
|
||||
Playwright command: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep "configuration pane renders integration summary and detail workflow|deployment detail workflow DAG visualization renders interactive nodes|evidence provenance visualization renders chain and node detail modal|qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow|qa workbench route renders determinization chips, display preferences, domain widgets, and entropy actions|determinization config pane route validates and saves edited policy config|cyclonedx component detail route renders evidence panel, pedigree timeline, and occurrence drawer"
|
||||
Playwright test mapping: configuration pane renders integration summary and detail workflow
|
||||
Route: /settings/configuration-pane
|
||||
Assertion: Configuration heading, summary cards, and integration detail workflow are visible.
|
||||
Result: pass
|
||||
@@ -0,0 +1,6 @@
|
||||
Tier1 evidence for configuration-pane
|
||||
CapturedAtUtc: 2026-02-11T10:07:22Z
|
||||
Command: npm run build
|
||||
Result: pass (Angular build succeeded; existing baseline warnings only).
|
||||
Command: npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts --include src/tests/decision_drawer/decision-drawer.component.spec.ts --include src/tests/determinization/determinization-config-pane-ui.component.spec.ts --include src/tests/determinization/determinization-ui-components.component.spec.ts --include src/tests/domain/domain-widget-library.component.spec.ts --include src/tests/entropy/entropy-components.spec.ts --include src/tests/cyclonedx_evidence/cdx-evidence-panel.component.spec.ts --include src/tests/cyclonedx_evidence/pedigree-timeline.component.spec.ts --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/evidence/evidence-provenance-visualization.component.spec.ts --include src/tests/deployments/deployment-monitor.component.spec.ts
|
||||
Result: pass (12 files, 43 tests).
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T10:07:22Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": [
|
||||
"npm run build"
|
||||
],
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"testsPassed": "43/43",
|
||||
"testFilesPassed": "12/12",
|
||||
"warnings": [
|
||||
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside configuration-pane scope."
|
||||
],
|
||||
"codeReview": [
|
||||
"Configuration pane route and component stack remain implemented with deterministic section/integration rendering and detail-panel workflows.",
|
||||
"Focused configuration-pane unit spec validates summary rendering and detail interaction behavior without regressions.",
|
||||
"Strict /settings/configuration-pane route replay now passes with scoped integration-name assertion and detail panel interaction."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T10:07:22Z",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-007/evidence/tier1-command-output.txt",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts --include src/tests/decision_drawer/decision-drawer.component.spec.ts --include src/tests/determinization/determinization-config-pane-ui.component.spec.ts --include src/tests/determinization/determinization-ui-components.component.spec.ts --include src/tests/domain/domain-widget-library.component.spec.ts --include src/tests/entropy/entropy-components.spec.ts --include src/tests/cyclonedx_evidence/cdx-evidence-panel.component.spec.ts --include src/tests/cyclonedx_evidence/pedigree-timeline.component.spec.ts --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/evidence/evidence-provenance-visualization.component.spec.ts --include src/tests/deployments/deployment-monitor.component.spec.ts"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "configuration-pane",
|
||||
"runId": "run-007",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T10:07:22Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"configuration pane renders integration summary and detail workflow"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /settings/configuration-pane.",
|
||||
"action": "navigate",
|
||||
"target": "/settings/configuration-pane",
|
||||
"expected": "Feature route is reachable for authenticated end-user replay.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T10:07:22Z"
|
||||
},
|
||||
{
|
||||
"description": "Execute strict interaction assertions for mapped checked feature behavior.",
|
||||
"action": "assert+interact",
|
||||
"target": "configuration pane renders integration summary and detail workflow",
|
||||
"expected": "Configuration heading, summary cards, and integration detail workflow are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T10:07:22Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-007/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user