Felix Fontein
091e393e6d
[stable-4] Docker Compose 5+: improve image layer event parsing ( #1219 ) ( #1220 )
...
* Docker Compose 5+: improve image layer event parsing (#1219 )
* Remove long deprecated version fields.
* Add first JSON event parsing tests.
* Improve image layer event parsing for Compose 5+.
* Add 'Working' to image working actions.
* Add changelog fragment.
* Shorten lines.
* Adjust docker_compose_v2_run tests.
(cherry picked from commit 174c0c8058 )
* Remove type hints.
* Fix Python 2 compatibility when parsing JSON events.
2025-12-06 18:32:17 +01:00
Felix Fontein
fdb97428a3
Fix/improve tests ( #1052 )
...
* Improve unit test condition.
* Improve/fix tests.
2025-03-08 09:54:41 +01:00
Felix Fontein
45b2531129
docker_compose_v2* modules: use --progress json for Compose 2.29.0+ ( #931 )
...
* Use --progress json for Compose 2.29.0+.
* Add changelog fragment.
* Fix/improve handling of warnings.
* Improve parsing of warnings and some one-off messages.
* Improve warnings.
* Handle tail messages.
* Fix bug in regular event parsing.
2024-07-25 18:33:42 +02:00
Felix Fontein
a30fd93a44
Check for unparsable messages. ( #932 )
2024-07-17 23:54:31 +02:00
Felix Fontein
7efc6381d0
CI: use new container images for Compose v2 pull tests ( #900 )
...
* Use simple-1 image instead of Alpine image for docker_compose_v2_pull tests.
* Use simple-1 image instead of Alpine image for docker_compose_v2 pull tests.
2024-06-29 11:43:00 +02:00
Felix Fontein
e176a8a17b
Improve tasks, show images before docker_compose_v2_pull tests.
2024-05-10 13:06:54 +02:00
Felix Fontein
4bab9a6b0e
Fix idempotency of docker_compose_v2_pull. ( #814 )
2024-03-13 13:20:11 +01:00
Felix Fontein
307dc4045a
Add docker_compose_v2_pull module ( #751 )
...
* Add docker_compose_v2_pull module.
* Improve and extend parsing of events.
* Add ignores.
* --policy is only available since Compose 2.22.0.
2024-01-13 14:36:26 +01:00