summaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-282-11/+4
* Display project in issue list (#20434)aceArt-GmbH2022-07-261-0/+45
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-0/+30
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-1/+1
* Fix org label open count, including close count issue (#20353)Tyrone Yeh2022-07-141-0/+2
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-0/+6
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Modify milestone search keywords to be case insensitive (#20266)Tyrone Yeh2022-07-061-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-302-0/+16
* Add more linters to improve code readability (#19989)Wim2022-06-2010-83/+83
* 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