{% extends "base.html" %} {% block title %}История коммитов{% endblock %} {% block h1 %}История коммитов{% endblock %} {% block content %} {% load svnlog_extras %}
App: Релиз: {% if settings.METATRACKER_ENABLED and release_id != -2 %}Проблемы{% endif %}
Что было в последние суток от ревизии до в регвыр на файлы автор ?
Фильтр по Стартреку:
{% if svnlog_list %}

{% if svnlog_stat.commits > 0 %} коммитов: {{svnlog_stat.commits}}, в продакшене: {{svnlog_stat.commits_deployed}}, новых: {{svnlog_stat.commits_new}}, звездных: {{svnlog_stat.commits_mentioned}}
{% endif %} запросы на хотфиксы (фильтр)         {% if deploys %}
миграций {{deploys|length}}
{% else %} миграций нет {% endif %}  
{% ifequal release_id -1 %} Коммиты в {{ branch }}{% if since %} от r{{ since }}{% endif %}{% if till %} до {{ till }}{% endif %}: {% else %} Коммиты в {% if release %} релиз {{release.create_time|date:"d.m.Y"}} - {{release.title}}({{release.jira_status}}) {% else %} новый релиз (пока несозданный) {% endif %} {% endifequal %} {% for l in svnlog_list %} {% ifchanged l.revtime.date %} {% endifchanged %} {% if l.mentioned %} {% else %} {% endif %} {% endfor %}
{{ l.revtime|date:"d.m.Y, l" }}
r{{ l.rev }} {{ l.revtime|date:"H:i" }} {{l.author.login}}
{%spaceless%} {% if l.build_result.summary == 'success' or l.build_result.summary == 'fail' %} {% if l.build_result.success_cnt > 0 %} {{l.build_result.success_cnt}} {% endif %} {% if l.build_result.fail_cnt > 0 %} {{l.build_result.fail_cnt}} {% endif %} {% else %} {% endif %} {%endspaceless%} {% for r in l.reviews %} {{ r.reviewer }}{% if r.message %}+{% endif %}{% if not forloop.last %}, {% endif %} {% endfor %} {% if not l.reviews %} заценить {% endif %} {% if l.rev in notifications.ts or l.rev in notifications.production %} {% endif %} {% if l.hotfix_request %} hotfix! {% endif %} {% if l.hotfix_releases %} merged {% endif %} {{ l.message|svnlog_format_message }}
{% if user_from_team %} {% include "hotfixing/i_action_links.html" %}
{% include "ptera/i_notification_links.html" %}

{% include "releaseplanning/i_mention_links.html" %} {% endif %}
{% comment %} {% for b in l.svnlogbranch_set.all %} {{ b.branch.path }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endcomment %}
{% if user_rights.developer or user_rights.manager %} Действия с хотфиксами ∇ {% endif %} {% endif %}
{% else %}

no log records {% endif %} {% endblock %}