Git Product home page Git Product logo

quality-time's Introduction

Quality-time

Build Status Quality Gate Status Security Rating Maintainability Rating Coverage BCH compliance

Quality-time is an automated quality system for software development and maintenance. Quality-time collects measurement data from sources such as Gitlab, SonarQube, Jira, Azure DevOps, and OWASP Dependency Check, to provide an overview of the quality of software products and projects. It does so by comparing measurement data with metric targets and informing development teams about the metrics that need improvement actions.

Technically, Quality-time consists of a Mongo database server, an API-server written in Python, a metrics data collector component also written in Python, and a React frontend.

Users can add and configure reports, metrics, and sources (such as SonarQube and Jira) in the frontend. The collector collects metrics data from the configured metric sources. It posts the measurements to the server which in turn stores them in the database. The frontend calls the server to get the reports and the measurements and presents them to the user.

Table of contents

Also see:

Screenshots

Some screenshots to wet your appetite.

Projects dashboard

Quality-time shows a summary of the projects on its landing page:

Screenshot

Metrics overview

For each metric, Quality-time displays the key data:

Screenshot

Metric details

Users can expand the metrics to see and configure the metric details:

Screenshot

And to manage false positives:

Screenshot

Features

Implemented features so far include:

  • Robust data collection (the collector should never fail, even in the face of misconfigured or unavailable sources).
  • Measurement history is kept in a database, allowing for time travel.
  • Easy report configuration via the UI.
  • Multiple reports in one Quality-time instance.
  • LDAP-integration.
  • Generic false-positive management.
  • Metric tags can be used to summarize metrics with the same tag across subjects, e.g. to summarize all security metrics.
  • Export of reports to PDF, both via the UI as well as via the API.

For more plans, see the issue tracker.

Trying it out

Quality-time requires Docker and Docker-compose.

Clone this repository:

git clone https://github.com/ICTU/quality-time.git

Build the containers:

docker-compose build

Start the containers:

docker-compose up

The frontend is served at http://localhost. Use username admin and password admin to log in.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.