forgejo/routers/repo
Lunny Xiao 04ca7f0047 Refuse merge until all required status checks success ()
* 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
2019-09-18 08:39:45 +03:00
..
activity.go
attachment.go
blame.go
branch.go
commit.go
compare.go
download.go
editor.go
editor_test.go
http.go
issue.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
milestone.go
pull.go Refuse merge until all required status checks success () 2019-09-18 08:39:45 +03:00
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go
setting_protected_branch.go Refuse merge until all required status checks success () 2019-09-18 08:39:45 +03:00
settings_test.go
topic.go
view.go
webhook.go
wiki.go
wiki_test.go