You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/container
Simon Aronsson 46ffa16ee2
add tests for check action, resolve wt cleanup bug (#284)
add unit tests for the check action to allow for some
refactoring and bug fixing without having to worry about
breaking stuff.

resolve watchtower cleanup bug by adding an initial 1 second sleep
in the check action. without the sleep, the docker client returns an
empty array, which is why we were left with two watchtowers.
6 years ago
..
mocks Fix linting errors 6 years ago
client.go improve test coverage and add an api-server mock 6 years ago
container.go add tests for check action, resolve wt cleanup bug (#284) 6 years ago
container_test.go Fix linting errors 6 years ago
filters.go always exclude containers that have the com.centurylinklabs.watchtower.enable set to false. 7 years ago
filters_test.go change repo paths 6 years ago
sort.go Add godoc comments 9 years ago
trust.go Setup a working pipeline 6 years ago
trust_test.go improve test coverage 6 years ago
util.go go fmt... 8 years ago
util_test.go improve test coverage 6 years ago