aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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