|
18 | 18 | {%if not cfbot_branch %}
|
19 | 19 | <span class="label label-default">Not processed</span></a>
|
20 | 20 | {%elif not cfbot_branch.commit_id %}
|
21 |
| - <a href="{{cfbot_branch.apply_url}}"> |
| 21 | + <a href="{{cfbot_branch.apply_url}}" target="_blank" title="View git apply logs"> |
22 | 22 | <span class="label label-warning" title="View git apply logs">Needs rebase!</span></a>
|
23 | 23 | Additional links previous successfully applied patch (outdated):
|
24 |
| - <a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}" title="View previous successfully applied patch set on GitHub"><img class="github-logo" src="/media/commitfest/github-mark.svg"/></a> |
25 |
| - <a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}"> |
| 24 | + <a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}" target="_blank" title="View previous successfully applied patch set on GitHub"><img class="github-logo" src="/media/commitfest/github-mark.svg"/></a> |
| 25 | + <a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}" target="_blank"> |
26 | 26 | <span class="label label-default">Summary</span></a>
|
27 | 27 | {%else%}
|
28 |
| - <a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}" title="View last patch set on GitHub"><img class="github-logo" src="/media/commitfest/github-mark.svg"/></a> |
29 |
| - <a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}"> |
| 28 | + <a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}" target="_blank" title="View last patch set on GitHub"><img class="github-logo" src="/media/commitfest/github-mark.svg"/></a> |
| 29 | + <a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}" target="_blank"> |
30 | 30 | <span class="label label-default">Summary</span></a>
|
31 | 31 | {%for c in cfbot_tasks %}
|
32 | 32 | {%if c.status == 'COMPLETED'%}
|
33 |
| - <a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/new_success.svg"/></a> |
| 33 | + <a href="https://cirrusci.com/task/{{c.id}}" target="_blank" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/new_success.svg"/></a> |
34 | 34 | {%elif c.status == 'CREATED' %}
|
35 |
| - <a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/waiting_to_start.svg"/></a> |
| 35 | + <a href="https://cirrusci.com/task/{{c.id}}" target="_blank" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/waiting_to_start.svg"/></a> |
36 | 36 | {%elif c.status == 'EXECUTING' %}
|
37 |
| - <a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/running.svg"/></a> |
| 37 | + <a href="https://cirrusci.com/task/{{c.id}}" target="_blank" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/running.svg"/></a> |
38 | 38 | {%else %}
|
39 |
| - <a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/new_failure.svg"/></a> |
| 39 | + <a href="https://cirrusci.com/task/{{c.id}}" target="_blank" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/new_failure.svg"/></a> |
40 | 40 | {%endif%}
|
41 | 41 | {%endfor%}
|
42 | 42 | {%endif%}
|
|
0 commit comments