{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation%}

System Trends

{% endblock %} {% block main-content %}
{% include "cacsremoteservice/views/analyses/code-churn-header.html" %}

Commit Activity Trend

The number of commits per week and the number of committing authors per week -- use it as an activity pulse.

  • — Number of Commits
  • — Number of Authors

Active Authors Per Month

Compare the the number of contributors to the previous Commit Activity -- do you get an effect when the organization grows?


Added Lines of Code

Deleted Lines of Code

Change the scale of the Y-axis in case a few large spikes dominates your churn diagrams below.

The project is configured to calculate a rolling average over {{rollingaveragedays}} days.


Absolute Churn Over Time

The following graph shows the raw, absolute number of churned lines of code over time.

Code Size Growth

{% endblock %}