aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-073-34/+17
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+7
* Fix comment permissions (#28213)Lunny Xiao2023-11-253-5/+9
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+1
* Enable system users for comment.LoadPoster (#28014)Earl Warren2023-11-131-1/+1
* Fix missing mail reply address (#27997)KN4CK3R2023-11-131-0/+8
* Fix 500 when deleting a dismissed review (#27903)Nanguan Lin2023-11-052-0/+40
* Display issue task list on project cards (#27865)KN4CK3R2023-11-021-10/+2
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-203-3/+3
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-202-36/+14
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-193-0/+62
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1114-80/+79
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-052-0/+39
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-038-35/+35
* Don't use subselect in `DeleteIssuesByRepoID` (#27332)JakobDev2023-10-031-64/+79
* simplify issue deletion query (#27312)Earl Warren2023-10-021-11/+0
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-292-7/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-298-114/+114
* Add logs for data broken of comment review (#27326)Lunny Xiao2023-09-291-27/+9
* Fix the approval count of PR when there is no protection branch rule (#27272)Nanguan Lin2023-09-281-8/+17
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-281-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-258-39/+43
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-212-2/+9
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-211-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1610-112/+105
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-11/+11
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-142-314/+0
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-148-24/+24
* Move some functions to service layer (#26969)Lunny Xiao2023-09-089-308/+566
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* Fix wrong review requested number (#26784)Nanguan Lin2023-09-031-6/+15
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-242-27/+33
* Fix archived unix time when archiving the label (#26681)puni98692023-08-231-3/+4
* [Refactor] getIssueStatsChunk to move inner function into own one (#26671)65432023-08-221-48/+49
* Fix project filter bugs (#26490)CaiCandong2023-08-152-10/+14
* Allow to archive labels (#26478)puni98692023-08-142-6/+25
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-131-1/+1
* Always show usernames in reaction tooltips (#26444)Panagiotis "Ivory" Vasilopoulos2023-08-102-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-103-15/+14
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-073-6/+6
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-052-5/+5
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-1/+9
* Use yellow if an approved review is stale (#26312)sebastian-sauer2023-08-041-0/+3
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-316-78/+114
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-282-2/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-229-55/+35