Commit Graph
5 Commits
Author SHA1 Message Date
Lunny Xiao a4bfef265d Move db related basic functions to models/db (#17075)
* Move db related basic functions to models/db

* Fix lint

* Fix lint

* Fix test

* Fix lint

* Fix lint

* revert unnecessary change

* Fix test

* Fix wrong replace string

* Use *Context

* Correct committer spelling and fix wrong replaced words

Co-authored-by: zeripath <[email protected]>
2021-09-19 19:49:59 +08:00
6543 51578d6418 Calculate label URL on API (#16186)
close #8028
2021-09-10 18:03:16 +02:00
6543 1ea1cade85 Add Created & Updated to Milestone (#12662)
* Add Created and Updated to Milestone table and expose via API

* Expose to UI - To Overloaded ?!?

* fix unit test

Co-authored-by: techknowlogick <[email protected]>
2020-09-05 13:38:54 -04:00
6543 7257c39ddf Refactor Milestone related (#11225) 2020-05-12 22:54:35 +01:00
6543 7e8cdba181 [Refactor] move APIFormat() of Issue and Label to convert package (#10423)
* 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 <[email protected]>

Co-authored-by: zeripath <[email protected]>
Co-authored-by: guillep2k <[email protected]>
2020-02-28 23:49:50 -03:00