CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

Sends weekly scan notification email with additional information #632

Closed navidshaikh closed 6 years ago

navidshaikh commented 6 years ago

This patchset adds ability to send user notification with more info about weekly scan.

Added weeklynotify.py module in ccp.notifications module

Added subject and body templates in base notification class

Updated the template.yaml to invoke weeklynotify.py module for notifications

Added unittests for weekly notification email module

navidshaikh commented 6 years ago

dotests

navidshaikh commented 6 years ago

Tested this PR for