Repositories {% if page.get('git_owner') %} for {{ page.get('git_owner') }} {% endif %}
{% if page.get('git_server') %}
{{ page['git_server'] }}
{% endif %}
{% if page.get('git_owner') %}
{% endif %}
Repo ID |
# Authors |
# Committers |
# Commits |
Last Seen (days) |
Active Devs |
Days Active |
{% for row in data %}
{{ row['_git_repo'] }}
|
{{ row['authors'] }} |
{{ row['committers'] }} |
{{ row['commits'] }} |
{{ row['days_ago'] }} |
{{ row['active_devs'] }}
|
{{ row['days_active'] }} |
{% endfor %}
{% if ranges %}
Repo Maintenance Status
Active |
Aging |
Stale |
Unmaintained |
{{ ranges.get('Active') }} |
{{ ranges.get('Aging') }} |
{{ ranges.get('Stale') }} |
{{ ranges.get('Unmaintained') }} |
{% endif %}
{% if developer_status %}
Developer Status
Active |
Aging |
Stale |
Dormant |
{{ developer_status.get('Active') }} |
{{ developer_status.get('Aging') }} |
{{ developer_status.get('Stale') }} |
{{ developer_status.get('Unmaintained') }} |
{% endif %}
{% if techs %}
{% endif %}
{% include '_footer_scripts.html' %}
{% include '_datatable_scripts.html' %}
{% if techs %}
{% endif %}