Pēteris Caune
|
25e48f1b9f
|
croniter.is_valid() throws exceptions for some bad inputs, so must use try ... except
|
6 years ago |
Pēteris Caune
|
a402dce293
|
Validate and reject cron schedules with six components
|
6 years ago |
Pēteris Caune
|
a8c102f799
|
test_update_timeout: test if a Flip object gets created
|
6 years ago |
Pēteris Caune
|
925d34daad
|
Update Check.status field when user edits timeout & grace settings
|
6 years ago |
Pēteris Caune
|
b9a24a21e7
|
Remove the Zendesk integration (unfinished, could not get it to work acceptably)
|
6 years ago |
Pēteris Caune
|
19ef8b3f7b
|
Allow simultaneous access to dashboards from different teams
|
6 years ago |
Pēteris Caune
|
c2f200fa02
|
Allow simultaneous access to checks from different teams
|
6 years ago |
Pēteris Caune
|
fb45b67892
|
Set Pushover alert priorities for "down" and "up" events separately. Fixes #204
|
6 years ago |
Pēteris Caune
|
bf1395801f
|
Fix after-login redirects for users landing in the "Add Slack" page
|
6 years ago |
Pēteris Caune
|
21de50d84e
|
Add Channel.name field, users can now name integrations.
|
6 years ago |
Pēteris Caune
|
b3c22dcfd2
|
A workaround for some email agents automatically opening "Unsubscribe" links
|
6 years ago |
Pēteris Caune
|
0ece2664ac
|
Show a warning when running with DEBUG=True. Fixes #189
|
6 years ago |
Pēteris Caune
|
df86fd29b3
|
During DST transition, handle ambiguous dates as pre-transition. Fixes #196
|
6 years ago |
Pēteris Caune
|
cf37439877
|
Timezones were missing in Details page, "Change Schedule" dialog. Fixed.
|
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
|
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
|
dd5a690b99
|
"My Checks" page uses the same markup for desktop and mobile.
|
7 years ago |
Pēteris Caune
|
83a2ff17e6
|
Toggle integrations on/off on "My Checks" page.
|
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
|
ef6e1870d9
|
Preliminary Django 2 support
|
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
|
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
|
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
|
a869906fde
|
Zendesk integration (experimental and hidden from Integrations page for now)
|
7 years ago |
Austin
|
ef90e6e3b8
|
Rename the class
|
7 years ago |
Austin
|
6a17c8768b
|
Adds a test for out integration form
|
7 years ago |
Pēteris Caune
|
edfcac5942
|
"Integration Details" modal dialogs for webhook integrations.
|
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 |
someposer
|
077bc45b12
|
Sorting keys on Webhook JSON value for consistent unit testing.
|
7 years ago |
someposer
|
05c84d7976
|
Add support for arbitrary headers using a JSON body for webhooks.
|
7 years ago |
someposer
|
fdf011aa25
|
Update Webhook unit tests to use added Content-Type value.
|
7 years ago |
Pēteris Caune
|
fc8d9ffe48
|
Checks can be sorted by name or last ping. Fixes #136
|
7 years ago |
Pēteris Caune
|
012a86495f
|
Use client-side installation flow for installing HipChat integration.
|
7 years ago |
Pēteris Caune
|
96e00df0ab
|
Use PagerDuty Connect.
|
7 years ago |
Pēteris Caune
|
2a7a7e0272
|
Show "The HipChat integration has been added!" message, tweaks to HipChat setup instructions.
|
7 years ago |
Pēteris Caune
|
bef71c0acc
|
For HipChat integration, use HipChat's server-side installation flow.
|
7 years ago |
Pēteris Caune
|
1232328aa9
|
Fix tests.
|
7 years ago |
Pēteris Caune
|
5f2da08d7e
|
Per-profile, per-month counters of sent SMS messages.
|
7 years ago |
Pēteris Caune
|
25fb11bb3e
|
Alerts to SMS, work in progress.
|
7 years ago |
Pēteris Caune
|
5cb372d18f
|
Configurable bot name and updated README. Fixes #115
|
8 years ago |
Pēteris Caune
|
2481aa5a23
|
Telegram integration.
|
8 years ago |