consolidation of some of the modules, localization fixes, product advisories work, qa work

This commit is contained in:
master
2026-03-05 03:54:22 +02:00
parent 7bafcc3eef
commit 8e1cb9448d
3878 changed files with 72600 additions and 46861 deletions

View File

@@ -328,7 +328,7 @@ echo $? # Verify exit code 0
**Example for `pipeline-run-centric-view`**:
```bash
npx playwright test --grep "pipeline-run" --reporter=json
# Or manually via MCP: navigate to /release-orchestrator/runs, verify table renders
# Or manually via MCP: navigate to /release-jobengine/runs, verify table renders
```
**Artifact**: `tier2-ui-check.json`
@@ -339,9 +339,9 @@ npx playwright test --grep "pipeline-run" --reporter=json
"capturedAtUtc": "2026-02-10T12:00:00Z",
"steps": [
{
"description": "Navigate to /release-orchestrator/runs",
"description": "Navigate to /release-jobengine/runs",
"action": "navigate",
"target": "/release-orchestrator/runs",
"target": "/release-jobengine/runs",
"expected": "Runs list table renders with columns",
"result": "pass|fail",
"screenshot": "step-1-runs-list.png",
@@ -703,7 +703,7 @@ docker compose -f devops/compose/docker-compose.dev.yml up -d
# Option B: Run services individually
# Backend API:
dotnet run --project src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj &
dotnet run --project src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj &
# Frontend:
cd src/Web/StellaOps.Web && npx ng serve &