0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-27 02:28:49 +00:00

Commit graph

  • f6fa09bffd use mongo for internal metrics Nick Satterly 2014-04-26 16:27:16 +0100
  • f8d7e218d2 only email open and close status alerts Nick Satterly 2014-04-26 13:21:53 +0100
  • 09a3c5bb82 try/catch alert creates Nick Satterly 2014-04-24 22:18:07 +0100
  • 63b61aa856 PUT is now POST Nick Satterly 2014-04-24 12:32:44 +0100
  • 264519c411 make metrics threading lock global Nick Satterly 2014-04-23 13:46:22 +0100
  • aefdc7cabe make metric registry global variable Nick Satterly 2014-04-23 12:16:31 +0100
  • 7897565013 return count with /api/environments request Nick Satterly 2014-04-17 20:43:04 +0100
  • ed234216d9 add untag alert api endpoint Nick Satterly 2014-04-16 11:03:33 +0100
  • 411a1a0e14 add some more timer metrics Nick Satterly 2014-04-16 10:14:57 +0100
  • 5e4ef7be56 add id to top10 output for hyperlinking Nick Satterly 2014-04-15 15:02:15 +0100
  • 577e12f9b4 add environment and service to top10 response Nick Satterly 2014-04-15 13:34:51 +0100
  • 9afe9b77a1 fix parse_fields() regression Nick Satterly 2014-04-15 12:47:00 +0100
  • 5634a3d52f add /api/alerts/top10 endpoint Nick Satterly 2014-04-15 12:24:07 +0100
  • 88bcd6ca99 add ability to reverse sort direction Nick Satterly 2014-04-15 10:59:30 +0100
  • cd71bc1e3f make naming more informative Nick Satterly 2014-04-15 10:28:41 +0100
  • faf5c5dbed bufix: check for _method on POSTs Nick Satterly 2014-04-14 22:45:55 +0100
  • 58833da033 create individual key=value pairs for list parameters Nick Satterly 2014-04-14 22:44:39 +0100
  • 0e4964b16e bump version to 3.0.6 Nick Satterly 2014-04-14 10:49:56 +0100
  • a649c16d5c add crossdomain support to /management urls Nick Satterly 2014-04-14 10:48:45 +0100
  • f67d2c256f only list service once in /api/environments Nick Satterly 2014-04-13 10:08:40 +0100
  • b460c30e6f bugfix: event not being saved on status change Nick Satterly 2014-04-12 17:08:11 +0100
  • c5ae22e1d6 add in missing cross-domain headers Nick Satterly 2014-04-11 15:48:59 +0100
  • 113ee22ff0 remove experimental code because it is out of date and confusing Nick Satterly 2014-04-10 13:04:05 +0100
  • a13aa58c91 remove references to config api_host, api_port, api_root Nick Satterly 2014-04-10 13:02:59 +0100
  • 4f7b1b1d5f update README for Release 3.0 Nick Satterly 2014-04-09 22:15:20 +0100
  • 30c64091be bugfix: load yaml config for transformers Nick Satterly 2014-04-09 19:30:37 +0100
  • 789ec12e4a add /api/services endpoint Nick Satterly 2014-04-08 22:37:46 +0100
  • 8227176101 add /api/environments endpoint Nick Satterly 2014-04-08 22:09:08 +0100
  • 9da6fa4a29 log info on mail send Nick Satterly 2014-04-07 22:43:53 +0100
  • 38b9c62af5 bump version to 3.0.5 Nick Satterly 2014-04-07 22:11:12 +0100
  • 151ce74956 fix emails without graph links Nick Satterly 2014-04-07 22:10:40 +0100
  • 12583e2169 fix delete timer Nick Satterly 2014-04-07 21:21:42 +0100
  • 648bca78c3 attempt to fix possible thread-safety problem... Nick Satterly 2014-04-07 20:49:16 +0100
  • 1430d0d92d handle exceptions when sending alerts Nick Satterly 2014-04-07 20:41:07 +0100
  • 9db1a4ae9e use same ApiClient module as client Nick Satterly 2014-04-07 20:18:27 +0100
  • aae0e7f7ef fix about console Nick Satterly 2014-04-07 18:40:57 +0100
  • 4b6febe702 better dashboard redirect Nick Satterly 2014-04-07 16:37:08 +0100
  • e720d79775 add redirect for console home Nick Satterly 2014-04-07 16:31:21 +0100
  • 6ce557df4b move alerta dashboard path to /dashboard Nick Satterly 2014-04-07 15:44:57 +0100
  • d56987a5d8 fix build.py settings during teamcity build Nick Satterly 2014-04-07 14:22:31 +0100
  • 6e6407c1b9 bump version to 3.0.4 Nick Satterly 2014-04-05 22:49:58 +0100
  • 9ecc417e31 support graphUrl attribute in emails Nick Satterly 2014-04-05 15:57:00 +0100
  • 5ee8c6afa9 improve error handling if ircbot loses connection Nick Satterly 2014-04-05 14:03:49 +0100
  • 5c71c9c719 bugfix: dont fail silently if logging not configured Nick Satterly 2014-04-05 14:02:37 +0100
  • 3d14601b9a change log message to exception Nick Satterly 2014-04-04 22:30:50 +0100
  • 514ee5b489 modify timer metric Nick Satterly 2014-04-04 19:39:47 +0100
  • 139fafd792 dont put duplicates onto queue by default Nick Satterly 2014-04-04 19:39:16 +0100
  • 69af1df999 shutdown thread if None put on queue Nick Satterly 2014-04-04 19:37:16 +0100
  • ae9bb38550 adjust config defaults Nick Satterly 2014-04-04 19:36:40 +0100
  • 0d80a03ce8 run post and preun on extras subpackage Nick Satterly 2014-04-04 11:09:26 +0100
  • 55b7252b62 bump version to 3.0.3 Nick Satterly 2014-04-04 10:43:56 +0100
  • f6e5a389f8 move pagerduty endpoint Nick Satterly 2014-04-04 10:43:43 +0100
  • 0c29a64bf5 fix widgets Nick Satterly 2014-04-04 10:35:34 +0100
  • 75ff7501e7 make heartbeat origins consistent Nick Satterly 2014-04-04 10:10:52 +0100
  • a3e30c3877 set event on status change Nick Satterly 2014-04-04 08:58:15 +0100
  • fb76dfc79b update history console log Nick Satterly 2014-04-03 23:14:24 +0100
  • c95a74afd4 remove kibana link from top nav Nick Satterly 2014-04-03 22:47:50 +0100
  • c0c2188fdf fix version tags in about page Nick Satterly 2014-04-03 22:45:17 +0100
  • 66da5c6589 fix counts in console Nick Satterly 2014-04-03 21:52:23 +0100
  • a039aae0e8 base pkg should mkdir Nick Satterly 2014-04-03 21:22:45 +0100
  • d03a97f56f fix daemon logging Nick Satterly 2014-04-03 20:55:06 +0100
  • 6236c7d310 fix perms on apache configs Nick Satterly 2014-04-03 19:46:22 +0100
  • 4a8e31ef78 remove old apache configs Nick Satterly 2014-04-03 19:46:07 +0100
  • fdd15121ce log wsgi to httpd log dir Nick Satterly 2014-04-03 19:17:10 +0100
  • 32179b5982 import correct library Nick Satterly 2014-04-03 17:25:14 +0100
  • 87be9bb81c avoid api endpoint clash Nick Satterly 2014-04-03 17:25:03 +0100
  • 3642b2d26e unset 0644 perms Nick Satterly 2014-04-03 17:10:17 +0100
  • 15e586ff43 make init scripts executable Nick Satterly 2014-04-03 16:53:15 +0100
  • ed95280c94 fix spec file following previous change Nick Satterly 2014-04-03 16:34:53 +0100
  • cb3108547c drop the .init suffix Nick Satterly 2014-04-03 16:31:51 +0100
  • d15c5e3e3f prettytable not required Nick Satterly 2014-04-03 16:17:33 +0100
  • 10cbfe483d add chdir back to upstart Nick Satterly 2014-04-03 16:14:22 +0100
  • 196b907087 switch back to init scripts for centos Nick Satterly 2014-04-03 16:11:32 +0100
  • 7602571550 chdir not supported in old upstart versions Nick Satterly 2014-04-03 15:09:42 +0100
  • 2f971daab4 use consistent versioning Nick Satterly 2014-04-03 15:05:02 +0100
  • 2358bbdac5 bump version to 3.0.2 Nick Satterly 2014-04-03 13:29:47 +0100
  • c3aca46e0c remove alert-checker, move to separate repo Nick Satterly 2014-04-03 13:27:13 +0100
  • 7630ee10f7 update deploy.json with rpm install option Nick Satterly 2014-04-03 13:23:27 +0100
  • 86f91092ae move transform_alert() out of alert common module so that both server and client can use the same version. also renamed it to normalise_alert() in Transform class. Nick Satterly 2014-04-03 13:18:15 +0100
  • b3262ed227 remove redundant server code Nick Satterly 2014-04-03 12:49:55 +0100
  • 514c69e96a Merge pull request #61 from guardian/feature/alert-history Nick Satterly 2014-04-02 20:40:11 +0100
  • fc61ce8a72 revert params fix Nick Satterly 2014-04-02 20:38:56 +0100
  • bf02cff7e3 remove librabbitmq from setup.py Nick Satterly 2014-04-02 20:36:52 +0100
  • 2c8c75cffc fix api queries Nick Satterly 2014-04-02 20:28:01 +0100
  • a9834c0608 Merge pull request #60 from guardian/teamcity Nick Satterly 2014-04-02 20:34:42 +0100
  • 80a1a61455 fix heartbeats Nick Satterly 2014-04-02 20:06:00 +0100
  • d4295b81a6 retire alert-query and alert-sender cli tools Nick Satterly 2014-04-02 17:51:45 +0100
  • 729b31eeb2 align common modules with alerta client Nick Satterly 2014-04-02 17:47:42 +0100
  • b69a2343cf undo prelink on python binary Nick Satterly 2014-04-02 14:13:42 +0000
  • 5feeec250d add query support to alert history endpoint Nick Satterly 2014-04-02 11:53:07 +0100
  • bb8674b954 add endpoint without query support Nick Satterly 2014-04-02 10:55:51 +0100
  • 58efabfc4a fix rpm check command Nick Satterly 2014-04-01 16:20:42 +0100
  • 4e71e70bb8 check RPMs after building Nick Satterly 2014-04-01 16:07:24 +0100
  • 019a8bb223 exclude rpmbuid directory correctly Nick Satterly 2014-04-01 15:58:16 +0100
  • c99ff041e6 exclude rpmbuild from tar Nick Satterly 2014-04-01 14:40:28 +0100
  • 8d6ba75c38 add alerta user to deploy.json Nick Satterly 2014-04-01 14:01:57 +0100
  • b11fd81f9c fix demo alerta dashboard Nick Satterly 2014-04-01 00:00:49 +0100
  • 10aeea3212 use zip -r now Nick Satterly 2014-03-31 17:00:28 +0100
  • 2d90bc813f clean up previous runs Nick Satterly 2014-03-31 16:44:12 +0100
  • a85b4ed5f7 fix zip command Nick Satterly 2014-03-31 16:23:02 +0100