{% include '_header.html' %}

Orphaned Repositories

Repositories where there are no active developers with knowledge working.

Orphan Status

{{ data|length if data else 0 }} orphaned repositories found.

Repository Analysis

{% for row in data %} {% endfor %}
Repository Orphaned Active Developers Total Developers % Developers Here
{{ row['_git_repo'] }} {% if row.get('orphaned') %} Yes {% else %} No {% endif %} {{ row.get('intersection', 0) }} {{ row.get('committers', 0) }} {{ row.get('percentage', 0) }}%
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}