Pēteris Caune
|
8889cfe993
|
Add "channels" attribute to the Check API resource
|
2018-11-08 12:13:18 +02:00 |
|
Pēteris Caune
|
16d78db72e
|
Refactoring and a testcase for channels=None
|
2018-11-08 11:59:04 +02:00 |
|
Pēteris Caune
|
e866d63ca4
|
Split into smaller separate testcases.
|
2018-11-08 11:38:55 +02:00 |
|
Andrew DeMaria
|
824729707e
|
Allow specific channel uuid to be specified in create/update check api
|
2018-11-07 15:17:20 -07:00 |
|
Pēteris Caune
|
432e592e44
|
Add read-only API key support
|
2018-10-29 21:44:34 +02:00 |
|
Pēteris Caune
|
182f9e1109
|
Refactor API key checking code
|
2018-10-29 18:34:58 +02:00 |
|
Pēteris Caune
|
df86fd29b3
|
During DST transition, handle ambiguous dates as pre-transition. Fixes #196
|
2018-10-23 12:35:07 +03:00 |
|
Pēteris Caune
|
b4e53431cd
|
Obsolete – we don't create anonymous checks any more.
|
2018-10-23 12:32:31 +03:00 |
|
Pēteris Caune
|
b9a81ad382
|
Add "List-Unsubscribe" header to alert and report emails
|
2018-10-23 11:26:13 +03:00 |
|
Pēteris Caune
|
288a57a4b1
|
Better name & description for Trello cards.
|
2018-10-20 19:09:40 +03:00 |
|
Pēteris Caune
|
e4d0103544
|
Trello integration WIP
|
2018-10-18 12:20:33 +03:00 |
|
Pēteris Caune
|
78aca869c5
|
"Details..." instead of "Show Log..." in emails.
|
2018-08-20 19:30:36 +03:00 |
|
Pēteris Caune
|
7046e2410c
|
Checks have a "Description" field. Fixes #182
|
2018-08-20 18:16:00 +03:00 |
|
Pēteris Caune
|
d661839e32
|
Don't serialize POST payload to JSON, Django's TestClient will do that for us.
|
2018-08-04 19:07:40 +03:00 |
|
Dan Faulknor
|
8265ac5a97
|
Fix for Python 3.6
|
2018-06-29 00:26:39 +12:00 |
|
Pēteris Caune
|
5cf6f1b51e
|
Merge Check.get_status() and Check.in_grace_period() into one.
This avoids duplicate calls to Check.get_grace_start() in several places.
|
2018-06-11 19:05:18 +03:00 |
|
Pēteris Caune
|
67363abe4f
|
Use icon font for channel icons.
|
2018-06-11 15:54:24 +03:00 |
|
Pēteris Caune
|
422de02ca9
|
oops
|
2018-06-11 11:30:05 +03:00 |
|
Pēteris Caune
|
83a2ff17e6
|
Toggle integrations on/off on "My Checks" page.
|
2018-06-10 23:19:25 +03:00 |
|
Pēteris Caune
|
dfcf7aafbe
|
Check.in_grace_period() looks at last_ping_was_fail flag.
|
2018-05-31 11:55:29 +03:00 |
|
Pēteris Caune
|
cdf39a88eb
|
Cleanup.
|
2018-05-17 19:43:39 +03:00 |
|
Pēteris Caune
|
3fc84ca0ff
|
Foundation for "fail" pings (cc: #151)
|
2018-05-17 19:41:13 +03:00 |
|
Pēteris Caune
|
fbe77c9e0a
|
Silence output from management commands when running tests.
|
2018-04-30 20:02:36 +03:00 |
|
Pēteris Caune
|
ef6e1870d9
|
Preliminary Django 2 support
|
2018-04-24 22:38:02 +03:00 |
|
Pēteris Caune
|
9bc0f1b82a
|
Dropping Python 2 support
|
2018-04-24 21:04:33 +03:00 |
|
Pēteris Caune
|
b191b968f3
|
sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions
sendreports: use select_related() to avoid doing N queries
|
2018-03-23 11:34:17 +02:00 |
|
Pēteris Caune
|
218d0c6873
|
Remove Check.last_ping_body field. CSS tweaks for the "Ping Details" modal.
|
2018-03-18 15:54:57 +02:00 |
|
Pēteris Caune
|
282412f4ba
|
Allow body to be null for easier db migration.
|
2018-03-18 15:10:08 +02:00 |
|
Pēteris Caune
|
02f6853d4c
|
Save request body for every ping, not just the last one.
|
2018-03-18 14:55:41 +02:00 |
|
Pēteris Caune
|
166115ebfb
|
Allow setting 30 day timeouts and grace times through API.
|
2018-03-17 09:43:55 +02:00 |
|
Pēteris Caune
|
cf6882edd3
|
SMS numbers can be annotated with labels. Fixes #155
|
2018-03-13 16:31:58 +02:00 |
|
Pēteris Caune
|
c126f7d0a2
|
Converting api_ping.id from integer to bigint.
|
2018-01-27 14:37:36 +02:00 |
|
Pēteris Caune
|
09421153f5
|
Use OpsGenie API v2
|
2018-01-25 13:11:56 +02:00 |
|
Pēteris Caune
|
fc176cd832
|
settelegramwebhook now sends a correct "allowed_updates" field.
|
2018-01-18 00:58:19 +02:00 |
|
Pēteris Caune
|
1392226538
|
sendalerts was not using the api_check (status, user_id, alert_after) index so removing it. The index was not selective enough.
|
2018-01-17 00:49:03 +02:00 |
|
Pēteris Caune
|
c4b316003d
|
Replace healthchecks.io branding with generic branding.
|
2018-01-13 19:21:43 +02:00 |
|
Pēteris Caune
|
a869906fde
|
Zendesk integration (experimental and hidden from Integrations page for now)
|
2017-12-29 22:53:09 +02:00 |
|
Pēteris Caune
|
266fbd225d
|
sendreports doesn't send nags if nag_period=0 ("disabled"). This would result in an infinite loop of nag emails.
|
2017-12-29 18:05:23 +02:00 |
|
Pēteris Caune
|
ebbc898d02
|
Experimental settelegramwebhook management command
|
2017-12-27 18:28:34 +02:00 |
|
Pēteris Caune
|
a1c40bdbbf
|
Adding missing migrations. Fixes #145
|
2017-12-27 17:35:05 +02:00 |
|
Austin
|
201d1a0815
|
Rename the test function
|
2017-12-14 16:11:42 -08:00 |
|
Austin
|
7eed6160c1
|
Adds test for pagertree
|
2017-12-14 16:07:24 -08:00 |
|
Austin
|
17831bb974
|
Adds missing comma
|
2017-12-14 11:21:21 -08:00 |
|
Austin
|
cb1eac50d9
|
Adds PagerTree Integration
|
2017-12-14 11:10:08 -08:00 |
|
Pēteris Caune
|
1b7d4f6f3e
|
Adding "Overall status" badge.
|
2017-11-10 21:52:27 +02:00 |
|
Pēteris Caune
|
4cdc7db035
|
Webhook header values can contain variables.
|
2017-11-10 12:24:31 +02:00 |
|
Pēteris Caune
|
620d8523d7
|
GET webhooks support custom headers too. Can override the User-Agent header.
|
2017-11-10 12:16:11 +02:00 |
|
Pēteris Caune
|
fbf28e4038
|
Merge pull request #140 from someposer/master
Adding Content-Type header to Webhook integrations
|
2017-11-10 11:39:40 +02:00 |
|
someposer
|
5781ddfe4d
|
Created an improved interface for arbitrary headers and simplified
header storage.
|
2017-11-05 19:10:19 -06:00 |
|
Pēteris Caune
|
363f219671
|
Don't log delivery notifications for unverified email addresses.
|
2017-11-04 17:52:11 +02:00 |
|