0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-04 21:58:31 +00:00
alerta_alerta/alerta/utils
Jarno Huuskonen 3f17f539a8 utils/audit.py:get_redacted_data: check that data is defined (#1098)
otherwise (at lease heartbeat delete) can fail with:
File "alerta/utils/audit.py", line 86, in get_redacted_data
if 'password' in data:
TypeError: argument of type 'NoneType' is not iterable
2019-10-13 10:03:08 +02:00
..
__init__.py Flatten directory structure 2017-09-20 15:08:46 +01:00
api.py Pass timeout to action process_action and take_action functions (#1042) 2019-08-13 20:01:15 +02:00
audit.py utils/audit.py:get_redacted_data: check that data is defined (#1098) 2019-10-13 10:03:08 +02:00
collections.py Fix update user attributes (#799) 2019-01-06 23:34:23 +01:00
config.py Fix flake W504 issues and ignore flake W503 (#1061) 2019-08-11 01:18:26 +02:00
format.py Fix some pylint errors (#1059) 2019-08-11 00:02:53 +02:00
hooks.py run autopep8 fix (#1057) 2019-08-10 23:14:11 +02:00
key.py run autopep8 fix (#1057) 2019-08-10 23:14:11 +02:00
logging.py Allow logfile format to be configurable (#1038) 2019-08-01 22:14:23 +02:00
mailer.py Run pre-commit as part of CI to prevent regressions (#1062) 2019-08-11 09:36:44 +02:00
paging.py run autopep8 fix (#1057) 2019-08-10 23:14:11 +02:00
plugin.py Push app config to plugin methods for per-alert config (#944) 2019-04-23 22:58:14 +02:00
response.py run autopep8 fix (#1057) 2019-08-10 23:14:11 +02:00
tracing.py Fix flake W504 issues and ignore flake W503 (#1061) 2019-08-11 01:18:26 +02:00
webhook.py Refactor built-in webhooks (#844) 2019-02-16 01:34:18 +01:00