cerberus/cerberus/api/v1/controllers
Romain Ziba f4559a91a4 Cerberus creates an uuid for security reports
Previously, Cerberus retrieved reports according to the report identifier the plugin
provided. The goal of this US is for Cerberus to create its own uuid and keep the
report identifier of the plugin. The changes include:

* Migration of the db
* an unique attribute UUID
* Tuple (report_id, plugin_id) must be unique
* Changes of unit & functional tests

Change-Id: I9aedb88fd5a4f66ccd5e2e831790d9655f76bb09
2015-06-11 16:27:19 +02:00
..
__init__.py Migration from falcon to pecan 2015-05-11 15:57:37 +02:00
base.py Migration from falcon to pecan 2015-05-11 15:57:37 +02:00
plugins.py Improve return and raises values for documentation 2015-05-20 11:06:04 +02:00
security_alarms.py Improve return and raises values for documentation 2015-05-20 11:06:04 +02:00
security_reports.py Cerberus creates an uuid for security reports 2015-06-11 16:27:19 +02:00
tasks.py Task API: Change action restart into start 2015-06-02 15:44:12 +02:00