{{ stats.replaced }}
Replaced Projects
{{ stats.company_new }}
{{ company }} New Repos
{{ stats.other_new }}
Other Vendors Repos
{{ stats.total }}
Total Repos
{% if tables.remotes %}
🔗 Remotes
| No. |
Fetch URL |
Remote Name |
{% for row in tables.remotes %}
| {{ loop.index }} |
{{ row[0] }} |
{{ row[1] }} |
{% endfor %}
{% endif %}
{% if tables.includes %}
📦 Included Manifests
| No. |
Manifest File |
{% for include in tables.includes %}
| {{ loop.index }} |
{{ include }} |
{% endfor %}
{% endif %}
{% if tables.removed %}
🗑️ Removed Projects ({{ supplier }})
| No. |
Project Name |
{% for project in tables.removed %}
| {{ loop.index }} |
{{ project }} |
{% endfor %}
{% endif %}
{% if tables.replaced %}
🔄 Replaced Projects ({{ company }} ↔ {{ supplier }})
| No. |
{{ supplier }} Name |
{{ company }} Name |
Path |
Revision |
Remote |
Upstream |
{% for row in tables.replaced %}
| {{ loop.index }} |
{{ row[0] }} |
{{ row[1] }} |
{{ row[2] }} |
{{ row[3] }} |
{{ row[4] }} |
{{ row[5] }} |
{% endfor %}
{% endif %}
{% if tables.company_new %}
✨ New {{ company }} Projects
| No. |
Project Name |
Path |
Revision |
Remote |
Upstream |
{% for row in tables.company_new %}
| {{ loop.index }} |
{{ row[0] }} |
{{ row[1] }} |
{{ row[2] }} |
{{ row[3] }} |
{{ row[4] }} |
{% endfor %}
{% endif %}
{% if tables.other_vendors %}
🌐 Projects from Other Vendors
| No. |
Project Name |
Path |
Revision |
Remote |
Upstream |
{% for row in tables.other_vendors %}
| {{ loop.index }} |
{{ row[0] }} |
{{ row[1] }} |
{{ row[2] }} |
{{ row[3] }} |
{{ row[4] }} |
{% endfor %}
{% endif %}