Commit Graph

62 Commits (f2ebe6de9f3ea8eabde783abd28016f55d198471)

Author SHA1 Message Date
hunterlong 01fea69edc custom notifier JSON/text, codemirror custom designs for variables, JWT updates 2020-06-14 21:46:28 -07:00
hunterlong d52b02eb3e notifiers update with variables using golang template lib, new variables documentation tab, Replacer func now contains it's own struct, humanize lib (but its meh) 2020-05-02 02:51:47 -07:00
Emanuel Bennici 1053be44b0
Fix email template
The Email notifier was using `map[string]interface{}` to "put" the
information (like Service and Failure struct) into the template.
The value of a map can only be used with `{{ index . "Service" }}` in a
GoLang template.
To simplify – and reduce the needed changes – `emailOutgoing` now
contains for the `Data` field an extra struct with `Service` and
`Failure` fields.

This patch fixes #472.
2020-04-27 13:43:00 +02:00
hunterlong 74d77b6300 notifier updates for UX, UI updates, cypress testing 2020-04-10 22:59:51 -07:00
hunterlong 514d0f59e8 removed comments 2020-04-01 21:44:41 -07:00
hunterlong 7d385b4da2 notification fixes, tests 2020-03-25 11:46:50 -07:00
hunterlong f331e9bbf9 notify after x failures, variable replacer, 0.90.16 2020-03-22 19:50:30 -07:00
Hunter Long 8170885236 additional 2020-03-16 20:13:07 -07:00
Hunter Long 12275f7522 notifications!!! 2020-03-13 20:13:20 -07:00
Hunter Long 2654822915 vue 2020-03-12 01:09:25 -07:00
hunterlong 6958f41997 vue 2020-03-11 21:58:56 -07:00
Hunter Long f62dcd4336 vue 2020-03-09 11:17:55 -07:00
hunterlong 71b7254fce ye 2020-03-09 08:15:15 -07:00
Hunter Long 25913d6458 refactor 2020-03-04 02:29:00 -08:00
hunterlong 7762ca40d7 updates 2020-02-19 21:28:39 -08:00
hunterlong 15063734a5 better logging (logrus), verbose (-v) mode, index page show create service btn, install.sh script, Dockerfile go version to 1.13, UI fixes 2019-12-28 01:01:07 -08:00
Hunter Long 8aa2dba41c update 2019-10-25 08:13:32 -07:00
Emanuel Bennici d462e54053
Replace all `core.*` Code Lines from notifier Package
Replace all `core.*` Code Lines from notifier Package with the new
Fields of the Service-Struct.
2019-10-04 17:25:57 +02:00
Emanuel Bennici 6ba5d53a50
Remove `/core` include from notifier Package
Since we have special Fields for that prupose we can remove the `core`
Package include.
2019-10-04 17:25:03 +02:00
Emanuel Bennici df3eb914ed
Add Email, Mobile and Discord Online Messages 2019-10-04 15:36:45 +02:00
Hunter Long 15e3b83f9b SMTP email notifier OnTest() fix 2019-09-19 22:45:12 -07:00
Hunter Long 9d9f91f931 fixed homepage graphs rendering - added notifier events in logs 2019-09-19 22:27:01 -07:00
Tufan Baris Yildirim 30a1216f23 remove .Online from notifiers and toggle service.Online when needed. fixes #118 2019-08-16 02:26:36 +03:00
Stanislav German-Evtushenko f26e0bd044 notifiers/email: Respect SSL option in Test 2019-04-19 12:16:12 +09:00
hunterlong 5e15a7d8da disable email TLS setting 2019-04-03 08:34:16 -07:00
Jiahao Li 85fa1688a7 Skips auth in SMTP notifier if creds are blank 2019-03-20 23:05:55 -04:00
Hunter Long c42ae4292d notifier update - test fix 2019-03-04 09:18:50 -08:00
hunterlong 19b89ebb51 typos 2019-01-17 13:11:43 -08:00
Hunter Long 97ac239e22 package name change 2018-12-03 21:57:11 -08:00
Hunter Long a80fc47e90 package name change 2018-12-03 20:17:29 -08:00
Hunter Long 28880e2c5e tests - Shell Command Notifier - Annoucements in sample/seed 2018-11-06 23:53:39 -08:00
Hunter Long 6c28635763 password fix - Messages for service - fixed null bool/string - better date lib 2018-11-06 21:06:44 -08:00
Hunter Long e35904d35c notifier changes/fixes - mobile push notifications 2018-11-01 15:37:20 +01:00
Hunter Long 16b076aadd notifier clear queue when back online 2018-10-27 02:27:09 -07:00
Hunter Long e96036946c design additions - notifier icons 2018-10-21 09:22:26 -07:00
Hunter Long fd26fa6f4e minimum Delay for notifiers - email OnTest errors 2018-10-16 01:30:10 -07:00
Hunter Long 389182b944 emailer tests 2018-10-07 01:40:42 -07:00
Hunter Long c539c72c60 removed notifier exports 2018-10-05 22:05:50 -07:00
Hunter Long 7a859180fe removed notifier exports 2018-10-05 22:03:10 -07:00
Hunter Long 2b2c08ce40 testing - removed notifier exports 2018-10-05 22:00:40 -07:00
Hunter Long 81923a3b7c email template - docs 2018-09-27 23:57:03 -07:00
hunterlong fb51183477 DB_CONN fix - db config updates - service view 2018-09-26 20:20:02 -07:00
Hunter Long e3c572da75 notifier on success after failure - service downtime readable 2018-09-20 02:46:51 -07:00
Hunter Long 673852b3c9 dep fix 2018-09-16 11:37:01 -07:00
Hunter Long cccac659e0 comments notifiers - fix routes 2018-09-15 15:39:17 -07:00
Hunter Long f144b8cec1 notifier testing - doc.go added - timezone column 2018-09-15 15:21:58 -07:00
Hunter Long f096db178f notifier fixers - UI fixes 2018-09-14 22:07:17 -07:00
Hunter Long 36c912d23a fixed notification - additional tests - api changes 2018-09-14 18:18:21 -07:00
Hunter Long 685197bd72 notifier updates - discord - organize 2018-09-11 21:14:22 -07:00
Hunter Long ee42ef1ef0 service update/delete channel fix - notification fixes and optimizations 2018-09-10 02:01:04 -07:00