fix: Dogfooding-Seed nutzt list_roadmap_items_for_initiative.
All checks were successful
Deploy Development / deploy (push) Successful in 51s
Test Suite / pytest-backend (push) Successful in 2m27s
Test Suite / lint-backend (push) Successful in 2s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 14s
All checks were successful
Deploy Development / deploy (push) Successful in 51s
Test Suite / pytest-backend (push) Successful in 2m27s
Test Suite / lint-backend (push) Successful in 2s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 14s
Behebt Backend-Startup-Fehler beim Deploy durch falschen Import in seed_004. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
a26b534c34
commit
a1b353fcee
|
|
@ -90,9 +90,9 @@ def _ensure_gate_chain(
|
|||
gates: list[tuple[str, str, str]],
|
||||
) -> dict[str, str]:
|
||||
"""gates: (title, status, goal) -> id map."""
|
||||
from services.roadmap import add_dependency, create_roadmap_item, list_roadmap_items
|
||||
from services.roadmap import add_dependency, create_roadmap_item, list_roadmap_items_for_initiative
|
||||
|
||||
existing = list_roadmap_items(tenant_id=tenant_id, initiative_id=initiative_id)
|
||||
existing = list_roadmap_items_for_initiative(tenant_id=tenant_id, initiative_id=initiative_id)
|
||||
ids: dict[str, str] = {}
|
||||
ordered: list[str] = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user