Commit Graph

214 Commits (3d74005aa50a9e65aca180d51f5ffe9665ced505)

Author SHA1 Message Date
hunterlong 6860210926 test fix 2020-05-02 03:44:07 -07:00
hunterlong b8a3d36b80 test fix 2020-05-02 03:06: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
hunterlong c40437a124 fixing email test from PR 2020-05-01 00:50:37 -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 701fac0298 viper/cobra configs, psql updates 2020-04-16 02:57:00 -07:00
hunterlong 445308e558 removed unused log 2020-04-14 19:04:50 -07:00
hunterlong f50db3f65d tests 2020-04-13 04:38:29 -07:00
hunterlong ce0b0ae968 tests 2020-04-13 04:30:16 -07:00
hunterlong 74d77b6300 notifier updates for UX, UI updates, cypress testing 2020-04-10 22:59:51 -07:00
Hunter Long 5fcb4303f1 tests 2020-04-09 17:10:02 -07:00
Hunter Long bbfb21ec03 checkins, UX, and fixes 2020-04-08 18:47:27 -07:00
hunterlong 40dc02d1c0 UX 2020-04-08 00:30:08 -07:00
Hunter Long efcdd9fdd8 design changes, form updates, API fixes 2020-04-03 17:28:09 -07:00
hunterlong 514d0f59e8 removed comments 2020-04-01 21:44:41 -07:00
hunterlong 2beabd4aac telegram needs testing API keys 2020-03-25 12:38:09 -07:00
hunterlong e938f9c848 tests 2020-03-25 12:23:50 -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 d8a02b31a2 incidents vue 2020-03-12 21:06:06 -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 349f50af9c vue 2020-03-04 21:38:56 -08:00
Hunter Long 0d82b59586 refactor 2020-03-04 06:20:47 -08:00
Hunter Long 25913d6458 refactor 2020-03-04 02:29:00 -08:00
Hunter Long 876f2d807b vue 2020-03-01 23:53:46 -08:00
hunterlong 5e1b92a313 vue 2020-02-25 21:38:03 -08:00
hunterlong 7762ca40d7 updates 2020-02-19 21:28:39 -08:00
hunterlong d2331fe14b vue 2020-02-18 20:07:22 -08:00
hunterlong d107d3cbee database max connections, recreated sendLog middleware, StrictSlash is now set to true (base path), removed OnSave method for Mobile notifier, increase health check time. 2020-01-12 20:46:15 -08:00
Hunter Long d00cb3d2d4 fixed testing 2019-12-29 19:34:49 -08:00
Hunter Long 5e3297d46b faster testing 2019-12-29 17:40:21 -08:00
hunterlong 31148682ed travis 2019-12-29 16:40:20 -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
hunterlong 05ff5c5e2e temp 2019-12-18 03:36:29 -08:00
hunterlong b25b96ef02 fixed mobile issue 2019-11-05 09:59:14 -08:00
Hunter Long 8aa2dba41c update 2019-10-25 08:13:32 -07:00
hunterlong 2fd1332906 minor fix - package updates 2019-10-24 16:17:05 -07:00
Hunter Long a3ef0bc016
Merge branch 'master' into feature/status_updates 2019-10-15 08:47:15 -07:00
Kanin Peanviriyakulkit ca2a7e69ba
Update line_notify.go
I think we should send notify when update the Access token.
2019-10-09 15:46:40 +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 786bfe75fc
Update Online Message for Twilio Notifier 2019-10-04 15:40:34 +02:00
Emanuel Bennici a9b559262a
Update Online Message for Line-Notify Notifier 2019-10-04 15:38:40 +02:00
Emanuel Bennici df3eb914ed
Add Email, Mobile and Discord Online Messages 2019-10-04 15:36:45 +02:00
Emanuel Bennici c9f140f2dc
Update Online Message for Telegram Notifier 2019-10-04 15:29:26 +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 d83646e54f add error message to slack notification 2019-09-17 13:18:40 +03:00
Tufan Baris Yildirim b64d0ee1f1 do ssl verification from host header and made it optional per service 2019-09-17 13:18:12 +03:00
hunterlong a19b5dcac8 telegram test 2019-09-03 14:28:54 -07:00
hunterlong 50ba485fcd fixed tests - removed database creds from logs 2019-09-03 14:10:13 -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
Hunter Long f229e5fe0b switch service checking on/off - dynamic JSON string replacement 2019-04-30 13:57:29 -07: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
Hunter Long f828b3888e apple rejecting latest app because it says "Android" 2019-03-01 13:04:26 -08:00
Hunter Long 8bc58a842b tests 2019-02-20 11:31:31 -08:00
Hunter Long f2dac7bcc8 groups reorder - time fixes 2019-02-19 18:11:40 -08:00
hunterlong e1af664d8f mobile update 2019-02-04 16:17:00 -08:00
hunterlong 8900be01a3 timestamp chart fix - template time string - mobile notifier update 2019-02-04 16:12:35 -08:00
hunterlong 7aac686c84 apexcharts - heatmap 2019-01-29 04:58:25 -08:00
hunterlong 1af2e1b929 typos 2019-01-17 14:19:18 -08:00
hunterlong 19b89ebb51 typos 2019-01-17 13:11:43 -08:00
hunterlong 2e5ca82f86 typos 2019-01-17 12:56:09 -08:00
hunterlong 7e4230f914 readme update 2019-01-17 12:06:24 -08:00
Hunter Long 50e3cf2143 export groups - minor updates 2019-01-08 20:20:43 -08:00
Hunter Long 2ff197115a non-admin user permissions - http fixes 2018-12-17 21:25:33 -08:00
Hunter Long 894e1e4430 mobile fix 2018-12-14 14:22:18 -08:00
Hunter Long 50d3b849ae push notification update 2018-12-14 09:34:42 -08:00
Hunter Long 1463f0087b push notification update 2018-12-14 02:13:35 -08:00
Hunter Long a554f4c84a push notification update 2018-12-14 01:57:36 -08:00
Hunter Long 220080e323 read only routes with api key - push notification update 2018-12-14 01:19:55 -08:00
Hunter Long cffa814e8c UI updates - Teleram notifier 2018-12-09 21:43:15 -08:00
Hunter Long 0a22788385 template update - checkins/failure API 2018-12-06 11:03:55 -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 c09001c6f6 UI fixes - slack updates - allow notification bool - checkin updates 2018-11-28 12:01:10 -08:00
Hunter Long 76d56d5856 http request updates - CLI updates 2018-11-25 11:18:21 +01:00
Hunter Long 439ffc293e dev 2018-11-25 04:56:09 +01:00
Hunter Long ac198b5340 checkin updates - checking API - code organization 2018-11-20 19:39:40 -08:00
Hunter Long f231d39369 fixed postgres time issue - code cleanup - API timezone updates 2018-11-18 23:13:53 -08:00
Hunter Long 5fe7685f37 api postman testing - travis 2018-11-17 11:57:44 -08:00
Hunter Long 41e35ae444 new service patch 2018-11-15 18:52:51 -08:00
Hunter Long 2eb5444a4e form use api routes - api updates 2018-11-13 11:28:21 -08:00
Hunter Long 799801dca1 fixed webhook notifier 2018-11-09 19:42:32 -08:00
Hunter Long 7a5685307a tests 2018-11-07 09:33:00 -08:00
Hunter Long a836cd90e6 test fix 2018-11-07 01:33:51 -08:00
Hunter Long b03bb66089 test fix 2018-11-07 01:28:46 -08:00
Hunter Long 8c0c4f4e5c test fix 2018-11-07 01:04:20 -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 49ecf9a386 notifier api 2018-11-06 01:03:21 -08:00
Hunter Long 3fc1ea39cf assets fix - meta tags 2018-11-05 23:15:55 -08:00