lemur/lemur/notifications
kevgliss c367e4f73f Prevents the silencing of notifications that are actively deployed. (#454)
* Renaming 'active' to 'notify' as this is clearer and more aligned to what this value is actually controlling. 'active' is now a property that depends on whether any endpoints were found to be using the certificate. Also added logic for issue #405 disallowing for a certificates' notifications to be silenced when it is actively deployed on an endpoint.

* Adding migration script to alter 'active' column.
2016-10-15 00:12:11 -07:00
..
__init__.py Initial support for notification plugins closes #8, closes #9, closes #7, closes #4, closes #16 2015-07-29 17:13:06 -07:00
models.py Ensuring that default notifications are made based on app configuration during app initialization 2015-08-02 05:10:50 -07:00
schemas.py Making nested notifications less verbose (#321) 2016-05-19 08:48:55 -07:00
service.py Prevents the silencing of notifications that are actively deployed. (#454) 2016-10-15 00:12:11 -07:00
views.py Docs (#344) 2016-06-03 08:28:09 -07:00