{% extends "base.html" %} {% block title %}Indexing Status — Canon Admin{% endblock %} {% block content %}
Monitor and manage search indexing across all installations
| Organization | Installation ID | Status | Repos | Last Indexed | Actions |
|---|---|---|---|---|---|
| {{ inst.org_login }} | {{ inst.installation_id }} | {{ inst.status }} | {{ inst.repos_count }} | {% if inst.last_indexed_at %} {{ inst.last_indexed_at.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} | {% if inst.status == 'active' %} {% endif %} |
No installations registered yet.
Installations are automatically registered when the GitHub App is installed on an organization.
| Repository | Status | Specs | Errors | Completed |
|---|---|---|---|---|
| {{ job.repo }} | {{ job.status }} | {{ job.specs_indexed }} | {{ job.errors }} | {% if job.completed_at %} {{ job.completed_at.strftime('%Y-%m-%d %H:%M') }} {% elif job.started_at %} Running... {% else %} Pending {% endif %} |