Skip to content

Commit 4162573

Browse files
Add Rust roadmap register bridge
1 parent 22b0509 commit 4162573

13 files changed

Lines changed: 2223 additions & 16 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COMPOSE_STAGE=docker compose -f docker-compose.yml -f docker-compose.stage.yml
33
COMPOSE_PROD=docker compose -f docker-compose.yml -f docker-compose.prod.yml
44
COMPOSE_PROD_LLM=docker compose -f docker-compose.yml -f docker-compose.prod.yml -f docker-compose.llm.yml
55
PYTHON_BIN=$(shell if [ -x .venv/bin/python ]; then echo .venv/bin/python; else echo python; fi)
6-
TEAM_TEST_ENV=GUIDANCE_SCORING_BACKEND=local RISK_SCORING_BACKEND=local REPORT_SUMMARY_BACKEND=local REPORT_SNAPSHOT_BACKEND=local DASHBOARD_SUMMARY_BACKEND=local ASSET_INVENTORY_BACKEND=local PROCESS_REGISTER_BACKEND=local RISK_REGISTER_BACKEND=local EVIDENCE_REGISTER_BACKEND=local ASSESSMENT_REGISTER_BACKEND=local RUST_BACKEND_URL=
6+
TEAM_TEST_ENV=GUIDANCE_SCORING_BACKEND=local RISK_SCORING_BACKEND=local REPORT_SUMMARY_BACKEND=local REPORT_SNAPSHOT_BACKEND=local DASHBOARD_SUMMARY_BACKEND=local ASSET_INVENTORY_BACKEND=local PROCESS_REGISTER_BACKEND=local RISK_REGISTER_BACKEND=local EVIDENCE_REGISTER_BACKEND=local ASSESSMENT_REGISTER_BACKEND=local ROADMAP_REGISTER_BACKEND=local RUST_BACKEND_URL=
77

88
.PHONY: dev-up dev-down stage-up stage-down prod-up prod-down prod-up-llm llm-download backup restore health handbook-pdf local-bootstrap local-check local-test team-test docker-check docker-smoke easy-start prod-readiness rust-build rust-test rust-run canary-daily rust-import-collection rust-sync-recent rust-canary-parity rust-canary-trend rust-canary-import
99

@@ -20,7 +20,7 @@ local-test:
2020

2121
team-test:
2222
$(TEAM_TEST_ENV) $(PYTHON_BIN) manage.py check
23-
$(TEAM_TEST_ENV) $(PYTHON_BIN) manage.py test apps.core apps.reports apps.product_security apps.guidance apps.dashboard apps.assets_app apps.processes apps.risks apps.evidence apps.assessments apps.vulnerability_intelligence
23+
$(TEAM_TEST_ENV) $(PYTHON_BIN) manage.py test apps.core apps.reports apps.product_security apps.guidance apps.dashboard apps.assets_app apps.processes apps.risks apps.evidence apps.assessments apps.roadmap apps.vulnerability_intelligence
2424

2525
docker-check:
2626
$(COMPOSE_DEV) config >/dev/null

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Der funktionierende Referenzpfad auf Ubuntu 24.04 ist:
163163
- `RISK_REGISTER_BACKEND=rust_service`
164164
- `EVIDENCE_REGISTER_BACKEND=rust_service`
165165
- `ASSESSMENT_REGISTER_BACKEND=rust_service`
166+
- `ROADMAP_REGISTER_BACKEND=rust_service`
166167
- `RUST_STRICT_MODE=True` (erzwingt Rust-Backends ohne Fallback)
167168

168169
Danach kann weiter wie gewohnt gestartet werden:

0 commit comments

Comments
 (0)