Mentions légales du service

Skip to content

Metrics

LETORT Sebastien requested to merge metrics into django

All elements to have the metric API, graph, test and doc.
Notes:

  • I updated Dockerfile to add sphinx library for autodoc, and another django module to generate graphical representation of the models.
  • main.helpers.get_request_user seems to lack an else case.
  • main.mixins.JobAuthMixin doc is not consistent with the behaviour. (no impact on metrics)
  • I added 2 js libraries, chartJS (chartjs.org, MIT License) and momentjs (momentjs.com, MIT License) required by chartjs to use a time scale.

Merge request reports