watchtower/pkg
Dirk Kok 739f328ee5
feat(http): optional query parameter to update only containers of a specified image (#1289)
* feat(http): optional query parameter to update only containers of a specified image

* fix style issues

* comma separated image parameter

* Support comma-separated query parameter as well as specifying it multiple times

Co-authored-by: nils måsén <nils@piksel.se>

* fixed compile error

* fixed FilterByImageTag

Not sure what changed in my testing setup, but Docker reports image names including the tag name now.

* consistent use of image/tag (use image)

* fixed multiple image queries

* assuming I'm right here, only block on lock when any images are specified.

* add unit tests for image filter. didn't add tests for update api because they didn't already exist

* whoops.

* use ImageName instead, add unit test for empty ImageName filter.

Co-authored-by: nils måsén <nils@piksel.se>
2022-06-14 09:13:14 +02:00
..
api feat(http): optional query parameter to update only containers of a specified image (#1289) 2022-06-14 09:13:14 +02:00
container feat(http): optional query parameter to update only containers of a specified image (#1289) 2022-06-14 09:13:14 +02:00
filters feat(http): optional query parameter to update only containers of a specified image (#1289) 2022-06-14 09:13:14 +02:00
lifecycle Post update time out (#1124) 2021-11-18 14:54:35 +01:00
metrics Session report collection and report templates (#981) 2021-06-27 09:05:01 +02:00
notifications fix(notifications): title customization (#1219) 2022-04-18 19:37:13 +02:00
registry test: reduce test output noise 2021-11-01 19:36:38 +01:00
session Session report collection and report templates (#981) 2021-06-27 09:05:01 +02:00
sorter refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
types feat(http): optional query parameter to update only containers of a specified image (#1289) 2022-06-14 09:13:14 +02:00