d247e44985
- The top-level GET /workspaces endpoint was returning project_name as an empty string because the GitRepository.project relationship was not eager-loaded. - Select the full GitRepository entity and apply selectinload(project) so project_name is populated for every workspace row. Backend quality gates: python3 -m pytest 313 passed, 34 skipped.
338 B
338 B
apps
dir: apps
index: apps/.pi-map.index.md
role
Container directory for all deployable application targets in the monorepo.
files
arch
Monorepo workspace structure where each subdirectory represents an independently deployable application sharing common libraries and tools.