Commit Graph

149 Commits (60100461c911c37563d66eaa26a66c0c05979b84)

Author SHA1 Message Date
hunterlong d16023abe5 tests 2020-06-04 15:05:23 -07:00
hunterlong cfdee4659b tests 2020-06-04 07:08:53 -07:00
hunterlong 128c53e5e1 language 2020-06-04 06:13:32 -07:00
hunterlong 98175ab326 i18n implementation for frontend, oauth url fixes, added language into Core, 2020-06-01 23:56:19 -07:00
hunterlong 5d66e34e56 include netgo tag during golang build process 2020-05-25 22:11:32 -07:00
hunterlong b25f7c3a66 stale issue bot fix, test fix 2020-05-23 17:32:51 -07:00
hunterlong eb634c472b stale issue bot fix, test fix 2020-05-23 00:18:06 -07:00
hunterlong d7c54eb5e7 stale issue bot fix, test fix 2020-05-22 22:36:39 -07:00
hunterlong bfd173d7d7 updated ICMP to use system ping command (doesnt need root), added tests for TCP/HTTP TLS and non-TLS service checks 2020-05-21 00:10:35 -07:00
hunterlong 70c5b672b3 test fix 2020-05-20 01:36:02 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
hunterlong f9ab560736 including NAME, DESCRIPTION, and DOMAIN env vars to be used when Statping is setup (automatically), modified docker-compose full stack yml. 2020-05-15 17:21:54 -07:00
hunterlong 3fa5269af6 twilio notifier fix, enabled more testing 2020-05-13 20:09:32 -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 e7a5b741af fixes for SASS generating and endpoints, oauth fix 2020-05-01 18:49:45 -07:00
hunterlong 6cfb9feb84 unique permalink, utils.replacer test 2020-05-01 03:25:54 -07:00
Hunter Long 2893218ed6
Merge pull request #482 from craftbyte/feature/tls-renegotiation
Set HTTPS TLS renegotiation to "once as client"
2020-04-28 05:05:48 -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
Anže Jenšterle 23e8b9f8db
Merge branch 'master' into feature/tls-renegotiation 2020-04-25 00:37:00 +02:00
hunterlong 676ae77fad envs 2020-04-20 08:17:22 -07:00
hunterlong 5cd3e90b43 http redirection option, issue #502, #499 2020-04-19 04:16:44 -07:00
hunterlong 615577a00b issue #502 2020-04-19 02:05:39 -07:00
hunterlong 835bb5e618 sass issues 2020-04-19 01:55:53 -07:00
hunterlong b16cafc6e0 additional testing 2020-04-19 01:12:41 -07:00
hunterlong 7355105c68 additional testing 2020-04-19 01:03:50 -07:00
hunterlong 5e2cda5e29 GH build 2020-04-17 00:29:54 -07:00
hunterlong 85d0572972 upload frontend rice box 2020-04-16 23:18:18 -07:00
hunterlong e08a1daf9f removed GH action testing issues 2020-04-16 22:55:44 -07:00
hunterlong 160979676b removed env issues 2020-04-16 22:51:55 -07:00
hunterlong 25d6f3b66a error handling, tests, fixes 2020-04-16 20:21:17 -07:00
hunterlong cead240508 more tests 2020-04-16 10:32:54 -07:00
hunterlong 701fac0298 viper/cobra configs, psql updates 2020-04-16 02:57:00 -07:00
Anže Jenšterle 999037bb05
Merge branch 'master' into feature/tls-renegotiation 2020-04-15 14:37:33 +02:00
hunterlong 93a6f8d808 travis cmd util 2020-04-15 03:27:12 -07:00
hunterlong fe507800ec PR #492, PR #490, PR #483 2020-04-15 03:18:39 -07:00
hunterlong 445308e558 removed unused log 2020-04-14 19:04:50 -07:00
Anže Jenšterle 274b82c3b6
Merge branch 'master' into feature/tls-renegotiation 2020-04-12 15:04:54 +02:00
hunterlong bbd36d3698 sentry optional 2020-04-11 15:18:43 -07:00
Anže Jenšterle 16316ba89e
Set HTTPS TLS renegotiation to "once as client" 2020-04-05 18:33:52 +02: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
Hunter Long ff887d9e51 travis 2020-03-28 18:21:32 -07:00
hunterlong e938f9c848 tests 2020-03-25 12:23:50 -07:00
hunterlong f331e9bbf9 notify after x failures, variable replacer, 0.90.16 2020-03-22 19:50:30 -07:00
hunterlong f953eea1dd SCSS fixes 2020-03-22 00:57:17 -07:00
hunterlong a7b49500ca additional updates on issues 2020-03-22 00:09:45 -07:00
Hunter Long 38c70da8da travis-ci updates 2020-03-18 20:13:50 -07:00
Hunter Long cbabd2f8fa travis-ci updates 2020-03-18 19:57:59 -07:00
Hunter Long 3440f0a9ea
Merge branch 'master' into vue 2020-03-18 18:53:45 -07:00
Hunter Long 8e4dac1bd3 updates 2020-03-18 18:50:53 -07:00