Pēteris Caune
0a50962f2b
Drop the trunc
template filter, Django has a built in truncatechars
that does the same thing.
2018-08-20 13:50:40 +03:00
Pēteris Caune
bee1cbca80
Better ellipsizing of long log lines.
2018-08-19 20:06:42 +03:00
Pēteris Caune
7e56eb883e
Fetch ping details using HTTP GET, not HTTP POST.
2018-08-19 18:18:25 +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
8e7b05f96e
Gear icon links to Log page directly
2018-08-17 15:37:38 +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
5ffc3088f3
staticfiles -> static, and some cleanup
2018-08-04 19:43:00 +03:00
Pēteris Caune
3fc84ca0ff
Foundation for "fail" pings (cc: #151 )
2018-05-17 19:41:13 +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
Austin
cb1eac50d9
Adds PagerTree Integration
2017-12-14 11:10:08 -08:00
someposer
05c84d7976
Add support for arbitrary headers using a JSON body for webhooks.
2017-11-03 19:40:43 -05:00
Pēteris Caune
fc415b39c8
Better formatting for Pushover notifications in log
2016-12-31 16:18:27 +02:00
Pēteris Caune
fdc1bfcd57
Log page now lists sent notifications. Slack notification handles simple/cron check kinds.
2016-12-14 11:15:45 +02:00
James Moore
1ae07b2028
made changes more concise
2016-09-22 14:56:15 -07:00
James Moore
b1bb1540b8
adds a SITE_NAME setting that's used to label the site
2016-09-22 13:40:35 -07:00
Pēteris Caune
c8bcb23fd6
Material icons.
2016-08-29 16:45:47 +03:00
Pēteris Caune
a4375aa5b5
Fix HTML validation issues
2016-06-30 21:45:25 +03:00
Pēteris Caune
f4939f4c91
Use local timezone for dates and times in ping log.
2016-05-18 12:33:25 +03:00
Pēteris Caune
57b813677a
Log page shows notice about reached ping log limit.
2016-01-11 12:27:57 +02:00
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.
2016-01-03 18:11:12 +02:00
Pēteris Caune
f178981334
Log: instead of timeline, show placeholders for "expected but not received" pings.
2016-01-03 02:43:56 +02:00
Pēteris Caune
aa2bc72293
Better style for Log page.
2015-11-10 02:40:31 +02:00
Pēteris Caune
cee2b52d3e
More tests.
2015-08-18 21:17:13 +03:00
Pēteris Caune
36f0e7c82a
Transport column (http, https, email) in log
2015-08-01 20:52:58 +03:00
Pēteris Caune
1b0413aa49
Responsive CSS
2015-08-01 00:43:22 +03:00
Pēteris Caune
3550218129
Keep a log of pings
2015-07-27 19:46:38 +03:00