aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2738-76/+38
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1917-263/+190
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-1216-46/+46
* Fix issues count bug (#21557)Lunny Xiao2022-10-252-11/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2411-94/+94
* Fix viewing user subscriptions (#21482)zenofile2022-10-181-1/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-1811-3/+80
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-164-24/+21
* Add generic set type (#21408)KN4CK3R2022-10-123-66/+41
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-0/+35
* Fix reaction of issues (#21185)Jason Song2022-09-171-4/+15
* Fix missed sort bug (#20996)Lunny Xiao2022-08-311-0/+2
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-1614-145/+145
* 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