aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_search.go
Commit message (Expand)AuthorAgeFilesLines
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang12 days1-16/+23
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-0/+13
* Refactor issue label selection (#31497)wxiaoguang2024-06-261-13/+13
* Optimization of labels handling in issue_search (#26460)Chl2024-06-251-4/+22
* Enable `unparam` linter (#31277)silverwind2024-06-111-31/+20
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-7/+7
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-17/+5
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-14/+11
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-20/+0
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+7
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-1/+1
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-201-7/+12
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-1/+8
* Fix wrong review requested number (#26784)Nanguan Lin2023-09-031-6/+15
* Fix project filter bugs (#26490)CaiCandong2023-08-151-6/+13
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-1/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-45/+36
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-367/+16
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-0/+842