AkurAI Build
Menu

AkurAI-Build

public

Latest change e16ed955e37bc7f7b00de000a208ef91006cf60e - Adopt the AkurAI ID SSO contract and inject pipeline build context by AkurAI Build

{% extends "layouts/base.html" %}
{% block title %}Overview — AkurAI Build{% endblock %}
{% block page %}dashboard{% endblock %}
{% block body %}
<div class="pt-app-shell">
  <aside class="pt-app-sidebar">
    <a class="pt-app-brand" href="/app" aria-label="AkurAI Build overview"><span class="pt-mark" aria-hidden="true">A</span><span><strong>AkurAI Build</strong><small>Git-native delivery</small></span></a>
    <nav class="pt-app-nav" aria-label="Workspace"><a href="/app" aria-current="page">Overview</a><a href="/app/repositories">Repositories</a><a href="/app/runs">Runs</a><a href="/app/workers">Workers</a></nav>
    <div class="pt-health"><span class="pt-dot" aria-hidden="true"></span><span id="health">connecting</span><span class="pt-version">v{{ version }}</span></div>
    {% include "partials/app-account.html" %}
  </aside>
  <main class="pt-app-content">


  <section class="pt-metrics" aria-label="Pipeline summary"><div><strong id="m-projects">0</strong><span>Repositories</span></div><div><strong id="m-running">0</strong><span>Active runs</span></div><div><strong id="m-passed">0</strong><span>Successful</span></div><div><strong id="m-failed">0</strong><span>Needs attention</span></div><div><strong id="m-queued">0</strong><span>Queued</span></div></section>

  <section class="pt-panel" aria-labelledby="runs-heading"><div class="pt-panel-head"><div><p class="pt-eyebrow">Latest activity</p><h2 id="runs-heading">Recent runs</h2></div><a class="pt-button pt-small" href="/app/runs">Query all runs</a></div><div class="pt-table-wrap" role="region" aria-label="Recent pipeline runs" tabindex="0" data-scrollable><table class="pt-data-table"><caption class="pt-sr-only">Recent pipeline runs. Open a run number for full job details and logs.</caption><thead><tr><th>Run</th><th>Repository</th><th>Status</th><th>Ref</th><th>Commit</th><th>Created</th></tr></thead><tbody id="runs"></tbody></table></div><p class="pt-empty" id="runs-empty" hidden>No runs yet. Queue the first build above.</p></section>

  <section class="pt-panel pt-quick-register" aria-labelledby="repository-sources-heading"><div class="pt-panel-head"><div><p class="pt-eyebrow">Connected sources</p><h2 id="repository-sources-heading">Repository sources</h2></div><a class="pt-button pt-small" href="/app/repositories#register-repository">Register repository</a></div><div class="pt-panel-body"><p class="pt-summary-copy">Registration, visibility, and default-branch settings live in the repository manager.</p></div></section>
  </main>
</div>
{% endblock %}