Commit Graph

167 Commits (ce86b931c25f28ab0a8f57958c15b42854d1bfe2)

Author SHA1 Message Date
hunterlong 3fa5269af6 twilio notifier fix, enabled more testing 2020-05-13 20:09:32 -07:00
hunterlong 2aa3bee623 test fix 2020-05-03 17:33:26 -07:00
hunterlong 8ac6fff7bf version up, is today a tuesday? 2020-05-02 04:06:02 -07:00
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