summaryrefslogtreecommitdiffstats
path: root/models/commit_status_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-49/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Fix bug about ListOptions and stars/watchers pagnation (#14556)Lunny Xiao2021-02-041-1/+1
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-5/+6
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-091-12/+17
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-1/+2
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+38