Commit Graph

195 Commits (d991fe64b194ec59d171243b467fb857b1cbb0e1)

Author SHA1 Message Date
Hugo van Rijswijk d991fe64b1 Add Gotify notifier 2020-07-07 20:58:46 +00:00
hunterlong afc471116e authentication, UI fixes, 2020-07-02 11:41:46 -07:00
hunterlong 3330161d17 telegram additional description and fix 2020-06-26 18:12:12 -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 7be131d0cf added http headers for outgoing requests, removed mobile notifier inputs, added Pushover notifier fields 2020-06-24 18:58:21 -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 7344b461d1 discord failure/success fix 2020-06-20 12:06:01 -07:00
hunterlong c8e967b476 email notifier, uri encode qr code 2020-06-19 17:57:34 -07:00
hunterlong 15493fb6ba added Statping dedicated email notifier 2020-06-19 03:32:12 -07:00
hunterlong 2e2b4c2a7f email notifier update, duration humanized 2020-06-19 02:14:40 -07:00
hunterlong 6fceb832d4 slack notifier fix, i18n updates, yayness 2020-06-18 00:58:54 -07:00
hunterlong 641f2d18b2 UI fixes, i18n updates, notifier example usage 2020-06-17 15:35:13 -07:00
hunterlong 9dd274e749 tests 2020-06-15 01:12:03 -07:00
hunterlong 3d0e718ee1 changelog, version up, tests 2020-06-15 01:10:13 -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 f2ebe6de9f custom notifier JSON/text, codemirror custom designs for variables, JWT updates 2020-06-14 22:39:54 -07:00
hunterlong 01fea69edc custom notifier JSON/text, codemirror custom designs for variables, JWT updates 2020-06-14 21:46:28 -07:00
hunterlong 95e294f553 prometheus metrics for better debugging 2020-06-12 18:13:28 -07:00
hunterlong 8f85654040 tests 2020-06-10 09:04:34 -07:00
hunterlong c06eba3bc8 code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-05 17:36:39 -07:00
hunterlong 60100461c9 tests 2020-06-04 16:49:37 -07:00
hunterlong 0ef00d682c tests 2020-06-04 16:18:37 -07:00
hunterlong ebc2e302d6 tests 2020-06-04 15:59:31 -07:00
hunterlong fd75693331 skip mobile notifier test 2020-05-25 23:18:56 -07:00
hunterlong b25f7c3a66 stale issue bot fix, test fix 2020-05-23 17:32:51 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
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