gitea/routers/api/v1
David Svantesson 9ff4e1d2d9
Add API branch protection endpoint (#9311)
* add API branch protection endpoint

* lint

* Change to use team names instead of ids.

* Status codes.

* fix

* Fix

* Add new branch protection options (BlockOnRejectedReviews, DismissStaleApprovals, RequireSignedCommits)

* Do xorm query directly

* fix xorm GetUserNamesByIDs

* Add some tests

* Improved GetTeamNamesByID

* http status created for CreateBranchProtection

* Correct status code in integration test

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
2020-02-12 23:19:35 +00:00
..
admin Prevent DeleteUser API abuse (#10125) 2020-02-03 18:46:33 +02:00
misc Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
notify API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
org [API] let admin check org membership on other users (#10201) 2020-02-09 23:54:53 +02:00
repo Add API branch protection endpoint (#9311) 2020-02-12 23:19:35 +00:00
swagger Add API branch protection endpoint (#9311) 2020-02-12 23:19:35 +00:00
user API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
utils API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
api.go Add API branch protection endpoint (#9311) 2020-02-12 23:19:35 +00:00