mirror of
https://github.com/docker/compose.git
synced 2025-04-07 19:55:07 +02:00
Rework of how services are sorted based on dependencies using a topological sort. Includes error handling to detect circular/self imports (should raise a DependecyError). Added in logging to the CLI to log out any DependencyErrors. Removed the compact module as it is no longer used.