hunterlong
19dc78cd7d
version up, switching back to XGO
2020-05-04 23:43:30 -07:00
Hunter Long
8e76b87348
Merge pull request #564 from statping/auth-fixes-1
...
Authentication Fixes, Build updates
2020-05-04 22:27:06 -07:00
hunterlong
0a0cc3ce1e
force CGO_ENABLED=1 for arm builds, test fix (logout)
2020-05-04 19:46:49 -07:00
hunterlong
42e1b0216a
fixed authentication via cookies, oauth login,
2020-05-04 13:45:43 -07:00
hunterlong
2aa3bee623
test fix
2020-05-03 17:33:26 -07:00
Hunter Long
c3b3deb254
Merge pull request #560 from statping/notifiers-update-plus
...
Notifier Update and other updates
2020-05-02 04:59:00 -07:00
hunterlong
53524e70c7
stale bot update, SASS env var
2020-05-02 04:31:07 -07:00
hunterlong
ef829c2463
really need to figure out why sass is error-ing on GH actions...
2020-05-02 04:20:28 -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
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