Commit Graph

878 Commits (650acde0156bb03ca6571815072629769092f2b5)
 

Author SHA1 Message Date
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
Sven Gottwald 90bd4a1e3e Add Dockerfile.self-contained (#283)
* Add Dockerfile using multi-stage build

* Rename Dockerfile and use more RUN commands
6 years ago
Simon Aronsson fcdd601389
update tls example
closes #277
6 years ago
Simon Aronsson 498d500657 exclude markdown files from coverage analysis 6 years ago
Simon Aronsson 62a95f0e48 Fix linting errors 6 years ago
Simon Aronsson e2228f1b0b improve test coverage and add an api-server mock 6 years ago
Simon Aronsson 3a63b5556f Add placeholder client test 6 years ago
Simon Aronsson f8dd9bb02a improve test coverage 6 years ago
Simon Aronsson 16b66ac10b pin down dockerfile alpine version 6 years ago
Simon Aronsson ccd746e9cc 281: fix mail notification regression 6 years ago
Simon Aronsson cdb0123ae2
add test coverage badge 6 years ago
Simon Aronsson 3c38437b93 send coverage to codacy 6 years ago
Simon Aronsson 86a5445f86 Update issue templates 6 years ago
Simon Aronsson 3b0aafa7ff
Delete .hound.yml 6 years ago
Simon Aronsson 2faf3cfb2f
Merge pull request #282 from techknowlogick/check-if-len-gt-0 6 years ago
Matti Ranta ba5ac33e93
check if schedule len > 0 to prevent collisions 6 years ago
Simon Aronsson fc739c5ca8
switch from hound to codacy 6 years ago
Simon Aronsson 10031052b2 add additional login due to manifest shenanigans 6 years ago
Simon Aronsson 0e29029cb9 fix tag splitting 6 years ago
Simon Aronsson 93d47c7bd6 strip v. from tag when creating manifests 6 years ago
Ryan Kuba b2e9282d08 additional release logic to try to push manifested releases on publish (#278) 6 years ago
Simon Aronsson 09ddabd01c utilize goreleaser builtins and reformat code 6 years ago
thelamer 9dd80681c7 additional release logic to try to push manifested releases on publish 6 years ago
Simon Aronsson d10e8d2bf8
Update CONTRIBUTING.md 6 years ago
Simon Aronsson 326223de0d
Update CONTRIBUTING.md 6 years ago
Simon Aronsson 1f9099770b reduce to one dockerfile as they have the exact same content 6 years ago
Simon Aronsson 6532920d4b
Merge pull request #273 from containrrr/KopfKrieg-patch-1 6 years ago
Florian e27d41505a
Updated README.md: v2tech → containrrr 6 years ago
Simon Aronsson 5513f95bde fix readme 6 years ago
Simon Aronsson b1ecf7cde6 Merge branch 'thelamer-master' 6 years ago
Simon Aronsson a2158c2bdc fix merge conflicts and do some refactoring 6 years ago
Simon Aronsson 61d1ab1c49
Update question.md 6 years ago
Simon Aronsson 1e6c566915
Update issue templates 6 years ago
Simon Aronsson 859cd79b58
Create CODE_OF_CONDUCT.md 6 years ago
Simon Aronsson 790e487a55
add licensing badge and latest semver badge 6 years ago
Simon Aronsson 18a0085fb5 add new flag to readme 6 years ago
Mario Tacke da41afc1d7 Add Slack Channel, IconEmoji, and IconURL options (#241) 6 years ago
Simon Aronsson ebb416819c remove (another) erroneuos i in goreleaser 6 years ago
Simon Aronsson 01ce9a145f
Update README.md 6 years ago
Simon Aronsson bf9e1ed199 remove erroneuos i in goreleaser 6 years ago
Simon Aronsson e8b1aca659 Merge branch 'prashanthjbabu-32bitsupport' 6 years ago
Simon Aronsson 0cd6e6954a minor changes to make it work with new goreleaser version 6 years ago
Prashanth Joseph Babu 59eb978b5f 32bit support 6 years ago
Simon Aronsson 66f38bd302 fix linting errors 6 years ago
Simon Aronsson d29b6cf93e add a monitor only flag 6 years ago
Simon Aronsson 438c90f821
Update README.md 6 years ago
Simon Aronsson bac518a441
add a logo and spice up the top part of the readme 6 years ago
Simon Aronsson 7db0aed2a5 print to log if multiple watchtower instances are detected 6 years ago
Simon Aronsson 6157c50e4f fix some minor issues 6 years ago
Simon Aronsson 1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
6 years ago