aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong10 days1-2/+5
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+28
* Strict pagination check (#32548)Lunny Xiao2024-11-251-1/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-221-1/+1
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-37/+59
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-0/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-14/+0
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-9/+0
* Display issue task list on project cards (#27865)KN4CK3R2023-11-021-10/+2
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-201-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-15/+15
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-0/+47
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-3/+3
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-2/+24
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-7/+7
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-1/+1
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-8/+7
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+9
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+179
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-2/+2
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-192/+0
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-1643/+0
* Support no label/assignee filter and batch clearing labels/assignees (#24707)Lunny Xiao2023-05-171-14/+26
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-2/+6
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-1/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-2/+2
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-9/+14
* 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