Pēteris Caune
|
7e56eb883e
|
Fetch ping details using HTTP GET, not HTTP POST.
|
2018-08-19 18:18:25 +03:00 |
|
Pēteris Caune
|
97b3b52df5
|
Testcases for the new code.
|
2018-08-19 18:08:57 +03:00 |
|
Pēteris Caune
|
8ab8e15c4e
|
Update document.title
|
2018-08-19 13:33:21 +03:00 |
|
Pēteris Caune
|
3021e1c944
|
Fix redirects.
|
2018-08-19 13:11:00 +03:00 |
|
Pēteris Caune
|
ecba1eb40b
|
More efficient log updates.
|
2018-08-19 12:52:51 +03:00 |
|
Pēteris Caune
|
a883fe38aa
|
Log auto-refreshes in the details page.
|
2018-08-19 12:32:03 +03:00 |
|
Pēteris Caune
|
04fede0897
|
Auto-refresh current status in log page.
|
2018-08-17 20:53:50 +03:00 |
|
Pēteris Caune
|
8b01acefe2
|
Show 20 most recent pings by default.
|
2018-08-17 18:20:15 +03:00 |
|
Pēteris Caune
|
458c4cfeeb
|
Hook up buttons in the log page.
|
2018-08-17 15:09:36 +03:00 |
|
Pēteris Caune
|
ea8e08acd2
|
Log page redesign WIP
|
2018-08-17 11:40:45 +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 |
|
Pēteris Caune
|
9cbd0138da
|
Demo checks shown on welcome page are not saved to database. User's first check is created when creating the user.
|
2018-06-14 23:42:39 +03: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
|
0e8226b5d7
|
Optimize /checks/status: load and parse the template once, not N times.
|
2018-06-11 18:32:05 +03:00 |
|
Pēteris Caune
|
dd5a690b99
|
"My Checks" page uses the same markup for desktop and mobile.
|
2018-06-11 17:25:51 +03:00 |
|
Pēteris Caune
|
f119883d67
|
Allow check names to wrap at underscores
|
2018-06-11 16:51:06 +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
|
9ae4235c9b
|
"My Checks" page: show the number of failed checks in the page title.
|
2018-06-04 22:31:12 +03:00 |
|
Pēteris Caune
|
464d05c99f
|
"Signalling a Failure" section in docs. (cc: #151)
|
2018-05-31 14:28:28 +03:00 |
|
Pēteris Caune
|
5f908a01e4
|
When we don't recognize a message from Telegram, respond with 200 OK so Telegram doesn't keep retrying.
|
2018-05-30 15:24:12 +03:00 |
|
Pēteris Caune
|
6bf6ab6479
|
Show the number of remaining available checks under "Add Check" button
when 10 or less remaining.
|
2018-05-30 14:52:11 +03:00 |
|
Pēteris Caune
|
fd367b42da
|
Always show failed checks first. Fixes #173
|
2018-05-25 20:20:58 +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
|
cbd755585a
|
Layout tweaks for the "Log" page.
|
2018-03-18 23:01:24 +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
|
02f6853d4c
|
Save request body for every ping, not just the last one.
|
2018-03-18 14:55:41 +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
|
827939deb7
|
Clean up Pushover subscription flow, add Setup Instructions with screenshots.
|
2018-03-13 14:08:45 +02:00 |
|
Pēteris Caune
|
6bc3a445db
|
Update usage examples, add Ruby. Fixes #158
|
2018-03-13 12:18:32 +02:00 |
|
Pēteris Caune
|
ba6995198b
|
Fix tests, lazy-load user's teams.
|
2018-02-26 12:49:25 +02:00 |
|
Pēteris Caune
|
1110c6908c
|
Testcase for /checks/status/. More efficient DOM updates.
|
2018-02-26 12:10:56 +02:00 |
|
Pēteris Caune
|
1b4ca77096
|
Prepare for auto-refresh in "My Checks" screen.
|
2018-02-25 00:00:37 +02:00 |
|
Pēteris Caune
|
55d6471156
|
Validate HTTP header names in the "Add Webhook" form.
|
2018-02-15 13:16:13 +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
|
c6e35c9b39
|
Handle Telegram callbacks that are not text messages. Fixes #147
|
2018-01-18 00:39:44 +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
|
ebbc898d02
|
Experimental settelegramwebhook management command
|
2017-12-27 18:28:34 +02:00 |
|
Austin
|
ef90e6e3b8
|
Rename the class
|
2017-12-14 16:27:02 -08:00 |
|
Austin
|
6a17c8768b
|
Adds a test for out integration form
|
2017-12-14 16:20:30 -08:00 |
|
Austin
|
abe7076a73
|
Add the PagerTree form handler
|
2017-12-14 11:25:36 -08:00 |
|
Austin
|
cb1eac50d9
|
Adds PagerTree Integration
|
2017-12-14 11:10:08 -08:00 |
|
Pēteris Caune
|
edfcac5942
|
"Integration Details" modal dialogs for webhook integrations.
|
2017-11-10 16:45:05 +02:00 |
|
Pēteris Caune
|
7c7919fdb4
|
UI tweaks for the "Add Webhook" form.
|
2017-11-10 13:42:50 +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
|
ddd940688e
|
Disable channel (mark as email_verified=False) when email bounces.
|
2017-11-04 17:35:14 +02:00 |
|
someposer
|
077bc45b12
|
Sorting keys on Webhook JSON value for consistent unit testing.
|
2017-11-03 19:56:38 -05:00 |
|
someposer
|
05c84d7976
|
Add support for arbitrary headers using a JSON body for webhooks.
|
2017-11-03 19:40:43 -05:00 |
|