aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_tracked_time.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-316/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-33/+18
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-3/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-6/+6
* Fix display time of milestones (#18753)René Schaar2022-02-161-4/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-17/+18
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-18/+18
* 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-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-15/+20
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-11/+20
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+2
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+1
* Fix tracked time issues (#11349)65432020-05-091-4/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+12
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-29/+0
* times Add filters (#9373)65432020-01-081-4/+12
* [API] Extend times API (#9200)65432019-12-271-27/+219
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-1/+1
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-0/+3
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-7/+16
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-1/+2
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-0/+13
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-14/+4
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+117