Monika Kairaitytė
Monika Kairaitytė
This PR adds unit tests for secret handling in podman_compose.get_secret_args(). PR solves issue https://github.com/containers/podman-compose/issues/972.
This PR fixes unreliable pending build requests > shows test on webkit.
This PR automates manual `extends_w_empty_service` test. It is a partial fix for https://github.com/containers/podman-compose/issues/983.
This PR backports https://github.com/buildbot/buildbot/pull/7613 PR is a partial fix for https://github.com/buildbot/buildbot/issues/7872.
This PR backports https://github.com/buildbot/buildbot/pull/7733.
This PR backports https://github.com/buildbot/buildbot/pull/7726.
This PR backports https://github.com/buildbot/buildbot/pull/7874. PR is a partial fix for https://github.com/buildbot/buildbot/issues/7872.
This commit updates the GitHub Actions workflow to collect `.deb` packages from another git repository, enabling the installation of a newer Podman version and its dependencies on Debian Bookworm.
This PR builds upon unfinished PR https://github.com/containers/podman-compose/pull/780, thanks to @recursiveribbons. The names of `podman-compose` healthcheck options have been renamed to match those of Podman. Relevant Podman documentation can be found...