gitea/routers
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
2019-09-18 08:39:45 +03:00
..
admin Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
api/v1 Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
dev Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
org Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
private Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
repo Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
routes Fix adding default Telegram webhook (#7972) 2019-08-26 18:59:10 -04:00
user Add Ability for User to Customize Email Notification Frequency (#7813) 2019-08-29 17:05:42 +03:00
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 2018-09-10 10:31:08 -04:00
home.go Include description in repository search. (#7942) 2019-08-25 20:06:36 +03:00
init.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
install.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
metrics.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
swagger_json.go Swagger.v1.json template (#3572) 2018-07-28 03:19:01 +03:00