summaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-213-5/+5
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-197-926/+930
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-185-1645/+1659
* Support no label/assignee filter and batch clearing labels/assignees (#24707)Lunny Xiao2023-05-171-14/+26
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-102-36/+0
* Review fixes and enhancements (#24526)silverwind2023-05-101-0/+14
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-083-9/+8
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-6/+0
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-2/+6
* Load reviewer for comments when dismissing a review (#24281)Jason Song2023-04-231-2/+10
* Use more specific test methods (#24265)KN4CK3R2023-04-222-3/+3
* Fix issue attachment handling (#24202)wxiaoguang2023-04-203-81/+75
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-144-8/+8
* Localize milestone related time strings (#24051)Yarden Shoham2023-04-121-5/+0
* Add API to manage issue dependencies (#17935)qwerty2872023-03-282-10/+15
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-032-7/+10
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-65/+52
* Order pull request conflict checking by recently updated, for each push (#23220)Brecht Van Lommel2023-03-011-0/+1
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-272-14/+24
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+61
* Fix DBConsistency checks on MSSQL (#23132)zeripath2023-02-241-4/+4
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-6/+8
* Improve issues.LoadProject (#22982)yp053272023-02-202-6/+2
* 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