{% extends "base.html" %} {% block title %}{{ name }} - Project Detail{% endblock %} {% block content %}
Error: {{ project.error }}
Path: {{ project.path }}
Branch: {{ project.branch or 'N/A' }}
Status: {{ project.status }}
{% if project.gitea_repo %}Gitea: {{ project.gitea_repo }} ↗
{% endif %}Hash: {{ project.commit_hash }}
Message: {{ project.commit_msg }}
Time: {% if project.commit_time %}{{ project.commit_time|int|dt }} ({{ project.commit_time|int|rel }}){% else %}N/A{% endif %}
{% else %}No commits found
{% endif %}{{ project.status_porcelain }}
{% else %}
Clean working directory
{% endif %}{{ project.diff_stat }}
| ID | Title | Status | Created | Duration | Outcome |
|---|---|---|---|---|---|
| {{ t.task_id }} | {{ t.title[:80] }} | {{ t.status }} | {% if t.created_at %}{{ t.created_at|int|dt }}{% endif %} | {% if t.duration_s %} {% if t.duration_s < 60 %}{{ t.duration_s }}s {% elif t.duration_s < 3600 %}{{ (t.duration_s / 60)|round(1) }}m {% else %}{{ (t.duration_s / 3600)|round(1) }}h{% endif %} {% else %}-{% endif %} | {{ t.outcome_summary[:80] }} |
No tasks linked to this project
{% endif %}| Hash | Author | Time | Subject |
|---|---|---|---|
| {{ c.short }} | {{ c.author }} | {{ c.ts|int|dt }} | {{ c.subject }} |
No commits found
{% endif %}