0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 17:29:39 +00:00

Commit graph

  • 717c0d27fa Remove slack github action hook Nick Satterly 2020-10-27 16:34:20 +0100
  • 551c274498 Remove slack github action hook Nick Satterly 2020-10-27 16:34:20 +0100
  • e8171019e1 Merge pull request #1218 from olivluca/master Nick Satterly 2020-10-27 16:32:30 +0100
  • ad3834a06a
    Merge pull request #1218 from olivluca/master Nick Satterly 2020-10-27 16:32:30 +0100
  • f5a39ff37f Merge branch 'master' into master Nick Satterly 2020-10-27 16:29:59 +0100
  • 53615dd4d8
    Merge branch 'master' into master Nick Satterly 2020-10-27 16:29:59 +0100
  • 25717fde03 Merge pull request #1323 from KlavsKlavsen/master Nick Satterly 2020-10-27 16:26:29 +0100
  • ee3f3795da
    Merge pull request #1323 from KlavsKlavsen/master Nick Satterly 2020-10-27 16:26:29 +0100
  • d2380d1ce1 Remove travis CI config file Nick Satterly 2020-10-27 08:50:36 +0100
  • 8e37a33bd6 Remove travis CI config file Nick Satterly 2020-10-27 08:50:36 +0100
  • 347579df0f Merge pull request #1349 from alerta/hide-alerts-fields Nick Satterly 2020-10-27 08:48:54 +0100
  • 77aa8f6b70
    Merge pull request #1349 from alerta/hide-alerts-fields Nick Satterly 2020-10-27 08:48:54 +0100
  • e5d759a42f Hide fields with large data from default alerts response eg. rawData and alert history Nick Satterly 2020-10-26 17:30:47 +0100
  • d9c5185653 Hide fields with large data from default alerts response eg. rawData and alert history hide-alerts-fields Nick Satterly 2020-10-26 17:30:47 +0100
  • b5c7197411 Update README with GitHub actions badge Nick Satterly 2020-10-26 23:39:13 +0100
  • dd7697e4af Update README with GitHub actions badge Nick Satterly 2020-10-26 23:39:13 +0100
  • fa5c018731 Add GitHub CI tests workflow Nick Satterly 2020-10-26 22:06:50 +0100
  • 891f4b9fc4 Add GitHub CI tests workflow Nick Satterly 2020-10-26 22:06:50 +0100
  • 027a9f03f6 Fix tests Nick Satterly 2020-10-26 21:39:18 +0100
  • c049162566 Fix tests Nick Satterly 2020-10-26 21:39:18 +0100
  • dca035739e Needed when ALLOWED_ENVIRONMENTS = ['Production', 'Development', 'Staging'] during tests because Pingdom will change all tags to lowercase, and can be taken into account when configuring the ALLOWED_ENVIRONMENTS setting for ones instance. Robert Malm Wiklund 2020-10-26 14:08:13 +0100
  • 1bb633aa99 More testing. Robert Malm Wiklund 2020-10-26 13:54:27 +0100
  • 03f5e5ab5e pep8 fixes Robert Malm Wiklund 2020-10-26 12:24:31 +0100
  • ae08d62c4e Add tests Robert Malm Wiklund 2020-10-26 11:50:02 +0100
  • af128c2489
    Bump flask-compress from 1.5.0 to 1.6.0 dependabot[bot] 2020-10-26 05:32:12 +0000
  • ce0858748b
    Bump cryptography from 3.1.1 to 3.2 dependabot[bot] 2020-10-26 05:32:10 +0000
  • 005f5d30f5 Merge pull request #1346 from alerta/config-default-user-role Nick Satterly 2020-10-25 14:46:25 +0100
  • f82d63a4f8
    Merge pull request #1346 from alerta/config-default-user-role Nick Satterly 2020-10-25 14:46:25 +0100
  • 226330dd1a Add configurable default user and guest roles Nick Satterly 2020-10-24 23:29:25 +0200
  • 85437dcaaa Add configurable default user and guest roles config-default-user-role Nick Satterly 2020-10-24 23:29:25 +0200
  • 9c60a5171b Merge pull request #1345 from alerta/fix-ldap-empty-bind Nick Satterly 2020-10-24 22:50:43 +0200
  • 2bfa31779a
    Merge pull request #1345 from alerta/fix-ldap-empty-bind Nick Satterly 2020-10-24 22:50:43 +0200
  • 844ed612e0 Fix type error on Note serialization Nick Satterly 2020-10-24 22:41:12 +0200
  • 7397b21acd Fix type error on Note serialization fix-ldap-empty-bind Nick Satterly 2020-10-24 22:41:12 +0200
  • e33f46c8af Do not allow LDAP login with empty password Nick Satterly 2020-10-24 20:17:23 +0200
  • 8407575b4c Do not allow LDAP login with empty password Nick Satterly 2020-10-24 20:17:23 +0200
  • 0324e7bf36
    use guest as default in postgres escoand 2020-10-23 11:07:37 +0200
  • 26a4bff848
    use guest as default scope escoand 2020-10-23 11:06:21 +0200
  • b59a34f4c9 Make sure whatever follows 'environment_' or 'group_' (or any other future tag splits) in the Pingdom tags isn't nothing Robert Malm Wiklund 2020-10-20 18:20:29 +0200
  • ed78987858 ':' nog allowed in Pingdom tags, use '_' for split instead. Robert Malm Wiklund 2020-10-20 18:08:26 +0200
  • 7e24167914 Ability to set environment and group in Pingdom using tags, ex. 'environment:Test' to set environment of alert to 'Test', 'group:Chat' to set group of alert to 'Chat' Robert Malm Wiklund 2020-10-20 17:49:00 +0200
  • 26a7e0d4dd
    Bump sentry-sdk[flask] from 0.18.0 to 0.19.0 dependabot[bot] 2020-10-19 05:24:12 +0000
  • 867be870c0
    Bump psycopg2 from 2.8.5 to 2.8.6 dependabot[bot] 2020-10-12 05:29:36 +0000
  • 43890cdb7f
    Bump flask-compress from 1.5.0 to 1.7.0 dependabot[bot] 2020-10-12 05:29:32 +0000
  • 94aed0ecdc
    Bump flask-cors from 3.0.8 to 3.0.9 dependabot[bot] 2020-10-12 05:29:30 +0000
  • 1fced75109 Merge pull request #1330 from psyhomb/fix-cloudwatch-webhook Nick Satterly 2020-10-10 11:42:04 +0200
  • b3a9698899
    Merge pull request #1330 from psyhomb/fix-cloudwatch-webhook Nick Satterly 2020-10-10 11:42:04 +0200
  • 61a4387ec0 webhook/cloudwatch: Fix indentation psyhomb 2020-10-10 11:12:47 +0200
  • 515f32bddb webhook/cloudwatch: Fix indentation psyhomb 2020-10-10 11:12:47 +0200
  • b5d6e6f87c Merge pull request #1329 from psyhomb/fix-cloudwatch-webhook Nick Satterly 2020-10-09 22:36:31 +0200
  • c34e310078
    Merge pull request #1329 from psyhomb/fix-cloudwatch-webhook Nick Satterly 2020-10-09 22:36:31 +0200
  • 99ca59e178 webhooks/cloudwatch: Set value for resource variable to topic name if dimensions list is empty psyhomb 2020-10-09 03:04:18 +0200
  • a4785bb8cc webhooks/cloudwatch: Set value for resource variable to topic name if dimensions list is empty psyhomb 2020-10-09 03:04:18 +0200
  • 8994b28fef Merge pull request #1326 from alerta/dependabot/pip/sentry-sdk-flask--0.18.0 Nick Satterly 2020-10-06 21:38:10 +0200
  • 0f69cd67c7
    Merge pull request #1326 from alerta/dependabot/pip/sentry-sdk-flask--0.18.0 Nick Satterly 2020-10-06 21:38:10 +0200
  • 39257065de Merge pull request #1320 from alerta/dependabot/pip/cryptography-3.1.1 Nick Satterly 2020-10-06 21:36:34 +0200
  • 29337615a2
    Merge pull request #1320 from alerta/dependabot/pip/cryptography-3.1.1 Nick Satterly 2020-10-06 21:36:34 +0200
  • 24de8e7057 Merge pull request #1294 from alerta/dependabot/pip/pylint-2.6.0 Nick Satterly 2020-10-06 21:31:46 +0200
  • 3c7310a1a5
    Merge pull request #1294 from alerta/dependabot/pip/pylint-2.6.0 Nick Satterly 2020-10-06 21:31:46 +0200
  • 297b10a1ea Bump cryptography from 2.9.2 to 3.1.1 dependabot[bot] 2020-10-06 19:31:15 +0000
  • 7c7ebea934
    Bump cryptography from 2.9.2 to 3.1.1 dependabot[bot] 2020-10-06 19:31:15 +0000
  • 4f035138a5 Merge pull request #1288 from alerta/dependabot/pip/bcrypt-3.2.0 Nick Satterly 2020-10-06 21:30:27 +0200
  • 20250d567a
    Merge pull request #1288 from alerta/dependabot/pip/bcrypt-3.2.0 Nick Satterly 2020-10-06 21:30:27 +0200
  • a8aeafebe9 Merge pull request #1282 from alerta/dependabot/pip/pymongo-3.11.0 Nick Satterly 2020-10-06 21:28:57 +0200
  • 984ad6b896
    Merge pull request #1282 from alerta/dependabot/pip/pymongo-3.11.0 Nick Satterly 2020-10-06 21:28:57 +0200
  • 85807966f8 Bump sentry-sdk[flask] from 0.15.1 to 0.18.0 dependabot[bot] 2020-10-05 05:30:06 +0000
  • 75000009c8
    Bump sentry-sdk[flask] from 0.15.1 to 0.18.0 dependabot[bot] 2020-10-05 05:30:06 +0000
  • 8726cf0934 implement PR1219 with requested changes and naming adjustment from me. Klavs Klavsen 2020-09-29 10:05:50 +0200
  • 209e3c731e implement PR1219 with requested changes and naming adjustment from me. Klavs Klavsen 2020-09-29 10:05:50 +0200
  • 86e60d1eda
    Bump sentry-sdk[flask] from 0.15.1 to 0.17.8 dependabot[bot] 2020-09-28 05:34:01 +0000
  • c6581ab7aa Fixing newrelic webhook pantelis-karamolegkos 2020-09-26 14:09:17 +0300
  • 9d89884186 Fixing newrelic webhook pantelis-karamolegkos 2020-09-26 14:09:17 +0300
  • 6adc2c7be4
    Bump sentry-sdk[flask] from 0.15.1 to 0.17.6 dependabot[bot] 2020-09-21 05:27:33 +0000
  • 1cf7d06e3a
    Bump sentry-sdk[flask] from 0.15.1 to 0.17.4 dependabot[bot] 2020-09-14 06:28:58 +0000
  • 814a040281
    Bump sentry-sdk[flask] from 0.15.1 to 0.17.3 dependabot[bot] 2020-09-07 07:00:30 +0000
  • a57a153fb3
    Bump cryptography from 2.9.2 to 3.1 dependabot[bot] 2020-08-31 06:34:18 +0000
  • c10a028b12
    Bump sentry-sdk[flask] from 0.15.1 to 0.17.1 dependabot[bot] 2020-08-31 06:34:11 +0000
  • 8063280ee1 Bump pylint from 2.5.3 to 2.6.0 dependabot[bot] 2020-08-24 06:28:15 +0000
  • cb2a65a00b
    Bump pylint from 2.5.3 to 2.6.0 dependabot[bot] 2020-08-24 06:28:15 +0000
  • 38936c3348
    Bump sentry-sdk[flask] from 0.15.1 to 0.16.5 dependabot[bot] 2020-08-17 06:44:08 +0000
  • 058f2460e3 Bump bcrypt from 3.1.7 to 3.2.0 dependabot[bot] 2020-08-17 06:43:49 +0000
  • 8a53e0d629
    Bump bcrypt from 3.1.7 to 3.2.0 dependabot[bot] 2020-08-17 06:43:49 +0000
  • 83d98a65d7
    Bump sentry-sdk[flask] from 0.15.1 to 0.16.3 dependabot[bot] 2020-08-03 07:19:56 +0000
  • 978d35f53d Bump pymongo from 3.10.1 to 3.11.0 dependabot[bot] 2020-08-03 07:19:52 +0000
  • 2756e3d8c6
    Bump pymongo from 3.10.1 to 3.11.0 dependabot[bot] 2020-08-03 07:19:52 +0000
  • a3bff9cd84
    Bump sentry-sdk[flask] from 0.15.1 to 0.16.2 dependabot[bot] 2020-07-27 06:45:15 +0000
  • 0e5957c936
    Bump cryptography from 2.9.2 to 3.0 dependabot[bot] 2020-07-27 06:45:11 +0000
  • add5ea3081 Bump version 8.0.2 -> 8.0.3 Nick Satterly 2020-07-07 17:14:57 +0200
  • bae01d77d3 Bump version 8.0.2 -> 8.0.3 v8.0.3 Nick Satterly 2020-07-07 17:14:57 +0200
  • c45cd1cc28
    Bump sentry-sdk[flask] from 0.15.1 to 0.16.0 dependabot[bot] 2020-07-06 05:58:59 +0000
  • 8f15bfdd91 Merge pull request #1269 from alerta/update-heartbeat-plugin Nick Satterly 2020-07-05 23:42:00 +0200
  • 107c6453a4
    Merge pull request #1269 from alerta/update-heartbeat-plugin Nick Satterly 2020-07-05 23:42:00 +0200
  • c1b2e73f32 Update Heartbeat plugin to support attribute overrides Nick Satterly 2020-07-05 20:59:04 +0200
  • de69f8d716 Update Heartbeat plugin to support attribute overrides update-heartbeat-plugin Nick Satterly 2020-07-05 20:59:04 +0200
  • e3467d6a8c Merge pull request #1268 from alerta/allow-custom-ids Nick Satterly 2020-07-05 16:30:42 +0200
  • 8941b71e66
    Merge pull request #1268 from alerta/allow-custom-ids Nick Satterly 2020-07-05 16:30:42 +0200
  • 9321b43795 Allow custom resource IDs on all resources Nick Satterly 2020-07-05 15:22:22 +0200
  • 9a91dabae7 Allow custom resource IDs on all resources allow-custom-ids Nick Satterly 2020-07-05 15:22:22 +0200
  • 60a454e549 Merge pull request #1267 from alerta/add-timeout-to-history Nick Satterly 2020-07-04 23:01:05 +0200
  • 5fca0d78d7
    Merge pull request #1267 from alerta/add-timeout-to-history Nick Satterly 2020-07-04 23:01:05 +0200