nils måsén
nils måsén
This is an offshoot from #262 to attempt fixing some problems with the PR. Signed-off-by: AdamKorcz closes #262
Builds on WebClient from #185. Also needs tests etc. Supports creating topics, banners, private messages and posts (replies to topics). Returns errors from the API to the consumer app: ```...
Custom CA support added to the common webclient (`pkg/common/webclient`), which is now used by `slack`, `telegram`, `pushbullet` and `gotify`. Additionally, the SMTP service got a custom implementation. Adapting the rest...
This PR adds the `--porcelain` flag to help with using watchtower in scripts. When set, it uses a built-in template (`porcelain.v1.summary-no-log`) and writes notifications to `stdout`. The output is meant...
There are some requests for specialized behaviour of watchtower that is currently not possible to do due to how linearly watchtower operates. This is a `catch-all` issue for those cases,...
~Currently there is no mention of `--notification-report` in the docs. Add documentation for `--notification-report` to arguments, and a separate page with some sample templates for common scenarios:~ - [ ]...
With this change it seems like windows is fully supported. Usually, building for all platforms on go works out of the box, but since this uses cgo, I think you...
Fixes #676 Or rather, allows it to be handled with a derived class: ```cs new FastZip().CreateZip(outStream, srcDir, recurse: true, new CustomFileSystemScanner(filter), leaveOpen: true); ``` ```cs class CustomFileSystemScanner: FileSystemScanner { static...