Operationalize RC10 data retention
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 06:58:10 +02:00
parent bf867f8f4f
commit 7b96037853
22 changed files with 1306 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ def load_backend_script() -> ModuleType:
_impl = load_backend_script()
DEMO_PROJECT_NAME = _impl.DEMO_PROJECT_NAME
DELETE_CONFIRMATION = _impl.DELETE_CONFIRMATION
is_within_storage_root = _impl.is_within_storage_root
export_created_at = _impl.export_created_at
select_cleanup_candidates = _impl.select_cleanup_candidates