File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func TestPullRequest_AddToTaskQueue(t *testing.T) {
3636 assert .NoError (t , err )
3737
3838 pr := unittest .AssertExistsAndLoadBean (t , & issues_model.PullRequest {ID : 2 })
39- AddToTaskQueue (db .DefaultContext , pr )
39+ StartPullRequestCheckImmediately (db .DefaultContext , pr )
4040
4141 assert .Eventually (t , func () bool {
4242 pr = unittest .AssertExistsAndLoadBean (t , & issues_model.PullRequest {ID : 2 })
Original file line number Diff line number Diff line change 6868 {{template "repo/issue/view_content/comments" .}}
6969
7070 {{if and .Issue.IsPull (not $.Repository.IsArchived)}}
71- {{template "repo/issue/view_content/pull ".}}
71+ {{template "repo/issue/view_content/pull_merge_box ".}}
7272 {{end}}
7373
7474 {{if .IsSigned}}
Original file line number Diff line number Diff line change 11{{if and .Issue.PullRequest.HasMerged (not .IsPullBranchDeletable)}}
22{{/* Then the merge box will not be displayed because this page already contains enough information */}}
33{{else}}
4- <div class="timeline-item comment merge box">
4+ <div class="timeline-item comment pull- merge- box">
55 <div class="timeline-avatar text {{if .Issue.PullRequest.HasMerged}}purple
66 {{- else if .Issue.IsClosed}}grey
77 {{- else if .IsPullWorkInProgress}}grey
Original file line number Diff line number Diff line change @@ -476,14 +476,6 @@ td .commit-summary {
476476 margin-right : 5px ;
477477}
478478
479- .repository .view .issue .merge .box .branch-update .grid .row {
480- padding-bottom : 1rem ;
481- }
482-
483- .repository .view .issue .merge .box .branch-update .grid .row .icon {
484- margin-top : 1.1rem ;
485- }
486-
487479.repository .view .issue .comment-list : not (.prevent-before-timeline )::before {
488480 display : block;
489481 content : "" ;
You can’t perform that action at this time.
0 commit comments