summaryrefslogtreecommitdiffstats
path: root/models/commit_status.go
Commit message (Expand)AuthorAgeFilesLines
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-7/+7
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-19/+21
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-7/+7
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-16/+91
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-20/+18
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-3/+3
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-13/+7
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+1
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-1/+3
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-8/+15
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-21/+0
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+7
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-46/+13
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+22
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-091-1/+1
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-3/+52
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+259