aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Fix issue/PR numbers (#22037) (#22045)Jason Song2022-12-061-6/+1
* Fix issues count bug (#21600)Lunny Xiao2022-10-262-11/+3
* Fix reaction of issues (#21185) (#21196)Jason Song2022-09-181-4/+15
* Fix missed sort bug (#21006)Lunny Xiao2022-08-311-0/+2
* Display project in issue list (#20583)aceArt-GmbH2022-08-021-0/+45
* Modify milestone search keywords to be case insensitive (#20266) (#20498)Tyrone Yeh2022-07-271-1/+6
* Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407)65432022-07-191-0/+30
* Fix org label open count, including close count issue (#20364)Tyrone Yeh2022-07-141-0/+2
* Fix checks in PR for empty commits (#20290) (#20352)Ing. Jaroslav Šafka2022-07-131-0/+6
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-07-012-0/+16
* Fix CountOrphanedLabels in orphan check (#20009)zeripath2022-06-171-1/+1
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+2
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-3/+4
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1337-103/+12291
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-33/+31
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-6/+9
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-0/+938
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-313-1/+562
* Show fullname on issue edits and gpg/ssh signing info (#18827)Wim2022-02-202-3/+5
* format with gofumpt (#18184)65432022-01-201-1/+0
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Improvements to content history (#17746)Jimmy Praet2021-11-222-7/+25
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4
* Fix history count failure (#17351)Lunny Xiao2021-10-211-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-103-0/+320