Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 23:38:17 +0800
checker: use run(silent=False) instead of print_and_run()
templates/index.html
Permissions: -rw-r--r--
{% extends "base.html" %} {% block title %}Recently checked projects
{% end %} <div class="uk-container uk-container-center uk-margin-large-top"> <h2>Recently checked projects
</h2> <table class="uk-table uk-table-middle"> {% for check in checks %} {% set project = check.project %} {% set change = check.change %} <td>{{ check.errors }} error(s),
{{ check.warnings }} warning(s)
</td> <td>#
{{ check.ordinal }}</td> <td>{{ project.name }}</td> <td>{{ change.rev }}:
{{ change.node[:12] }} {{ change.branch }}</td> <td>{{ check.started }}</td> <td>{{ check.finished }}</td> <td>{{ check.finished - check.started }}</td>