Commit Graph

  • c8bcb23fd6 Material icons. Pēteris Caune 2016-08-29 16:45:47 +03:00
  • f339262eff Update "Reliability Guarantees" section in the About page :-/ Pēteris Caune 2016-08-29 13:52:10 +03:00
  • 736a67396b Fix alignment. Pēteris Caune 2016-08-11 00:22:58 +03:00
  • 71769e2c14 Link to GitHub on Integrations page. Pēteris Caune 2016-08-11 00:21:32 +03:00
  • cd6e63bdb7 Don't require braintree to be always installed. Fixes #74 Pēteris Caune 2016-08-10 23:46:32 +03:00
  • 4f3365e235 Cleanup, handle "paused" state in email alerts and reports Pēteris Caune 2016-08-02 09:48:17 +03:00
  • 51cda31449 New feature: pause monitoring of an individual check. Fixes #67 Pēteris Caune 2016-08-01 21:57:11 +03:00
  • 63b10b40ce Limit "value" column width in channel admin Pēteris Caune 2016-08-01 16:28:38 +03:00
  • e1ba095446 Handle pushbullet in admin, channel changelist Pēteris Caune 2016-08-01 11:14:11 +03:00
  • bff4eb4f80 Group testcases by view functions Pēteris Caune 2016-07-30 19:32:33 +03:00
  • da24bcd6aa Pushbullet integration Pēteris Caune 2016-07-30 18:06:10 +03:00
  • 468c4b4b2c Pushbullet integration. Fixes #24 Pēteris Caune 2016-07-30 18:01:47 +03:00
  • d2ce8c13d8 Fix oopsies Pēteris Caune 2016-07-28 21:45:00 +03:00
  • 2ea01a5ff8 A work around for email servers that open our one-time login links. Pēteris Caune 2016-07-28 21:41:28 +03:00
  • 9ad825ff83 Users can update payment method Pēteris Caune 2016-07-20 10:36:30 +03:00
  • 4f8fdd2423 Merge branch 'master' of github.com:healthchecks/healthchecks Pēteris Caune 2016-07-19 23:18:06 +03:00
  • 8ba981cb52 Upgrade link in alert emails. Pēteris Caune 2016-07-19 23:17:53 +03:00
  • 40d6cc444f Merge pull request #72 from tillkahlbrock/expose-status-over-api Pēteris Caune 2016-07-18 09:18:45 +03:00
  • 3da6a81ed5 exposes the status field over the rest api Till Kahlbrock 2016-07-15 14:28:00 +02:00
  • 84ecac633c "Usage Examples" item in check's menu Pēteris Caune 2016-07-12 19:49:06 +03:00
  • fdb5aa5c98 /integrations/add_slack/ acts as a landing page if Slack button is configured. Pēteris Caune 2016-07-09 18:55:37 +03:00
  • 78a32d109a Possibly fix mysql timestamp issue in Travis run Pēteris Caune 2016-07-09 17:25:00 +03:00
  • a97f23190e More data in API responses. Pēteris Caune 2016-07-09 17:06:00 +03:00
  • 760b5b4fdb Support for "Add to Slack" button Pēteris Caune 2016-07-08 00:05:05 +03:00
  • af997446f3 Add support for authentication with X-Api-Key header. Pēteris Caune 2016-07-07 20:07:10 +03:00
  • 44163c3758 Tests for badges Pēteris Caune 2016-07-03 19:24:44 +03:00
  • c15a4871c2 Badges Pēteris Caune 2016-07-03 18:59:07 +03:00
  • f9c1a174b7 Documentation for PowerShell. Fixes #66 Pēteris Caune 2016-06-30 22:40:20 +03:00
  • a4375aa5b5 Fix HTML validation issues Pēteris Caune 2016-06-30 21:45:25 +03:00
  • 1319175fe0 Merge pull request #64 from diwu1989/patch-2 Pēteris Caune 2016-06-29 01:42:05 +03:00
  • f69c6e0066 Merge pull request #65 from diwu1989/patch-3 Pēteris Caune 2016-06-29 01:40:16 +03:00
  • 93f4f7b6fa Update report-body-html.html Di Wu 2016-06-28 15:38:21 -07:00
  • 4705186434 Update alert-body-html.html Di Wu 2016-06-28 15:37:33 -07:00
  • aba0c0ebf0 Summary table tweaks Pēteris Caune 2016-06-25 06:32:10 +03:00
  • 99434fcf9c Correct path to logo Pēteris Caune 2016-06-25 06:05:11 +03:00
  • abd19ac901 Nicer alert email template, and plain text versions for all emails. Pēteris Caune 2016-06-25 05:59:48 +03:00
  • 2df92c9c9e Nicer html report Pēteris Caune 2016-06-25 05:27:28 +03:00
  • b0f8763465 Admin improvements Pēteris Caune 2016-06-24 23:09:26 +03:00
  • 2185fe1463 A "--loop" parameter for sendreports to make it run continuously Pēteris Caune 2016-06-24 22:05:07 +03:00
  • 589449727e Note about reliability Pēteris Caune 2016-06-21 23:03:52 +03:00
  • 318e97fa76 Use clipboard.js to copy ping URLs to clipboard Pēteris Caune 2016-06-21 22:43:53 +03:00
  • ce23d65ebf Check.get_status() returns "up" also during grace period Pēteris Caune 2016-06-21 02:22:51 +03:00
  • 89d37f8202 Check.in_grace_period() should not blow up if last_ping is None Pēteris Caune 2016-06-20 22:32:32 +03:00
  • 1f70f56819 Check model gets "in_grace_period" method. It replaces the transient "grace" status. Also, remove references of the obsolete "paused" status. Pēteris Caune 2016-06-20 20:35:02 +03:00
  • 1adb9338ef Update dependencies Pēteris Caune 2016-06-16 14:54:39 +03:00
  • c7845a965e Text version for login message Pēteris Caune 2016-06-12 13:10:44 +03:00
  • 820c7b1352 "show usage" button next to each check Pēteris Caune 2016-06-06 17:14:43 +03:00
  • f02c809325 More content on pricing page. Pēteris Caune 2016-06-06 16:58:14 +03:00
  • e612eda0f8 Nicer login email. Pēteris Caune 2016-06-06 16:21:42 +03:00
  • 0c363f5c01 Color tweaks Pēteris Caune 2016-06-06 16:14:51 +03:00
  • 39ca0a8924 Handle paypal entries in billing history page Pēteris Caune 2016-06-03 19:27:36 +03:00
  • 742e7f992e Add "Terms" to footer. Pēteris Caune 2016-06-03 19:09:59 +03:00
  • 5676f7e1e8 Usage instructions in "My Checks" page Pēteris Caune 2016-05-24 13:55:51 +03:00
  • 9a15fabd06 It's more precise to say "30 days" than "1 month" Pēteris Caune 2016-05-24 11:20:56 +03:00
  • d6c6332829 Merge pull request #60 from BetterWorks/markupFixes Pēteris Caune 2016-05-24 07:28:42 +03:00
  • 5f276b99e3 div fixes Di Wu 2016-05-23 17:03:06 -07:00
  • 7f52d8c98e fix some markup and be more explicit about date time format Di Wu 2016-05-23 16:57:35 -07:00
  • 3656e399f7 Fix tests. Pēteris Caune 2016-05-18 12:41:41 +03:00
  • f4939f4c91 Use local timezone for dates and times in ping log. Pēteris Caune 2016-05-18 12:33:25 +03:00
  • d456c37781 secsToText uses same algorithm as Python version. Position slider labels evenly. Pēteris Caune 2016-05-18 03:51:34 +03:00
  • c360dc5e53 Fix bug in "1 month n weeks" handling, less redundancy, test. Pēteris Caune 2016-05-18 03:50:28 +03:00
  • 1fe12d46fc Extend to month. Justin Huang 2016-05-16 10:58:33 -07:00
  • d1c07d89a6 Fix tests Pēteris Caune 2016-05-14 17:24:26 +03:00
  • 0cf4c13f00 Fix pricing link for logged in users. Pēteris Caune 2016-05-14 16:35:43 +03:00
  • 813c316888 Access rights checks for team access stuff in profile page. Pēteris Caune 2016-05-14 12:51:10 +03:00
  • b725b5c4a5 Team Access refinements. Pēteris Caune 2016-05-14 12:36:40 +03:00
  • e20fbd7783 Inline icons in welcome page. Pēteris Caune 2016-05-10 22:48:15 +03:00
  • 435b8c220d Fix bug in /accounts/switch_team/, updated messaging. Pēteris Caune 2016-05-09 18:00:34 +03:00
  • feb2294a7e Tests for team access. Pēteris Caune 2016-05-09 17:29:41 +03:00
  • 00d18e86bd Reduce query count for team lookups Pēteris Caune 2016-05-09 16:51:22 +03:00
  • fdf9c607e5 Team Access, test cleanup Pēteris Caune 2016-05-09 15:35:13 +03:00
  • 1bc0f82d25 Team access WIP Pēteris Caune 2016-05-09 11:54:18 +03:00
  • e0f38ad18d Section on database cleanup management commands Pēteris Caune 2016-04-29 12:58:57 +03:00
  • bbc87fe9bf pruneemails and pruneusers commands for database cleanup Pēteris Caune 2016-04-29 11:43:20 +03:00
  • 6c3a99e977 Removing temporary data migration command. Pēteris Caune 2016-04-29 10:52:02 +03:00
  • b52edd903d Email webhook not used any more, removing. Pēteris Caune 2016-04-29 10:49:23 +03:00
  • 267db8a594 Fix tests. Pēteris Caune 2016-04-16 01:17:37 +03:00
  • 47f2105562 Variables in webhook URLs. Fixes #52 Pēteris Caune 2016-04-16 01:14:28 +03:00
  • e39b714447 Better logging in sendalerts. Pēteris Caune 2016-04-16 01:13:58 +03:00
  • 36f8ee2970 Basic text version of alert email. Pēteris Caune 2016-04-16 01:13:24 +03:00
  • 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. Pēteris Caune 2016-04-15 00:13:13 +03:00
  • 5f4cf6780a Replace localhost with SITE_ROOT variable in API example Pēteris Caune 2016-04-14 15:15:43 +03:00
  • e55650c781 Syntax highlighting for API examples. Pēteris Caune 2016-04-14 15:01:41 +03:00
  • cd512378bf fix tests Pēteris Caune 2016-04-07 21:40:27 +03:00
  • 06074c8f8e Merge pull request #50 from agaridata/master Pēteris Caune 2016-04-07 21:30:57 +03:00
  • ae30eec1d0 Add GET /api/v1/checks/ to the API Spencer Sun 2016-04-04 13:13:49 -07:00
  • b53e945f6d Database configuration in README Pēteris Caune 2016-04-05 17:01:46 +03:00
  • bb193cf4f1 Profile and Subscription managers use get_or_create to avoid some boilerplate Pēteris Caune 2016-03-11 12:42:46 +02:00
  • 636710f4f0 Don't use Subscription.objects.for_user method here, so a subscription object is not created just by viewing a page. Pēteris Caune 2016-03-11 12:24:19 +02:00
  • 93402c9c13 Fixing "Set Password" button Pēteris Caune 2016-03-09 10:23:09 +02:00
  • 930ad9e0c5 Merge branch 'master' of github.com:healthchecks/healthchecks Pēteris Caune 2016-03-08 10:35:59 +02:00
  • 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. Pēteris Caune 2016-03-08 10:35:39 +02:00
  • 4504925322 Merge pull request #46 from MounirMesselmeni/patch-1 Pēteris Caune 2016-02-18 16:35:34 +02:00
  • 3c0eeddbb7 Using backend name django.db.backends.postgresql Mounir 2016-02-18 15:21:55 +01:00
  • 24e370cb72 Corrected example request again. Pēteris Caune 2016-02-18 10:21:11 +02:00
  • c4b5a8bb5b Corrected example request again. Pēteris Caune 2016-02-18 10:17:54 +02:00
  • 0fd843d430 Corrected example request. Pēteris Caune 2016-02-18 00:09:56 +02:00
  • f78fb95d5e API documentation. Pēteris Caune 2016-02-18 00:07:10 +02:00
  • 6efb822f95 When creating a check via API, optionally assign all channels. Pēteris Caune 2016-02-17 22:35:06 +02:00
  • 5725a3a30a Use six.string_types. This hopefully fixes python 2 test failures. Pēteris Caune 2016-02-16 23:50:41 +02:00