1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-15 09:14:13 +02:00
Commit Graph

495 Commits

Author SHA1 Message Date
Simon Aronsson
f47dbfed49 fix format 2019-05-25 14:32:49 +02:00
Simon Aronsson
22dc77efb2
Fix layout 2019-05-25 13:46:41 +02:00
Simon Aronsson
32dbc6e3f9 update emoji-key 2019-05-24 18:23:59 +02:00
Simon Aronsson
e44d016448
Update .all-contributorsrc 2019-05-24 18:22:28 +02:00
Simon Aronsson
3eddaa02d6
Update README.md 2019-05-24 18:19:10 +02:00
Simon Aronsson
ea249d13b3
add probot: welcome 2019-05-24 17:58:16 +02:00
Simon Aronsson
d5dc0dac1f
add probot: stale 2019-05-24 17:48:38 +02:00
Simon Aronsson
64d18b288d add all contributors 2019-05-24 17:41:20 +02:00
allcontributors[bot]
c722730604 docs: add bdehamer as a contributor (#306)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-24 17:27:23 +02:00
allcontributors[bot]
f80d8541fd docs: add rosscado as a contributor (#305)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-24 17:25:16 +02:00
allcontributors[bot]
ed43d70e11 docs: add stffabi as a contributor (#304)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-24 17:21:51 +02:00
allcontributors[bot]
82ada7f932 docs: add Codelica as a contributor (#302)
* docs: update README.md

* docs: create .all-contributorsrc
2019-05-24 16:56:22 +02:00
allcontributors[bot]
057cb7eaf4 docs: add kopfkrieg as a contributor (#301)
* docs: update README.md

* docs: create .all-contributorsrc
2019-05-24 16:53:31 +02:00
Simon Aronsson
e584f8bfcf
Make it possible to use watchtower to update exited or created containers as well (#289)
* feature/112: add additional tests that verify include-stopped

* feature/112: implement include-stopped

* feature/112: update readme and cli help

* feature/112: fix linting issues

* remove superfluous logging
2019-05-12 09:29:52 +02:00
The Gitter Badger
1631c8cc2e Add a Gitter chat badge to README.md (#290)
* Add Gitter badge
2019-04-30 15:03:25 +02:00
Simon Aronsson
984d69ee1d Set theme jekyll-theme-minimal 2019-04-27 23:24:37 +02:00
Simon Aronsson
16bbe3ff95 Set theme jekyll-theme-tactile 2019-04-27 23:23:55 +02:00
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.
2019-04-20 16:44:41 +02:00
Sven Gottwald
90bd4a1e3e Add Dockerfile.self-contained (#283)
* Add Dockerfile using multi-stage build

* Rename Dockerfile and use more RUN commands
2019-04-20 14:24:53 +02:00
Simon Aronsson
fcdd601389
update tls example
closes #277
2019-04-18 17:06:17 +02:00
Simon Aronsson
498d500657 exclude markdown files from coverage analysis 2019-04-17 21:44:31 +02:00
Simon Aronsson
62a95f0e48 Fix linting errors 2019-04-17 21:32:09 +02:00
Simon Aronsson
e2228f1b0b improve test coverage and add an api-server mock 2019-04-17 21:28:48 +02:00
Simon Aronsson
3a63b5556f Add placeholder client test 2019-04-17 15:50:18 +02:00
Simon Aronsson
f8dd9bb02a improve test coverage 2019-04-17 15:36:35 +02:00
Simon Aronsson
16b66ac10b pin down dockerfile alpine version 2019-04-17 12:46:46 +02:00
Simon Aronsson
ccd746e9cc 281: fix mail notification regression 2019-04-16 18:07:23 +02:00
Simon Aronsson
cdb0123ae2
add test coverage badge 2019-04-16 10:31:51 +02:00
Simon Aronsson
3c38437b93 send coverage to codacy 2019-04-16 10:00:39 +02:00
Simon Aronsson
86a5445f86 Update issue templates 2019-04-15 22:21:32 +02:00
Simon Aronsson
3b0aafa7ff
Delete .hound.yml 2019-04-15 21:46:50 +02:00
Simon Aronsson
2faf3cfb2f
Merge pull request #282 from techknowlogick/check-if-len-gt-0 2019-04-15 21:22:01 +02:00
Matti Ranta
ba5ac33e93
check if schedule len > 0 to prevent collisions 2019-04-15 11:32:56 -04:00
Simon Aronsson
fc739c5ca8
switch from hound to codacy 2019-04-14 23:25:08 +02:00
Simon Aronsson
10031052b2 add additional login due to manifest shenanigans 2019-04-14 23:16:07 +02:00
Simon Aronsson
0e29029cb9 fix tag splitting 2019-04-14 22:50:23 +02:00
Simon Aronsson
93d47c7bd6 strip v. from tag when creating manifests 2019-04-14 22:32:14 +02:00
Ryan Kuba
b2e9282d08 additional release logic to try to push manifested releases on publish (#278) 2019-04-14 22:12:03 +02:00
Simon Aronsson
09ddabd01c utilize goreleaser builtins and reformat code 2019-04-14 22:08:13 +02:00
thelamer
9dd80681c7 additional release logic to try to push manifested releases on publish 2019-04-14 22:08:13 +02:00
Simon Aronsson
d10e8d2bf8
Update CONTRIBUTING.md 2019-04-14 21:08:11 +02:00
Simon Aronsson
326223de0d
Update CONTRIBUTING.md 2019-04-14 18:24:54 +02:00
Simon Aronsson
1f9099770b reduce to one dockerfile as they have the exact same content 2019-04-10 21:52:27 +02:00
Simon Aronsson
6532920d4b
Merge pull request #273 from containrrr/KopfKrieg-patch-1 2019-04-10 19:25:31 +02:00
Florian
e27d41505a
Updated README.md: v2tech → containrrr 2019-04-10 17:31:30 +02:00
Simon Aronsson
5513f95bde fix readme 2019-04-08 20:35:23 +02:00
Simon Aronsson
b1ecf7cde6 Merge branch 'thelamer-master' 2019-04-08 20:28:27 +02:00
Simon Aronsson
a2158c2bdc fix merge conflicts and do some refactoring 2019-04-08 20:25:55 +02:00
Simon Aronsson
61d1ab1c49
Update question.md 2019-04-07 21:54:32 +02:00
Simon Aronsson
1e6c566915
Update issue templates 2019-04-07 21:51:30 +02:00