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

270 Commits

Author SHA1 Message Date
Simon Aronsson
a425bf1024 refactor: move actions into internal 2019-07-21 22:22:30 +02:00
Simon Aronsson
62f603bb25 refactor: move actions into pkg 2019-07-21 20:15:04 +02:00
Simon Aronsson
74ce92760c refactor: move container into pkg 2019-07-21 20:14:28 +02:00
Simon Aronsson
e109a7a6ce refactor: extract types and pkgs to new files 2019-07-21 19:58:19 +02:00
Simon Aronsson
4a92a03f31 Merge branch 'all-contributors/add-zoispag' of https://github.com/containrrr/watchtower 2019-07-21 18:51:38 +02:00
Zois Pagoulatos
baf5e50051 Re-apply based on new go flags package (#336) 2019-07-21 18:00:56 +02:00
Simon Aronsson
9eca883f17 fix: remove unnecessary cronSet check
resolves issue 343
2019-07-02 18:24:22 +02:00
Simon Aronsson
b4846ef158 turn on publish filter again 2019-07-02 12:17:21 +02:00
Simon Aronsson
0e268a247e change fingerprint 2019-07-02 12:13:46 +02:00
Simon Aronsson
79bf0bda56 inject ssh key during publish 2019-07-02 11:56:54 +02:00
Simon Aronsson
76fdabfe6d add githubs fingerprint to known host for mkdocs 2019-07-02 11:35:54 +02:00
Simon Aronsson
061e958534 fix port typing issue introduced in 998e805 2019-07-02 11:30:56 +02:00
Simon Aronsson
37069d51df resolve pip issue 2019-06-26 13:37:42 +02:00
Simon Aronsson
972b0b276f fix linter errors 2019-06-23 00:32:50 +02:00
Simon Aronsson
998e8052c5 switch urfave to cobra 2019-06-22 22:51:35 +02:00
allcontributors[bot]
635e295ff4 docs: update .all-contributorsrc 2019-06-13 20:46:52 +00:00
allcontributors[bot]
71efb67060 docs: update README.md 2019-06-13 20:46:51 +00:00
Simon Aronsson
339df55cc6
fix: stop marking milestone issues as stale 2019-06-02 13:29:37 +02:00
Simon Aronsson
ac05caa609 also keep the original markdown docs :P~ 2019-06-02 13:18:48 +02:00
Simon Aronsson
d1f7c11f20
Delete _config.yml 2019-06-02 13:17:08 +02:00
Simon Aronsson
34b765960c move documentation from readme to gh pages 2019-06-01 14:33:31 +02:00
Simon Aronsson
985a922099
Add sponsorship option
Currently not accepting cash donations. However, If you'd like to support the project; feel free to purchase one of the books on my amazon wishlist: 🙏
2019-05-31 14:54:05 +02:00
Simon Aronsson
f9e02d8669
Update stale.yml 2019-05-31 10:31:04 +02:00
Simon Aronsson
de844895cb
Ansem93 patch 1 (#330)
* Update option description

I added order alphabetically the options, adding information like Environment Variable. I took the informations from app.go file.

* fix format
2019-05-25 14:37:47 +02:00
allcontributors[bot]
d7775cde56 docs: add Ansem93 as a contributor (#329)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-25 14:34:11 +02:00
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