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

@@ -28,11 +28,11 @@ const EXTENDED_ROUTES: { path: string; name: string }[] = [
{ path: '/console/admin', name: 'Console Admin' },
{ path: '/console/configuration', name: 'Configuration' },
// Orchestrator (legacy paths)
{ path: '/orchestrator', name: 'Orchestrator (legacy)' },
{ path: '/orchestrator/jobs', name: 'Orchestrator Jobs' },
{ path: '/orchestrator/quotas', name: 'Orchestrator Quotas' },
{ path: '/release-orchestrator', name: 'Release Orchestrator' },
// JobEngine (legacy paths)
{ path: '/jobengine', name: 'JobEngine (legacy)' },
{ path: '/jobengine/jobs', name: 'JobEngine Jobs' },
{ path: '/jobengine/quotas', name: 'JobEngine Quotas' },
{ path: '/release-jobengine', name: 'Release JobEngine' },
// Policy Studio
{ path: '/policy-studio/packs', name: 'Policy Studio Packs' },
@@ -102,8 +102,8 @@ test.describe('Extended Route Rendering (Batch 2)', () => {
test.describe('Extended Route — Deep Paths', () => {
const DEEP_PATHS: { path: string; name: string }[] = [
{ path: '/ops/quotas', name: 'Quota Dashboard' },
{ path: '/ops/orchestrator/dead-letter', name: 'Dead Letter Queue' },
{ path: '/ops/orchestrator/slo', name: 'SLO Burn Rate' },
{ path: '/ops/jobengine/dead-letter', name: 'Dead Letter Queue' },
{ path: '/ops/jobengine/slo', name: 'SLO Burn Rate' },
{ path: '/ops/health', name: 'Platform Health' },
{ path: '/ops/doctor', name: 'Doctor Diagnostics' },
{ path: '/ops/agents', name: 'Agent Fleet' },