aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_label_test.go
Commit message (Expand)AuthorAgeFilesLines
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-48/+48
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-23/+24
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-65/+66
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...65432020-10-121-1/+4
* BugFix: updateLabel can updated not allowed fields #11242 (#11242)65432020-04-281-3/+10
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-5/+106
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-12/+0
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+4
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+1
* Fix label count (#8267)Lunny Xiao2019-09-241-0/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add label names as filter in issue search api (#5946)Lanre Adelowo2019-02-041-0/+24
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-5/+7
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
* Fix consistency check (#866)Ethan Koenig2017-02-081-0/+8
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-0/+244