gitea/routers/api/v1
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 Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
convert Add API endpoint for accessing repo topics (#7963) 2019-09-03 23:46:24 +08:00
misc Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
org Fix team user api (#8172) 2019-09-15 20:22:02 +08:00
repo Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
swagger Add API endpoint for accessing repo topics (#7963) 2019-09-03 23:46:24 +08:00
user Remove legacy handling of drone token (#8191) 2019-09-17 15:13:24 +03:00
utils Implement webhook branch filter (#7791) 2019-09-09 08:48:21 +03:00
api.go Add API endpoint for accessing repo topics (#7963) 2019-09-03 23:46:24 +08:00