aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-1/+1
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-1/+2
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-1/+1
* Refactor deletion (#28610)delvh2023-12-251-2/+2
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-30/+0
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-191-0/+6
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-124/+0
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-3/+3
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-0/+42
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-29/+18
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-1/+1
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-121-0/+45
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-30/+39
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-7/+12
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-34/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-20/+20
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+562