summaryrefslogtreecommitdiffstats
path: root/routers/repo/setting_protected_branch.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-286/+0
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-4/+4
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-2/+2
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-3/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+4
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-0/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+5
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+1
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-0/+1
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+1
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-18/+41
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+1
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-081-2/+2
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+28
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-3/+23
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-4/+13
* Add protected branch whitelists for merging (#3689)Chri-s2018-03-251-1/+6
* Change protected branch settings title to existing locale entry (#3694)Chri-s2018-03-211-1/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-12/+12
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+186