summaryrefslogtreecommitdiffstats
path: root/models/issue_milestone_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-381/+0
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-14/+15
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-37/+37
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-16/+17
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-50/+51
* [API] generalize list header (#16551)65432021-08-121-4/+4
* Update milestone counters on new issue. (#16183)KN4CK3R2021-06-211-3/+3
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-4/+28
* Refactor Milestone related (#11225)65432020-05-121-46/+21
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-2/+2
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-311-1/+2
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+1
* trim whitespace of MilestoneName at creation/rename (#10017)65432020-01-271-2/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* [API] Extend times API (#9200)65432019-12-271-2/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-0/+85
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-061-3/+3
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-8/+31
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+2
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+11
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-2/+4
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-6/+18
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+3
* Fix import order (#1951)Ethan Koenig2017-06-121-2/+2
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-091-0/+240