#1 Save analyses in DB
Closed: Fixed 6 years ago Opened 6 years ago by athoscr.

The analyses performed mut be saved in the database


Metadata Update from @athoscr:
- Issue set to the milestone: version 0.1

6 years ago

Metadata Update from @athoscr:
- Issue assigned to athoscr

6 years ago

We are already saving the analyses in the database. We first parse the static analyzer output using the to_xml_bytes() method of firehose, and then save it in the database.

https://pagure.io/kiskadee/c/64b60bf8c0d71f2d919197d4ef4447d5d3406394?branch=master
https://pagure.io/kiskadee/c/139a5491d3d5031b6b658c3a744e222f9883799c?branch=master

We need tests to validates this behavior.

Let's keep this open until we get such tests then

Metadata Update from @davidcarlos:
- Issue set to the milestone: version 0.2 (was: version 0.1)

6 years ago

Login to comment on this ticket.

Metadata