summaryrefslogtreecommitdiffstats
path: root/models/issues/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+61
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-6/+8
* Improve issues.LoadProject (#22982)yp053272023-02-201-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+27
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-0/+5
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-1/+1
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-0/+2
* Implement actions (#21937)Jason Song2023-01-311-1/+1
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-0/+6
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-2/+2
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-55/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-14/+10
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-6/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-65/+49
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-10/+10
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-10/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-44/+44
* Fix viewing user subscriptions (#21482)zenofile2022-10-181-1/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* 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-161-7/+7
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-0/+35
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-281-10/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-7/+7
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+2448