aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-184-52/+145
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-4/+4
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-152-0/+10
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-7/+7
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-14/+33
* Set PR for issue when load attributes for PRs (#22766)Jason Song2023-02-051-0/+1
* Fix time to NotifyPullRequestSynchronized (#22650)Jason Song2023-02-051-1/+12
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-0/+2
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-4/+63
* Small refactor for loading PRs (#22652)Lunny Xiao2023-02-011-2/+3
* Implement actions (#21937)Jason Song2023-01-316-37/+38
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-0/+6
* Support org/user level projects (#22235)Lunny Xiao2023-01-202-6/+6
* Support importing comment types (#22510)Sybren2023-01-182-0/+16
* some refactor about code comments (#20821)Lunny Xiao2023-01-174-184/+163
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+12
* Restore previous official review when an official review is deleted (#22449)Jimmy Praet2023-01-152-9/+58
* Improve utils of slices (#22379)Jason Song2023-01-112-3/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-232-89/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-1012-238/+38
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+2
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-6/+1
* Use GhostUser if needed for TrackedTimes (#22021)zeripath2022-12-041-9/+18
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0313-34/+29
* 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