summaryrefslogtreecommitdiffstats
path: root/modules/convert/issue_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add Created & Updated to Milestone (#12662)65432020-09-051-0/+4
| | | | | | | | | * Add Created and Updated to Milestone table and expose via API * Expose to UI - To Overloaded ?!? * fix unit test Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Refactor Milestone related (#11225)65432020-05-121-0/+24
|
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-0/+24
* Label: delete .APIFormat() and use convert.ToLabel() * move issue APIFormat too * add missing one * move TEST too * handle error -> return empty APIIssue * Apply suggestions from code review Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>