watchtower/pkg/container
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 feat: ignore removal error due to non-existing containers (#1481) 2022-12-06 17:40:26 +01:00
cgroup_id.go preparations for soft deprecation of legacy notification args (#1377) 2022-11-01 00:00:00 +01:00
cgroup_id_test.go preparations for soft deprecation of legacy notification args (#1377) 2022-11-01 00:00:00 +01:00
client.go feat: add no-pull label for containers (#1574) 2023-03-12 10:07:24 +01:00
client_test.go feat: ignore removal error due to non-existing containers (#1481) 2022-12-06 17:40:26 +01:00
container.go fix: always add missing slashes to link names 2023-03-12 10:44:06 +01:00
container_mock_test.go test: refactor/simplify container mock builders (#1495) 2022-12-06 16:28:20 +01:00
container_suite_test.go fix: merge artifacts and broken shoutrrr tests (#929) 2021-04-24 15:42:31 +02:00
container_test.go fix: always add missing slashes to link names 2023-03-12 10:44:06 +01:00
errors.go chore(deps): update go version to 1.18 (#1363) 2022-09-04 13:56:29 +02:00
metadata.go feat: add no-pull label for containers (#1574) 2023-03-12 10:07:24 +01:00
util_test.go Session report collection and report templates (#981) 2021-06-27 09:05:01 +02:00