You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: reorganize docker_compose context module following conventions
- Grouped imports properly (external → internal)
- Main type (DockerComposeContext) with implementation comes first
- Helper types (TrackerPorts, DatabaseConfig, MysqlConfig) follow with their implementations
- Tests remain at the end
Follows docs/contributing/module-organization.md conventions:
- Imports always first
- Public before private
- High-level before low-level
- Important before secondary
0 commit comments