You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/repo/settings
Lunny Xiao 04ca7f0047 Refuse merge until all required status checks success (#7481)
* refuse merge until ci successfully

* deny merge request when required status checkes not succeed on merge Post and API

* add database migration for added columns on protected_branch

* fix migration

* fix protected branch check bug

* fix protected branch settings

* remove duplicated code on check pull request's required commit statuses pass

* remove unused codes

* fix migration

* add newline for template file

* fix go mod

* rename function name and some other fixes

* fix template

* fix bug pull view

* remove go1.12 wrong dependencies

* add administrator bypass when protected branch status check enabled

* fix bug

* improve the codes
5 years ago
..
webhook Implement webhook branch filter (#7791) 5 years ago
branches.tmpl Feature: Archive repos (#5009) 6 years ago
collaboration.tmpl Use Semantic UI's Search component for user and repo search (#2636) 7 years ago
deploy_keys.tmpl Some small template fixes (#3820) 6 years ago
githook_edit.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
githooks.tmpl Fix #1418 (#1456) 7 years ago
nav.tmpl Protected branches system (#339) 7 years ago
navbar.tmpl Refactor repo.isBare to repo.isEmpty #5629 (#5714) 6 years ago
options.tmpl Extract the username and password from the mirror url (#7651) 5 years ago
protected_branch.tmpl Refuse merge until all required status checks success (#7481) 5 years ago