{% extends "base.html" %} {% load person %} {% block title %}Linaro patch metrics{% endblock %} {% block heading %}Patch metrics{% endblock %} {% block headers %} {% endblock %} {% block body %}
In {{month}} there were {{submitted_on_month}} patches submitted by {{distinct_monthly_authors}} engineers, and {{submitted_and_accepted_on_month}} of those patches have already been accepted upstream.
There were also {{old_patches_accepted_on_month}} patches submitted in previous months that were accepted upstream in {{month}}.
We now have a total of {{total_accepted}} patches accepted upstream and {{waiting_for_feedback}} patches waiting for feedback, with {{more_than_30_days_old_waiting_for_feedback}} of those being older than 30 days.
Patches per month
{{patches_per_month_chart|safe}}Time-to-acceptance distribution (in days)
{{time_to_acceptance_chart|safe}}Patch age distribution (in days; only patches waiting for feedback)
{{patch_age_distribution_chart|safe}}When analyzing the charts above, please take into account that the process which allows us to track patches was put in place at the end of January 2011 and that this website went live in June 2011. Check the FAQ for answers to common questions.
{% if monthly_highlight_post %}{{ monthly_highlight_post|safe }}
{% endif %}Patch | Project | Date | Author |
---|---|---|---|
{{ patch.name|default:"[no subject]" }} | {{ patch.project.name }} | {{ patch.date|date:"Y-m-d" }} | {{ patch.author|personify }} |
Patch | Project | Date | Author |
---|---|---|---|
{{ patch.name|default:"[no subject]" }} | {{ patch.project.name }} | {{ patch.date|date:"Y-m-d" }} | {{ patch.author|personify }} |