398 Commits (abdff95ce8429f9f9fa73c2a3e9a2bce9701a95e)

Author SHA1 Message Date
  Pēteris Caune 6efb822f95 When creating a check via API, optionally assign all channels. 9 years ago
  Pēteris Caune 5725a3a30a Use six.string_types. This hopefully fixes python 2 test failures. 9 years ago
  Pēteris Caune 5d2edfa4a0 First stab at API, POST /api/v1/checks 9 years ago
  Pēteris Caune 5d2cc0b0fc Set and revoke API key in Settings page. 9 years ago
  Pēteris Caune 6bb08e16d6 Updated instructions and JSON payload for VictorOps integration. 9 years ago
  Spencer Sun 0ff2f1a9c7 Add VictorOps integration 9 years ago
  Pēteris Caune dce16e6249 Less code duplication in hc.api.transports 9 years ago
  Pēteris Caune 24c111738a Pushover API expects form-data instead of JSON 9 years ago
  Pēteris Caune a71ce64579 Fix Pushover and HipChat. 9 years ago
  Pēteris Caune 2c04a42a57 Display last notification in Integrations page. 9 years ago
  Pēteris Caune c7a651c330 sendalerts management command prints error messages to stdout. 9 years ago
  Pēteris Caune 156f4dbeea More tests for notifications. 9 years ago
  Pēteris Caune 90d7806783 More tests for notifications. 9 years ago
  Pēteris Caune 21a042aa16 Move notification logic to hc.api.transports. Don't use "paused" state for checks. 9 years ago
  Pēteris Caune 63cc186fa3 Nicer slack messages. 9 years ago
  Love Sharma ddfcb0ff2a test fix 9 years ago
  Love Sharma 35e9c17f74 Add healthcheck UA to inform server about identity 9 years ago
  Di Wu 2e6df69489 forwarded for and forwarded protocol 9 years ago
  Di Wu fe72792fd2 use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache 9 years ago
  Pēteris Caune 68fe11a41b fillnpings catches up with pings received during the execution of the command 9 years ago
  Pēteris Caune b592e5b449 prunepingsslow command skips checks with user_id=null 9 years ago
  Di Wu 79b7327c9e fix tests and optimize authentication and fix some unclosed markup 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). 9 years ago
  Pēteris Caune 4e12193d8c Custom test runner for quicker tests. 9 years ago
  Pēteris Caune b9ae8d464c Sort by id, not `created`, when pruning pings. 9 years ago
  Pēteris Caune 7019325b48 Investigating Travis/mysql test failure 9 years ago
  Pēteris Caune 940534e563 Test for check.prune_pings() method 9 years ago
  Pēteris Caune 5a199fec4e management commands use self.stdout.write instead of print. Fixes #21 9 years ago
  Pēteris Caune b7fcaac8ae prunepings and prunechecks management commands 9 years ago
  Pēteris Caune 15478d414c Add n_pings field to Check model. This holds a continually updated count of api_ping entries for each check. 9 years ago
  Pēteris Caune 1c2ee95968 Django 1.9 9 years ago
  Pēteris Caune 4da8ebec88 Management command to send monthly reports. 9 years ago
  Pēteris Caune 35aed93b7f New feature: attaching tags to checks, and filtering checks list by their tags. 9 years ago
  Pēteris Caune d51d7ed181 Remove body field from Ping model. 9 years ago
  Pēteris Caune 33ad56728c Don't fill in body, will be removing it from model. 9 years ago
  Pēteris Caune 3ba47b1a67 Style tweaks for PushOver integration 9 years ago
  Thomas Jost 280bd6a2a2 Handle Pushover emergency notifications 9 years ago
  Thomas Jost 85c1f65887 Add Pushover integration 9 years ago
  Pēteris Caune c2e9bab536 Custom paginator to avoid sequential scans on api_ping table in Django admin. 9 years ago
  Pēteris Caune 89f0c6bd77 Avoid sequential scans on api_ping table in Django admin. 9 years ago
  Pēteris Caune 947f686c61 Organize imports using isort. 9 years ago
  Pēteris Caune 0512e8a7c5 Testcase for handle_many function in sendalerts management command. 9 years ago
  Di Wu 93c71ad10e timeout on all the notifications 9 years ago
  Di Wu de203275c6 sendalerts concurrently 9 years ago
  Pēteris Caune c1840a92bd Checks now have a new status: "paused". sendalerts management command will mark checks as paused if sending a notification throws exception. This should avoid potential infinite loops of sendalerts crashes/respawns. 9 years ago
  Pēteris Caune b19477106e Avoid N queries in Pings admin list view 9 years ago
  Pēteris Caune a4afd70fef Add index on api_check (status, user, alert_after), will be used in sendalerts management command. 9 years ago
  Pēteris Caune 88bd760925 api_check.code should be indexed 9 years ago
  Pēteris Caune b39425e8a1 Rename channels to integrations. Move "Add Integration" functionality to separate pages to make room for setup instructions. 9 years ago
  Pēteris Caune ebe5d2d91d HipChat integration 9 years ago