gitea/services/pull
David Svantesson 18e0447b3f Fix admin handling at merge of PR (#9749)
* Admin shall be able to bypass merge checks.

* Repository admin should not bypass if merge whitelist is set.

* Add code comment about checks that PR are ready

* notAllOverrideableChecksOk->notAllOverridableChecksOk

* Fix merge, require signed currently not overridable.

* fix

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
2020-01-16 23:01:22 +02:00
..
check_test.go
check.go [refactor] notify remove unused praram (#9804) 2020-01-16 17:24:20 +01:00
commit_status.go
lfs.go
main_test.go
merge.go Fix admin handling at merge of PR (#9749) 2020-01-16 23:01:22 +02:00
patch.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
pull_test.go
pull.go Add owner_name column for table repository for maintaince reason (#9717) 2020-01-12 17:36:21 +08:00
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 2020-01-09 01:47:45 +00:00
temp_repo.go