Di Wu
5f276b99e3
div fixes
2016-05-23 17:03:06 -07:00
Di Wu
7f52d8c98e
fix some markup and be more explicit about date time format
2016-05-23 16:59:00 -07: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
813c316888
Access rights checks for team access stuff in profile page.
2016-05-14 12:51:10 +03:00
Pēteris Caune
b725b5c4a5
Team Access refinements.
2016-05-14 12:36:40 +03:00
Pēteris Caune
e20fbd7783
Inline icons in welcome page.
2016-05-10 22:48:15 +03:00
Pēteris Caune
435b8c220d
Fix bug in /accounts/switch_team/, updated messaging.
2016-05-09 18:00:34 +03:00
Pēteris Caune
00d18e86bd
Reduce query count for team lookups
2016-05-09 16:51:22 +03:00
Pēteris Caune
fdf9c607e5
Team Access, test cleanup
2016-05-09 15:35:13 +03:00
Pēteris Caune
1bc0f82d25
Team access WIP
2016-05-09 11:54:18 +03:00
Pēteris Caune
47f2105562
Variables in webhook URLs. Fixes #52
2016-04-16 01:14:28 +03:00
Pēteris Caune
36f8ee2970
Basic text version of alert email.
2016-04-16 01:13:24 +03:00
Pēteris Caune
ba357b045c
Mattermost with Slack integration: payload fields must be strings not integers, or else there will be a bunch of JS errors on Mattermost web UI.
2016-04-15 00:13:13 +03:00
Pēteris Caune
5f4cf6780a
Replace localhost with SITE_ROOT variable in API example
2016-04-14 15:15:43 +03:00
Pēteris Caune
e55650c781
Syntax highlighting for API examples.
2016-04-14 15:01:41 +03:00
Spencer Sun
ae30eec1d0
Add GET /api/v1/checks/ to the API
2016-04-05 11:58:00 -07:00
Pēteris Caune
93402c9c13
Fixing "Set Password" button
2016-03-09 10:23:09 +02:00
Pēteris Caune
da613963e9
Email alerts and monthly reports have links to Log pages.
...
Don't show ping URLs -- gmail converts them to clickable links, and people click on them.
2016-03-08 10:35:39 +02:00
Pēteris Caune
24e370cb72
Corrected example request again.
2016-02-18 10:21:11 +02:00
Pēteris Caune
c4b5a8bb5b
Corrected example request again.
2016-02-18 10:17:54 +02:00
Pēteris Caune
0fd843d430
Corrected example request.
2016-02-18 00:09:56 +02:00
Pēteris Caune
f78fb95d5e
API documentation.
2016-02-18 00:07:10 +02:00
Pēteris Caune
5d2cc0b0fc
Set and revoke API key in Settings page.
2016-02-16 15:08:13 +02:00
Pēteris Caune
7d305e216c
List Pushover and VictorOps on welcome page.
2016-02-04 09:54:06 +02:00
Pēteris Caune
6bb08e16d6
Updated instructions and JSON payload for VictorOps integration.
2016-02-04 09:21:58 +02:00
Spencer Sun
0ff2f1a9c7
Add VictorOps integration
2016-02-03 17:35:29 -05:00
Pēteris Caune
713f65865c
Updated cron example. Fixes #37
2016-01-31 22:39:56 +02:00
Pēteris Caune
752c6f2530
CSS to fit long channel values.
2016-01-31 21:19:21 +02:00
Pēteris Caune
2c04a42a57
Display last notification in Integrations page.
2016-01-31 20:29:49 +02:00
Pēteris Caune
21a042aa16
Move notification logic to hc.api.transports. Don't use "paused" state for checks.
2016-01-31 18:35:24 +02:00
Pēteris Caune
7b475118f9
Use lock icon
2016-01-31 18:18:09 +02:00
Pēteris Caune
63cc186fa3
Nicer slack messages.
2016-01-23 15:18:59 +02:00
Pēteris Caune
57b813677a
Log page shows notice about reached ping log limit.
2016-01-11 12:27:57 +02:00
Di Wu
79b7327c9e
fix tests and optimize authentication and fix some unclosed markup
2016-01-04 23:47:32 -05:00
Pēteris Caune
1dacc8b797
Users can add passwords to their accounts. Fixes #6
2016-01-05 00:25:08 +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
4d36764644
FAQ
2015-12-28 19:44:19 +02:00
Pēteris Caune
31c10d357e
Updated pricing page, added billing history and invoices.
2015-12-28 18:55:46 +02:00
Pēteris Caune
9e7fe0bf0a
Remove FAQ from Pricing page, will be changing this again.
2015-12-28 16:02:10 +02:00
Pēteris Caune
9c41258328
Privacy policy, updated content in About page, links in footer.
2015-12-27 00:42:40 +02:00
Pēteris Caune
c2cc4d2a86
Sizing tweaks for "My Checks" table. Select ping urls by clicking on them.
2015-12-22 20:07:30 +02:00
Pēteris Caune
91e6f80d9a
Code to send monthly reports (but no management command yet to actually send them)
2015-12-15 02:27:24 +02:00
Pēteris Caune
2f0e6b5672
Notify user about first charge, show "Pricing" in top nav again.
2015-12-14 15:27:00 +02:00
Pēteris Caune
35aed93b7f
New feature: attaching tags to checks, and filtering checks list by their tags.
2015-12-14 12:52:42 +02:00
Pēteris Caune
0cf4e5c9df
PowerShell example on Welcome page.
2015-12-11 19:18:44 +02:00
Pēteris Caune
6fced734d1
Slack is the most popular integration, so move it to top.
2015-12-11 18:43:50 +02:00
Pēteris Caune
d9d4417b70
'manage.py compress' doesn't look at local_settings.py so this conditional doesn't work.
2015-12-08 00:01:10 +02:00
Pēteris Caune
263f50058e
Braintree integration WIP.
2015-12-07 23:13:05 +02:00
Pēteris Caune
3ba47b1a67
Style tweaks for PushOver integration
2015-12-02 14:46:41 +02:00