lemur/lemur/notifications
kevgliss 9e2578be1e Adding necessary features to complete backfill (#958) 2017-10-04 14:57:57 -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
cli.py Adding necessary features to complete backfill (#958) 2017-10-04 14:57:57 -07:00
messaging.py Various minor cleanups and fixes (#938) 2017-09-25 15:33:42 -07:00
models.py Ensuring model's have a basic __repr__. (#499) 2016-11-16 09:30:54 -08:00
schemas.py It's too expensive to attempt to load all certificates associated with a given notification. Some queries such as `default` are associated with a large number of certificates. We have little control over when these objects are loaded, but when marshalled they are lazyloaded via SQLAlachemy. If a user needs to get all the certificates associated with a certificate they should use the /notifications/<id>/certificates endpoints that support pagination. (#891) 2017-08-28 17:57:39 -07:00
service.py Adding max notification constraint. (#704) 2017-03-03 12:59:16 -08:00
views.py Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00