Pēteris Caune
|
7046e2410c
|
Checks have a "Description" field. Fixes #182
|
6 years ago |
Pēteris Caune
|
0a50962f2b
|
Drop the `trunc` template filter, Django has a built in `truncatechars` that does the same thing.
|
6 years ago |
Pēteris Caune
|
fdbe733df3
|
C# usage example. Fixes #127
|
6 years ago |
Pēteris Caune
|
7e56eb883e
|
Fetch ping details using HTTP GET, not HTTP POST.
|
6 years ago |
Pēteris Caune
|
97b3b52df5
|
Testcases for the new code.
|
6 years ago |
Pēteris Caune
|
8ab8e15c4e
|
Update document.title
|
6 years ago |
Pēteris Caune
|
3021e1c944
|
Fix redirects.
|
6 years ago |
Pēteris Caune
|
ecba1eb40b
|
More efficient log updates.
|
6 years ago |
Pēteris Caune
|
a883fe38aa
|
Log auto-refreshes in the details page.
|
6 years ago |
Pēteris Caune
|
04fede0897
|
Auto-refresh current status in log page.
|
6 years ago |
Pēteris Caune
|
8b01acefe2
|
Show 20 most recent pings by default.
|
6 years ago |
Pēteris Caune
|
458c4cfeeb
|
Hook up buttons in the log page.
|
6 years ago |
Pēteris Caune
|
ea8e08acd2
|
Log page redesign WIP
|
6 years ago |
Pēteris Caune
|
d661839e32
|
Don't serialize POST payload to JSON, Django's TestClient will do that for us.
|
6 years ago |
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.
|
7 years ago |
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.
|
7 years ago |
Pēteris Caune
|
0e8226b5d7
|
Optimize /checks/status: load and parse the template once, not N times.
|
7 years ago |
Pēteris Caune
|
dd5a690b99
|
"My Checks" page uses the same markup for desktop and mobile.
|
7 years ago |
Pēteris Caune
|
f119883d67
|
Allow check names to wrap at underscores
|
7 years ago |
Pēteris Caune
|
83a2ff17e6
|
Toggle integrations on/off on "My Checks" page.
|
7 years ago |
Pēteris Caune
|
9ae4235c9b
|
"My Checks" page: show the number of failed checks in the page title.
|
7 years ago |
Pēteris Caune
|
464d05c99f
|
"Signalling a Failure" section in docs. (cc: #151)
|
7 years ago |
Pēteris Caune
|
5f908a01e4
|
When we don't recognize a message from Telegram, respond with 200 OK so Telegram doesn't keep retrying.
|
7 years ago |
Pēteris Caune
|
6bf6ab6479
|
Show the number of remaining available checks under "Add Check" button
when 10 or less remaining.
|
7 years ago |
Pēteris Caune
|
fd367b42da
|
Always show failed checks first. Fixes #173
|
7 years ago |
Pēteris Caune
|
ef6e1870d9
|
Preliminary Django 2 support
|
7 years ago |
Pēteris Caune
|
9bc0f1b82a
|
Dropping Python 2 support
|
7 years ago |
Pēteris Caune
|
cbd755585a
|
Layout tweaks for the "Log" page.
|
7 years ago |
Pēteris Caune
|
218d0c6873
|
Remove Check.last_ping_body field. CSS tweaks for the "Ping Details" modal.
|
7 years ago |
Pēteris Caune
|
02f6853d4c
|
Save request body for every ping, not just the last one.
|
7 years ago |
Pēteris Caune
|
cf6882edd3
|
SMS numbers can be annotated with labels. Fixes #155
|
7 years ago |
Pēteris Caune
|
827939deb7
|
Clean up Pushover subscription flow, add Setup Instructions with screenshots.
|
7 years ago |
Pēteris Caune
|
6bc3a445db
|
Update usage examples, add Ruby. Fixes #158
|
7 years ago |
Pēteris Caune
|
ba6995198b
|
Fix tests, lazy-load user's teams.
|
7 years ago |
Pēteris Caune
|
1110c6908c
|
Testcase for /checks/status/. More efficient DOM updates.
|
7 years ago |
Pēteris Caune
|
1b4ca77096
|
Prepare for auto-refresh in "My Checks" screen.
|
7 years ago |
Pēteris Caune
|
55d6471156
|
Validate HTTP header names in the "Add Webhook" form.
|
7 years ago |
Pēteris Caune
|
fc176cd832
|
`settelegramwebhook` now sends a correct "allowed_updates" field.
|
7 years ago |
Pēteris Caune
|
c6e35c9b39
|
Handle Telegram callbacks that are not text messages. Fixes #147
|
7 years ago |
Pēteris Caune
|
c4b316003d
|
Replace healthchecks.io branding with generic branding.
|
7 years ago |
Pēteris Caune
|
a869906fde
|
Zendesk integration (experimental and hidden from Integrations page for now)
|
7 years ago |
Pēteris Caune
|
ebbc898d02
|
Experimental `settelegramwebhook` management command
|
7 years ago |
Austin
|
ef90e6e3b8
|
Rename the class
|
7 years ago |
Austin
|
6a17c8768b
|
Adds a test for out integration form
|
7 years ago |
Austin
|
abe7076a73
|
Add the PagerTree form handler
|
7 years ago |
Austin
|
cb1eac50d9
|
Adds PagerTree Integration
|
7 years ago |
Pēteris Caune
|
edfcac5942
|
"Integration Details" modal dialogs for webhook integrations.
|
7 years ago |
Pēteris Caune
|
7c7919fdb4
|
UI tweaks for the "Add Webhook" form.
|
7 years ago |
someposer
|
5781ddfe4d
|
Created an improved interface for arbitrary headers and simplified
header storage.
|
7 years ago |
Pēteris Caune
|
ddd940688e
|
Disable channel (mark as email_verified=False) when email bounces.
|
7 years ago |