mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
* fix: Skip buildable images in pull command Add --ignore-buildable flag to pull command, matching the behavior of the update command. This prevents pull from failing when a stack contains services with local build directives (no remote image). * test: Fix flaky command palette close detection Use state="hidden" instead of :not([open]) selector when waiting for the command palette to close. The old approach failed because wait_for_selector defaults to waiting for visibility, but a closed <dialog> element is hidden by design.