crossminer / scava-deployment

This repository contains the Docker configuration files for the deployment of Scava platform
Eclipse Public License 2.0
2 stars 9 forks source link

[dashboard] Allow to import custom quality model #47

Closed valeriocos closed 5 years ago

valeriocos commented 5 years ago

This PR allows to load and assess a given quality model over the projects contained in SCAVA. In a nutshell, after importing the metrics to ElasticSearch, the index scava-metrics-done is created via the dashb-importer container. This index is needed to notify the prosoul container, which can then trigger the import and assessment of a default quality model. The quality model params are declared in the prosoul section of the docker-compose, they are:

valeriocos commented 5 years ago

Please @dlumbrer review it

@borisbaldassari feel free to review it/give feedback when possible, thanks !

dlumbrer commented 5 years ago

LGTM! Works well!, thank you @valeriocos

valeriocos commented 5 years ago

Thanks @dlumbrer ! @borisbaldassari I don't know if you have any feedback on this PR before merging it, thanks!