mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| colors.py | ||
| command.py | ||
| docopt_command.py | ||
| errors.py | ||
| formatter.py | ||
| log_printer.py | ||
| main.py | ||
| multiplexer.py | ||
| socketclient.py | ||
| utils.py | ||