Commit Graph

1315 Commits (2f7778e61cc2f404cb0d971dfe6621190c1e4680)

Author SHA1 Message Date
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
Hunter Long 78ab9af510
Merge pull request #557 from statping/fixes-2
Fixes 2
2020-05-02 00:00:41 -07:00
hunterlong f6edf08b19 version up 2020-05-01 23:13:33 -07:00
hunterlong 7be3961891 assets 2020-05-01 19:57:46 -07:00
hunterlong f7fd65c26a postman 2020-05-01 19:40:14 -07:00
hunterlong e7a5b741af fixes for SASS generating and endpoints, oauth fix 2020-05-01 18:49:45 -07:00
hunterlong 4cd669b9d0 comments and organization 2020-05-01 17:53:35 -07:00
hunterlong b4159359b2 fix for Authorization header 2020-05-01 17:19:54 -07:00
Hunter Long 2638ad379d
Merge pull request #554 from statping/fixes-features-1
Fixes n Features 1
2020-05-01 04:56:52 -07:00
hunterlong 68df645530 fix for css files 404-ing 2020-05-01 04:38:58 -07:00
hunterlong 82a58cbc2b version update 2020-05-01 04:05:58 -07:00
hunterlong 333ebd9c28 comment updates, postman tests on the live API collection 2020-05-01 03:43:32 -07:00
hunterlong 6cfb9feb84 unique permalink, utils.replacer test 2020-05-01 03:25:54 -07:00
hunterlong 94485e3a9e better text for Service UI, add core if SAMPLE_DATA is set to false, start service if added from services.yml 2020-05-01 02:26:57 -07:00
hunterlong c40437a124 fixing email test from PR 2020-05-01 00:50:37 -07:00
hunterlong 73c3366625 removing api_key (unused) 2020-04-30 23:59:16 -07:00
hunterlong d9e3cabb4e remove API_KEY (unused code), just use API_SECRET, YAML unmarshal, services.yml services auto creation 2020-04-30 01:35:33 -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
Hunter Long 3682f8b4ed
Merge pull request #539 from statping/bugfix/513_default-credential-not-working
Add missing volume declaration in docker-compose
2020-04-28 05:04:37 -07:00
Hunter Long dc1525c3d2
Merge pull request #537 from l0nax/bugfix/367_content-type_not-changeable
Use custom 'Content-Type' header if user has set it
2020-04-28 05:04:05 -07:00
Hunter Long 4ec739845c
Merge pull request #540 from statping/bugfix/472_alert-mail-incomplete
Fix Mail notification Template
2020-04-28 05:01:55 -07:00
Emanuel Bennici 5c5f137df7
Use custom 'Content-Type' header if user has set it
Let the user set `Content-Type` header.
2020-04-27 13:56:54 +02:00
Emanuel Bennici faa5b96d9e
Add changelog entry 2020-04-27 13:44:12 +02: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
Emanuel Bennici 1fa226e338
Add missing volume declaration in docker-compose
Resolve the error when executing `docker-compose up -d`:
`ERROR: Named volume "statping_data:/app:rw" is used in service "statping" but no declaration was found in the volumes section.`

This adds the missing `volume` declaration to the `docker-compose.yaml`
file.
2020-04-27 12:01:32 +02:00
Hunter Long e4ed216833
Merge pull request #536 from statping/misc-updates
Small code changes, removals
2020-04-26 17:58:35 -07:00
Hunter Long c7f543714f removed unused code 2020-04-26 17:42:54 -07:00
Hunter Long 06581af393 slack notification for PR's 2020-04-26 16:49:53 -07:00
Hunter Long 4d490ffa20
Merge pull request #523 from fabiopbx/bugfix-522
correct display of incident updates on delete, fixes #522. Includes #514
2020-04-26 16:22:33 -07:00
Hunter Long d1073ca254
Merge branch 'master' into bugfix-522 2020-04-26 16:14:46 -07:00
Hunter Long d8af1c0e7a
Merge branch 'master' into feature/tls-renegotiation 2020-04-26 16:13:51 -07:00
Hunter Long c01ea47224 push request testing 2020-04-26 16:09:22 -07:00
Hunter Long 7b1176f7b7 pr tests 2020-04-26 16:07:41 -07:00
Hunter Long de4f15dfe8 testing on any branch 2020-04-26 15:41:05 -07:00
Hunter Long ae29b87c1f
Merge branch 'master' into feature/tls-renegotiation 2020-04-26 15:39:23 -07:00
hunterlong 1a491c8ac6 test fix 2020-04-24 18:52:53 -07:00
Anže Jenšterle 23e8b9f8db
Merge branch 'master' into feature/tls-renegotiation 2020-04-25 00:37:00 +02:00
hunterlong c31f46da5c wow. my bad 2020-04-24 08:11:18 -07:00
hunterlong 8d5ace379c tests 2020-04-24 06:10:35 -07:00
hunterlong 0b01cc533d revert github action builds 2020-04-24 06:00:08 -07:00
hunterlong dfb180f741 github action builds 2020-04-24 05:36:05 -07:00
hunterlong 8930454f75 github action builds 2020-04-23 22:16:14 -07:00
hunterlong 0d52806581 github action builds 2020-04-23 22:13:00 -07:00
hunterlong 6d87a378b5 config.yml loading 2020-04-23 20:55:14 -07:00
hunterlong ad3dac860d config.yml loading 2020-04-23 20:48:21 -07:00
hunterlong a332ba5cf0 config.yml loading 2020-04-23 19:26:09 -07:00
Fabio Rodrigues b9a0204752 correct display of incident updates on delete, fixes #522. Includes #514 2020-04-23 19:22:01 +01:00
hunterlong daa74e979c github actions 2020-04-22 00:57:53 -07:00
hunterlong 43413c709f github actions 2020-04-22 00:48:56 -07:00
hunterlong 316d1c197b github actions 2020-04-22 00:39:24 -07:00