parallel dev isolation #529
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/parallel-dev-isolation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
Enable several issues to run their dev app and test suite in parallel on one
machine without colliding on container names or host ports. Every runtime
endpoint (Phoenix, Postgres, Rauthy, Mailcrab) and the Compose project namespace
become environment-overridable, so the pipeline can assign each issue an isolated
"slot". All defaults are preserved — a plain checkout (slot 0) behaves exactly as
before.
What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
Additional Notes