0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-11 08:25:15 +01:00
gitea/templates/repo/issue
Markus Amshove a11ccc9fcd
Disallow merge when required checked are missing (#29143)
fixes #21892 

This PR disallows merging a PR when not all commit status contexts
configured in the branch protection are met.

Previously, the PR was happy to merge when one commit status was
successful and the other contexts weren't reported.

Any feedback is welcome, first time Go :-)
I'm also not sure if the changes in the template break something else

Given the following branch protection:


![branch_protection](https://github.com/go-gitea/gitea/assets/2401875/f871b4e4-138b-435a-b496-f9ad432e3dec)

This was shown before the change:


![before](https://github.com/go-gitea/gitea/assets/2401875/60424ff0-ee09-4fa0-856e-64e6e3fb0612)

With the change, it is now shown as this:


![after](https://github.com/go-gitea/gitea/assets/2401875/4e464142-efb1-4889-8166-eb3be26c8f3d)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-02-19 09:57:08 +00:00
..
fields Fix required checkboxes in issue forms (#27592) 2023-10-19 11:43:15 +00:00
labels
milestone Improve the list header in milestone page (#27302) 2023-10-18 00:03:42 +00:00
view_content Disallow merge when required checked are missing (#29143) 2024-02-19 09:57:08 +00:00
branch_selector_field.tmpl
card.tmpl Fix links in issue card (#28806) 2024-01-15 22:38:13 +02:00
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl
filter_list.tmpl Improve the list header in milestone page (#27302) 2023-10-18 00:03:42 +00:00
filters.tmpl Refactor template empty checks (#28351) 2023-12-04 15:48:42 -06:00
label_precolors.tmpl
labels.tmpl
list.tmpl Show total TrackedTime on issue/pull/milestone lists (#26672) 2023-10-19 14:08:31 +00:00
milestone_issues.tmpl Show total TrackedTime on issue/pull/milestone lists (#26672) 2023-10-19 14:08:31 +00:00
milestone_new.tmpl
milestones.tmpl Improve the list header in milestone page (#27302) 2023-10-18 00:03:42 +00:00
navbar.tmpl
new_form.tmpl
new.tmpl
openclose.tmpl Add ability to see open and closed issues at the same time (#28757) 2024-01-15 15:07:22 +00:00
search.tmpl Improve the list header in milestone page (#27302) 2023-10-18 00:03:42 +00:00
view_content.tmpl Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
view_title.tmpl Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
view.tmpl