aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong line number in code search result (#29260)yp053272024-03-061-19/+31
* 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
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-252-4/+1
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-7/+7
* fix: Elasticsearch: Request Entity Too Large #28117 (#29062)dark-angel2024-02-071-5/+11
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Preserve BOM in web editor (#28935)silverwind2024-01-272-2/+2
* Fix sort bug on repository issues list (#28897)Lunny Xiao2024-01-231-2/+2
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-1/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-4/+13
* 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
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-4/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-115-7/+9
* make writing main test easier (#27270)Lunny Xiao2023-09-283-12/+3
* 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
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+8
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-081-15/+0
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-083-0/+6
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-072-9/+10
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+2
* 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-3121-352/+2301
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-079-30/+45
* Replace `interface{}` with `any` (#25686)silverwind2023-07-046-12/+12
* Fix issues indexer document mapping (#25619)Jason Song2023-07-041-20/+12
* Fix `Init` of db indexer (#25470)Jason Song2023-06-231-2/+3
* Refactor indexer (#25174)Jason Song2023-06-2336-1411/+1359
* Improve queue and logger context (#24924)wxiaoguang2023-05-263-47/+38
* Allow skipping forks and mirrors from being indexed (#23187)techknowlogick2023-05-251-0/+27
* Rewrite logger system (#24726)wxiaoguang2023-05-212-33/+8
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Remove unnecessary code (#24610)Lunny Xiao2023-05-102-2/+2
* Rewrite queue (#24505)wxiaoguang2023-05-0811-162/+65
* Refactor config provider (#24245)Lunny Xiao2023-04-252-4/+2
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-193-4/+12
* 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-202-5/+5