summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/status.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-2/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-2/+2
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-3/+3
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-131-30/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+3
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-38/+16
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-3/+4
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+7
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-13/+20
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-9/+9
* Swagger info corrections (#9441)65432019-12-201-12/+24
* Fix NewCommitStatus (#9434)John Olheiser2019-12-191-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-091-5/+33
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-5/+46
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-8/+5
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-0/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-10/+112
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-6/+1
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+127