aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues
Commit message (Expand)AuthorAgeFilesLines
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-245-2/+32
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-231-12/+13
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-222-35/+17
* Meilisearch double quote on "match" query (#29740)65432024-03-162-70/+37
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-138-182/+133
* Patch in exact search for meilisearch (#29671)65432024-03-095-12/+155
* remove util.OptionalBool and related functions (#29513)65432024-03-027-26/+27
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+2
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-7/+7
* Fix sort bug on repository issues list (#28897)Lunny Xiao2024-01-231-2/+2
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-073-29/+2
* Meilisearch: require all query terms to be matched (#28293)Brecht Van Lommel2023-11-291-4/+5
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-0/+6
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-201-1/+0
* Improve retrying index issues (#27554)Jason Song2023-10-152-30/+41
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-6/+21
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Add tests for db indexer in indexer_test.go (#27087)Nanguan Lin2023-09-161-131/+324
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-1/+82
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-4/+5
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-232-3/+51
* Support rebuilding issue indexer manually (#26546)Jason Song2023-08-171-7/+15
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-163-22/+35
* Fix project filter bugs (#26490)CaiCandong2023-08-151-0/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-3115-338/+2080
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-079-30/+45
* Replace `interface{}` with `any` (#25686)silverwind2023-07-043-6/+6
* Fix issues indexer document mapping (#25619)Jason Song2023-07-041-20/+12
* Refactor indexer (#25174)Jason Song2023-06-2312-788/+494
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-39/+32
* Rewrite logger system (#24726)wxiaoguang2023-05-211-17/+4
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Remove unnecessary code (#24610)Lunny Xiao2023-05-101-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-085-95/+30
* Refactor config provider (#24245)Lunny Xiao2023-04-251-2/+1
* Fix meilisearch not working when searching across multiple repositories (#24109)Brecht Van Lommel2023-04-141-2/+4
* Add meilisearch support (#23136)techknowlogick2023-03-282-1/+199
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Make issue and code search support camel case (#22829)sillyguodong2023-02-121-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-276-12/+6
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-042-19/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-8/+8
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1