0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
alerta_alerta/alerta/views
Víctor M. García Muñoz 7cebc46a09
fix: Bulk operations did not work properly (#1825)
Must use Alerts queryBuilder and not generic one.
Flask login property is needed to create alert history. BG tasks
are run in a celery worker so no login property is available.
Main process must provide login when scheduling the task.
2023-03-09 21:51:56 +01:00
..
__init__.py Move config endpoint to own file (#1101) 2019-10-14 23:32:21 +02:00
alerts.py Fix linting errors (#1618) 2021-11-21 17:26:37 +01:00
blackouts.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
bulk.py fix: Bulk operations did not work properly (#1825) 2023-03-09 21:51:56 +01:00
config.py Add CLIPBOARD_TEMPLATE setting (#1814) 2023-03-07 14:31:15 +01:00
customers.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
groups.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
heartbeats.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
keys.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
oembed.py fix(security): do not expose exception errors to end users (#1811) 2023-02-28 21:55:44 +01:00
permissions.py refactor: convert formatted strings to f-strings (#1520) 2021-05-09 14:52:54 +02:00
users.py refactor: convert formatted strings to f-strings (#1520) 2021-05-09 14:52:54 +02:00