save checkpoint: save features

This commit is contained in:
master
2026-02-12 10:27:23 +02:00
parent dca86e1248
commit 5bca406787
8837 changed files with 1796879 additions and 5294 deletions

View File

@@ -130,3 +130,10 @@ HLC-based global job ordering for distributed deployments, replacing wall-clock
- **Tests**: PASS (src/Timeline/__Tests/StellaOps.Timeline.Core.Tests: 7/7; src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests: 19/19; total 26/26).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/hybrid-logical-clock-audit-safe-job-queue-ordering/run-012/tier2-api-check.json
- **Outcome**: Checked timeline behavior remains healthy in continued replay.
## Recheck (Run-013)
- **Verified**: 2026-02-10
- **Method**: Tier 2a live HTTPS API replay with fresh request/response captures.
- **Tests**: PASS (Timeline.Core 7/7, Timeline.WebService 19/19).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/hybrid-logical-clock-audit-safe-job-queue-ordering/run-013/tier2-api-check.json
- **Outcome**: Checked Timeline API behavior remains healthy in continued replay.

View File

@@ -132,3 +132,10 @@ Immutable timeline audit log with a dedicated web service and indexer for record
- **Tests**: PASS (src/Timeline/__Tests/StellaOps.Timeline.Core.Tests: 7/7; src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests: 19/19; total 26/26).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/immutable-audit-log/run-012/tier2-api-check.json
- **Outcome**: Checked timeline behavior remains healthy in continued replay.
## Recheck (Run-013)
- **Verified**: 2026-02-10
- **Method**: Tier 2a live HTTPS API replay with fresh request/response captures.
- **Tests**: PASS (Timeline.Core 7/7, Timeline.WebService 19/19).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/immutable-audit-log/run-013/tier2-api-check.json
- **Outcome**: Checked Timeline API behavior remains healthy in continued replay.

View File

@@ -136,3 +136,17 @@ Dedicated service for ingesting, indexing, and querying timeline events across a
- **Tests**: PASS (src/Timeline/__Tests/StellaOps.Timeline.Core.Tests: 7/7; src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests: 19/19; total 26/26).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/timeline-indexer-service/run-012/tier2-integration-check.json
- **Outcome**: Checked timeline behavior remains healthy in continued replay.
## Recheck (Run-013)
- **Verified**: 2026-02-10
- **Method**: Tier 2d integration replay with fresh API-boundary command evidence.
- **Tests**: PASS (Timeline.Core 7/7, Timeline.WebService 19/19).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/timeline-indexer-service/run-013/tier2-integration-check.json
- **Outcome**: Checked Timeline indexer behavior remains healthy in continued replay.
## Recheck (Run-016)
- **Verified**: 2026-02-11
- **Method**: Strict Tier 2 API replay against live Timeline WebService (`https://127.0.0.1:10240`) with fresh request/response captures.
- **Tests**: PASS (Timeline.Core 7/7, Timeline.WebService 19/19; total 26/26).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/timeline-indexer-service/run-016/tier2-api-check.json
- **Outcome**: API boundary behavior remains correct for invalid HLC validation (400), unknown timeline/critical-path/export operations (404), and healthy service availability (200).

View File

@@ -137,3 +137,10 @@ Cross-service event timeline with HLC-ordered events, deterministic event IDs (S
- **Tests**: PASS (src/Timeline/__Tests/StellaOps.Timeline.Core.Tests: 7/7; src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests: 19/19; total 26/26).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/unified-event-timeline-service/run-012/tier2-api-check.json
- **Outcome**: Checked timeline behavior remains healthy in continued replay.
## Recheck (Run-013)
- **Verified**: 2026-02-10
- **Method**: Tier 2a live HTTPS API replay with fresh request/response captures.
- **Tests**: PASS (Timeline.Core 7/7, Timeline.WebService 19/19).
- **Tier 2 Evidence**: docs/qa/feature-checks/runs/timeline/unified-event-timeline-service/run-013/tier2-api-check.json
- **Outcome**: Checked Timeline API behavior remains healthy in continued replay.