watchtower/internal/actions
nils måsén 533bfc0e8b fix: always add missing slashes to link names
previously, this was only done when marking  dependant containers
for restart. but since the names should ALWAYS start with a slash,
this check could be performed every time the container is iterated.
the only downside to this is that it's less performant (as it needs to
copy the strings instead of just having the slices point to the same
source string), but it should not be noticable.
2023-03-12 10:44:06 +01:00
..
mocks chore(deps): update go version to 1.18 (#1363) 2022-09-04 13:56:29 +02:00
actions_suite_test.go test: reduce test output noise 2021-11-01 19:36:38 +01:00
check.go fix depends on behavior and simplify some of its logic (#908) 2021-04-18 18:37:35 +02:00
update.go fix: always add missing slashes to link names 2023-03-12 10:44:06 +01:00
update_test.go fix: correctly handle non-stale restarts (#1220) 2022-04-18 19:36:38 +02:00