summaryrefslogtreecommitdiffstats
path: root/modules/convert/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-235/+0
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-14/+15
* Use GhostUser if needed for TrackedTimes (#22021)zeripath2022-12-041-6/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-14/+15
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-11/+10
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* more context for models (#19511)65432022-04-281-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Calculate label URL on API (#16186)65432021-09-101-5/+28
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+2
* [API] Add Ref to Issue (#13946)zeripath2020-12-131-0/+1
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-3/+3
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-0/+40
* Add Created & Updated to Milestone (#12662)65432020-09-051-0/+2
* Issue/Pull expose IsLocked Property on API (#11708)65432020-06-011-0/+1
* Refactor Milestone related (#11225)65432020-05-121-1/+20
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-1/+106
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-0/+38