Implement missing backend endpoints for release orchestration
TASK-002: 11 deployment monitoring endpoints in JobEngine (list, get, logs, events, metrics, pause/resume/cancel/rollback/retry) TASK-003: 6 evidence management endpoints in JobEngine (list, get, verify, export, raw, timeline) TASK-005: 3 release dashboard endpoints in JobEngine (dashboard summary, approve/reject promotion) TASK-006: 2 registry image search endpoints in Scanner (search with 9 mock images, digests lookup) All endpoints return seed/mock data for testing. Auth policies match existing patterns. Dual route registration on both /api/ and /api/v1/ prefixes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -920,7 +920,7 @@ The engine can render workflow definitions as visual diagrams.
|
||||
|
||||
| Engine | Description |
|
||||
|--------|-------------|
|
||||
| **ElkSharp** | Port of Eclipse Layout Kernel (default) |
|
||||
| **ElkSharp** | Port of Eclipse Layout Kernel (default). In `Best` effort mode it now runs a bounded deterministic orthogonal edge-refinement pass after base routing; `Draft` and `Balanced` keep the base route unless library callers opt in through `ElkLayoutOptions.EdgeRefinement`. |
|
||||
| **ElkJS** | JavaScript-based ELK via Node.js |
|
||||
| **MSAGL** | Microsoft Automatic Graph Layout |
|
||||
|
||||
@@ -1020,4 +1020,3 @@ docs/decompiled-samples/
|
||||
csharp/ 177 .cs files (Roslyn-formatted C# with typed request models)
|
||||
json/ 177 .json files (indented canonical definitions with JSON Schema)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user