| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 1 | -3/+3 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 1 | -5/+5 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -4/+4 |
* | Cache repository default branch commit status to reduce query on commit statu... | Lunny Xiao | 2024-03-06 | 1 | -2/+2 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Fix `GetCommitStatuses` (#28787) | KN4CK3R | 2024-01-15 | 1 | -1/+4 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 1 | -0/+8 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 1 | -1/+1 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -1/+1 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -0/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -4/+4 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -2/+2 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 1 | -2/+2 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -2/+2 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -3/+3 |
* | Let branch/tag name be a valid ref to get CI status (#16400) | 6543 | 2021-07-13 | 1 | -30/+5 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -1/+3 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 1 | -38/+16 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 1 | -3/+4 |
* | Add Access-Control-Expose-Headers (#12446) | zeripath | 2020-08-13 | 1 | -0/+1 |
* | Add pagination headers on endpoints that support total count from database (#... | Cirno the Strongest | 2020-06-21 | 1 | -2/+7 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 1 | -2/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -13/+20 |
* | Fix wrong hint when status checking is running on pull request view (#9886) | Lunny Xiao | 2020-01-22 | 1 | -9/+9 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -12/+24 |
* | Fix NewCommitStatus (#9434) | John Olheiser | 2019-12-19 | 1 | -2/+2 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+0 |
* | api: fix multiple bugs with statuses endpoints (#7785) | Antoine GIRARD | 2019-08-09 | 1 | -5/+33 |
* | Fix #7136: Add paging and extend API GetCommitStatuses (#7141) | zeripath | 2019-07-25 | 1 | -5/+46 |
* | Add commit statuses reports on pull request view (#6845) | Lunny Xiao | 2019-06-30 | 1 | -8/+5 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | refactor: import order. (#3736) | Bo-Yi Wu | 2018-03-29 | 1 | -0/+1 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 1 | -10/+112 |
* | Fix repo API bug (#2133) | Ethan Koenig | 2017-07-12 | 1 | -6/+1 |
* | Status-API (#1332) | Kim "BKC" Carlbäcker | 2017-04-21 | 1 | -0/+127 |