Sign inSign up

nicodeur/qualitydashboard

By nicodeur

Updated almost 9 years ago

This application allows to aggregate data from qualities tools on only 1 dashboard.

Image
1

380

nicodeur/qualitydashboard repository overview

Code source

Code source is available on Github : https://github.com/nicodeur/QualityDashboard

You can find Dockerfile and docker-compose file here : https://github.com/nicodeur/QualityDashboard/tree/master/docker

What is it ?

This application allows to aggregate data from quality tools on only 1 dashboard.

It's write on :

  • Node JS for server
  • Javascript on front
  • Connectors available :
    • SonarQube (Code quality tool)
    • Jenkins (CI Tool)
    • CordonBleu (Code review tool)
    • Cerberus (Automation Test tool)

Make your own connector using Add new connector section. Don't hesitate to propose pull request with your own connectors.

Run application with docker

Create a conf folder with your conf.js to configure dashboard. See conf docs to write it : https://github.com/nicodeur/QualityDashboard#settings

docker run -d --name qualitydashboard -v <log_path_on_host>:/opt/qualityReport/log -v <conf_path_on_host>:/opt/qualityReport/conf -p 8085:8085 -p 8086:8086 nicodeur/qualitydashboard

Tag summary

Content type

Image

Digest

Size

46.2 MB

Last updated

almost 9 years ago

docker pull nicodeur/qualitydashboard