mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-06-11 12:20:30 +01:00
Remove functions that were replaced by _with_progress variants in cli.py: - discover_running_services, check_mounts_on_configured_hosts, check_networks_on_configured_hosts, _check_resources from operations.py - snapshot_services from logs.py - get_service_hosts from state.py Make previously private functions public (remove underscore prefix): - is_local in executor.py - isoformat, collect_service_entries, load_existing_entries, merge_entries, write_toml in logs.py - load_env, interpolate, parse_ports in compose.py Update tests to use renamed public functions.