Commit Graph

73 Commits (dev)

Author SHA1 Message Date
britannic 393b433467 email notifier issue #820, #833, #841 workaround 2020-10-12 17:31:51 -07:00
hunterlong a43d7834b9 fix for updating fields 2020-08-26 03:48:05 -07:00
hunterlong 6e76b1cf29 tests, email rendered from MJML, db changes 2020-08-05 21:17:14 -07:00
hunterlong 1cfc5b4bda not finalized, notifications works, additional testing 2020-08-02 22:48:35 -07:00
hunterlong d16c2aad72 convert notifier struct values to nullstring's 2020-07-22 12:07:42 -07:00
hunterlong 202695ba20 oauth Google fixes, google oauth restrict users based on domain and/or email address, notifiers no dereference pointer for services and failure 2020-06-25 21:08:12 -07:00
hunterlong 04a04ad715 added Switch and List inputs for notifiers, added more variable examples 2020-06-22 00:13:57 -07:00
hunterlong 85059bda4f postman update 2020-06-21 00:16:13 -07:00
hunterlong 723ced48c1 added OnSave() method for notifiers 2020-06-20 23:52:07 -07:00
hunterlong 2e2b4c2a7f email notifier update, duration humanized 2020-06-19 02:14:40 -07:00
hunterlong a9ef085024 custom notifier JSON/text, notifier interface update, added example service and failure. 2020-06-15 00:46:27 -07:00
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