ci: freeze existing frontend architecture hotspots
Managed validation / full (pull_request) Successful in 7s
GeoIntel release gates / Trusted workflow source (pull_request) Successful in 2s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Failing after 1m43s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Failing after 57s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Successful in 2m36s
GeoIntel release gates / AI image, SBOM and container scan (pull_request) Failing after 3m9s

This commit is contained in:
2026-08-29 22:41:10 +02:00
parent cbbd0e1ff1
commit dc3a3b2a65
+3
View File
@@ -13,6 +13,9 @@ LEGACY_MAX_BYTES = {
"backend/app/services/detection_service.py": 61_248, "backend/app/services/detection_service.py": 61_248,
"frontend/src/WorkbenchApp.tsx": 64_092, "frontend/src/WorkbenchApp.tsx": 64_092,
"frontend/src/types.ts": 46_900, "frontend/src/types.ts": 46_900,
"frontend/src/components/map/MapAdvancedWorkbench.tsx": 47_887,
"frontend/src/components/map/MapExplorerView.tsx": 55_417,
"frontend/src/components/detection/DetectionLab.tsx": 55_020,
} }
SERVICE_MAX_BYTES = 60_000 SERVICE_MAX_BYTES = 60_000