Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upgrade Commitfest to Workflow Manager#62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
polobo wants to merge12 commits intopostgres:mainfrompolobo:upgrade-to-workflow
Closed
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
aa4f9e0
Staging Commit for Workflow
poloboApr 4, 2025
87ab07c
Patch UX Enhancement Refactor
poloboApr 4, 2025
db61a74
Migration 'next' close action to transitions
poloboApr 4, 2025
75252c1
Add Assign and Resolve actions to Workflow UI
poloboApr 4, 2025
d714ada
Find Current PoC via Unique Non-Moved Status
poloboApr 5, 2025
23f06f7
Refactor patch, status, close, and commiter to leverage Workflow
poloboApr 5, 2025
69138d4
Add status and author edit elements to UI. Add header to info section.
poloboApr 6, 2025
be49753
Protect actions behind user.is_authenticated
poloboApr 6, 2025
1ef5da6
Fixup workflow actions, use glyphicon-edit instead of label link.
poloboApr 7, 2025
a166d50
Rework labelling. More succinct, labels match actions, not statuses
poloboApr 7, 2025
e6dd8ac
Perform format and lint run.
poloboApr 7, 2025
310a320
Remove Bugs from Workflow, Revert to Future-Open-Ongoing
poloboApr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add status and author edit elements to UI. Add header to info section.
It is desirable to be able to view the status history along withentry and leave dates.Add an edit button for authors to match up with reviewer and committer.Also, explicitly label what we are displaying in the final row.
  • Loading branch information
@polobo
polobo committedApr 6, 2025
commit69138d4af075468abf27e86fb5312247e662e7c0
11 changes: 11 additions & 0 deletionspgcommitfest/commitfest/templates/patch.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,6 +21,17 @@
<a class="btn btn-default pull-right" href="edit/">Edit</a>
</td>
</tr>
<tr>
<th>Status</th>
<td>{%for c in patch_commitfests %}
<div style="margin-bottom: 3px;">
<a href="/{{c.commitfest.id}}/">{{c.commitfest}}</a>:
<span class="label label-{{c.status|patchstatuslabel}}">{{c.statusstring}}</span>
<span>({{c.enterdate}} to {%if c.leavedate%}{{c.leavedate}}{%else%}present{%endif%})</span>
</div>
{%endfor%}
</td>
</tr>
</tbody>
</table>
</div>
Expand Down
19 changes: 15 additions & 4 deletionspgcommitfest/commitfest/templates/patch_workflow.inc
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,10 +3,10 @@
<table class="table table-bordered">
<thead>
<tr>
<th>Assign To</th>
<th>Annotate</th>
<th>Resolve</th>
<th>Move To</th>
<th>Assign To</th>
<th>Annotate</th>
<th>Resolve</th>
<th>Move To</th>
</tr>
</thead>
<tbody>
Expand DownExpand Up@@ -78,12 +78,23 @@

</td>
</tr>

<tr>
<th>Author(s)</th>
<th>Reviewer(s)</th>
<th>Committer</th>
<th>Status</th>
</tr>

<tr>
<!-- Change -->
<td>
{%for author in authors %}
<div>{{author.first_name}} {{author.last_name}}</div>
{%endfor%}
{%if is_author or is_committer %}
<a class="btn btn-default " href="edit/">Edit Authors</a>
{%endif%}
</td>
<!-- Annotate -->
<td>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp