gitea/templates/repo/issue/view_content
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
..
add_reaction.tmpl
attachments.tmpl
comments_delete_time.tmpl
comments.tmpl Use "Safe" modifier for manually constructed safe HTML strings in templates (#29227) 2024-02-18 01:48:59 +00:00
context_menu.tmpl
conversation.tmpl Don't reload timeline page when (un)resolving or replying conversation (#28654) 2024-01-24 03:26:28 +00:00
pull_merge_instruction.tmpl Add merge style fast-forward-only (#28954) 2024-02-12 23:37:23 +01:00
pull.tmpl Disallow merge when required checked are missing (#29143) 2024-02-19 09:57:08 +00:00
reactions.tmpl
reference_issue_dialog.tmpl
show_role.tmpl
sidebar.tmpl Fix can not select team reviewers when reviewers is empty (#29174) 2024-02-15 11:30:11 +00:00
update_branch_by_merge.tmpl
watching.tmpl Introduce htmx and use it to avoid full page load on Subscribe and Follow (#28908) 2024-01-30 15:45:54 +01:00