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
hunterlong
8061777204
github actions
2020-04-22 00:34:54 -07:00
hunterlong
e0ce8e6555
github actions
2020-04-22 00:26:49 -07:00
hunterlong
7f29fbf318
github actions
2020-04-22 00:19:03 -07:00
hunterlong
24b711113a
github actions
2020-04-22 00:12:44 -07:00
hunterlong
1793d02459
github actions
2020-04-22 00:11:09 -07:00
hunterlong
7a317ba998
docker build, static golang builds
2020-04-22 00:03:12 -07:00
hunterlong
e8ae4ab5f3
GH actions and golang static builds
2020-04-21 23:33:31 -07:00
hunterlong
454c5b7029
github actions
2020-04-21 23:22:38 -07:00
hunterlong
44167b1f6d
read test failures
2020-04-21 23:02:28 -07:00
hunterlong
1721715664
docker build, static golang builds
2020-04-21 22:53:59 -07:00
hunterlong
bc3937a5dc
admin default login
2020-04-21 22:46:48 -07:00
hunterlong
f914262ea5
docker build, static golang builds
2020-04-21 22:41:47 -07:00
hunterlong
969beb2cb5
docker build, static golang builds
2020-04-21 22:24:50 -07:00
hunterlong
29659a4413
removed cypress tests
2020-04-21 01:54:18 -07:00
hunterlong
d18633f494
removed cypress tests
2020-04-21 00:52:49 -07:00
hunterlong
5f81efa6ee
cypress tests
2020-04-21 00:06:25 -07:00
hunterlong
bac146fa18
postman
2020-04-20 23:55:39 -07:00
hunterlong
716dbac6ba
github actions cypress/postman testing
2020-04-20 13:10:42 -07:00
hunterlong
aeadd738c6
github actions cypress testing
2020-04-20 12:49:25 -07:00