You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alerta_alerta/alerta
Víctor M. García Muñoz 7631e96842
Allow locating alerta routing component in any python distribution package (#1832)
Currently, routing plugin must be located in a 'alerta-routing"
python distribution package.
With this modification, that limitation is removed, allowing
to use any distribution package name, configured with the property
'ROUTING_DIST'.

This way, plugins, routing, backend components,... may be located
in one python distribution package.
2 months ago
..
auth feat: Add support for AuthProxy auth (#1657) 3 months ago
database Support custom backends defined as entry point (#1826) 3 months ago
management feat: show/hide API server version info (#1821) 3 months ago
models fix: Empty blackout values should be null (#1643) 2 years ago
plugins Fix linting errors (#1618) 2 years ago
sql Fixes #1794 - Change postgres metrics column count to BIGINT (#1813) 3 months ago
static Oembed fix (#853) 4 years ago
templates Update SAML2 auth for web UI version 7 (#998) 4 years ago
utils Allow locating alerta routing component in any python distribution package (#1832) 2 months ago
views fix: Bulk operations did not work properly (#1825) 3 months ago
webhooks feat(plugin): add alertname in labels when annotations.alertname (#1801) 3 months ago
__init__.py Do not init http handler for CLI commands (#1212) 3 years ago
app.py Fix deprecation warning for flask json_encoder (#1812) 3 months ago
app.wsgi Restore old wsgi file as symlink to new (#1216) 3 years ago
commands.py refactor: convert formatted strings to f-strings (#1520) 2 years ago
dev.py Add attributes field to heartbeat for use in hb alerts (#1128) 3 years ago
exceptions.py refactor: convert formatted strings to f-strings (#1520) 2 years ago
settings.py Allow locating alerta routing component in any python distribution package (#1832) 2 months ago
tasks.py fix: Bulk operations did not work properly (#1825) 3 months ago
version.py Release 9.0.0 3 months ago