Pēteris Caune
26ad94d068
If the project has no integrations, show an appropriate message in the Details page, "Notification Methods" section.
5 years ago
Pēteris Caune
fcf11d5b4f
Reduce the number of SQL queries in the "Check Details" page.
5 years ago
Pēteris Caune
00810ff123
Use Selectize.js for entering tags. Fixes #324
5 years ago
Pēteris Caune
b8c0fd0eb9
Fix links to documentation.
5 years ago
Pēteris Caune
3f19181028
"Filtering Rules" dialog, an option to require HTTP POST. Fixes #297
5 years ago
Pēteris Caune
05855c1c69
Make the "Details" screen fit better on mobile screens.
5 years ago
Pēteris Caune
488ab2cce7
Add a "Create a Copy" function for cloning checks Fixes #288
5 years ago
Pēteris Caune
339ac5e9d9
After adding a new check redirect to the "Check Details" page.
5 years ago
Pēteris Caune
9474006d83
Support informal time zones.
5 years ago
Pēteris Caune
dfd449b101
Three choices in timezone switcher (UTC / check's timezone / browser's timezone). Fixes #278
5 years ago
Pēteris Caune
72d608902d
Fix JS to construct correct URLs when running from a subdirectory. Fixes #273
5 years ago
Pēteris Caune
b2ebce6cf9
Show the number of downtimes and total downtime minutes in "Check Details" page.
5 years ago
Pēteris Caune
9f69dcb158
Show the Description section in Check Details screen even if the description is missing. Fixes #246
6 years ago
Pēteris Caune
0b90bb23ce
Merge base.html and base_project.html
6 years ago
Pēteris Caune
178b0ff95c
Show "Badges" and "Settings" in top navigation. Fixes #234
6 years ago
Pēteris Caune
468321fcd7
Typo
6 years ago
Pēteris Caune
c4c657f5d4
Add "Transfer to Another Project" dialog in check's Details page.
6 years ago
Pēteris Caune
5edcd42033
Add the "Email Settings..." dialog and the "Subject Must Contain" setting
6 years ago
Pēteris Caune
eb4e579a71
Update docs with the "/start" endpoint.
6 years ago
Pēteris Caune
2e6d050656
Switch from selectize.js to bootstrap-select (for more versatility)
6 years ago
Pēteris Caune
7046e2410c
Checks have a "Description" field. Fixes #182
6 years ago
Pēteris Caune
7f6d6dcea1
Cleanup.
6 years ago
Pēteris Caune
3ecd6bd422
Can toggle integrations in Details page by clicking on them.
6 years ago
Pēteris Caune
8ab8e15c4e
Update document.title
6 years ago
Pēteris Caune
8fa9a6f3f6
Fix local time / UTC switcher (it was getting reset on auto-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
8e7b05f96e
Gear icon links to Log page directly
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
5ffc3088f3
staticfiles -> static, and some cleanup
6 years ago
Pēteris Caune
3fc84ca0ff
Foundation for "fail" pings (cc: #151 )
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
Austin
cb1eac50d9
Adds PagerTree Integration
7 years ago
someposer
05c84d7976
Add support for arbitrary headers using a JSON body for webhooks.
7 years ago
Pēteris Caune
fc415b39c8
Better formatting for Pushover notifications in log
8 years ago
Pēteris Caune
fdc1bfcd57
Log page now lists sent notifications. Slack notification handles simple/cron check kinds.
8 years ago
James Moore
1ae07b2028
made changes more concise
8 years ago
James Moore
b1bb1540b8
adds a SITE_NAME setting that's used to label the site
8 years ago
Pēteris Caune
c8bcb23fd6
Material icons.
8 years ago
Pēteris Caune
a4375aa5b5
Fix HTML validation issues
8 years ago
Pēteris Caune
f4939f4c91
Use local timezone for dates and times in ping log.
9 years ago
Pēteris Caune
57b813677a
Log page shows notice about reached ping log limit.
9 years ago
Pēteris Caune
1e3285423f
Ping objects get "n" field, their serial numbers, used in "log page". "fillnpings" management command initially populates this field (it touches every ping so it takes time to complete).
Check.n_pings now stores the total number of pings the check has ever received. Running "prunepings" command doesn't affect this field. +a new "prunepingsslow" command which works in smaller chunks so is appropriate for initial pruning of a huge api_ping table.
9 years ago
Pēteris Caune
f178981334
Log: instead of timeline, show placeholders for "expected but not received" pings.
9 years ago
Pēteris Caune
aa2bc72293
Better style for Log page.
9 years ago
Pēteris Caune
cee2b52d3e
More tests.
9 years ago