1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
watchtower/notifications
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
2019-04-06 13:57:26 +02:00
..
email.go Made the notification level flag global for all notification types. 2018-03-02 14:09:49 +01:00
msteams.go Notifications via MSTeams (#174) 2018-03-13 07:39:54 +01:00
notifier.go Notifications via MSTeams (#174) 2018-03-13 07:39:54 +01:00
slack.go Made the notification level flag global for all notification types. 2018-03-02 14:09:49 +01:00
smtp.go Setup a working pipeline 2019-04-06 13:57:26 +02:00
util.go Send mails that correspond to RFC2045 with a base64 line limit of 76 characters. 2018-02-27 01:23:29 +01:00