aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-141-7/+4
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-065-7/+77
* Update go dependencies (#32389)wxiaoguang2024-10-311-6/+2
* Allow code search by filename (#32210)Bruno Sofiato2024-10-119-40/+534
* Fixed race condition when deleting documents by repoId in ElasticSearch (#32185)Bruno Sofiato2024-10-031-1/+27
* Change the code search to sort results by relevance (#32134)Bruno Sofiato2024-09-282-2/+6
* Fix index too many file names bug (#31903)Lunny Xiao2024-09-011-7/+31
* Refactor the usage of batch catfile (#31754)Lunny Xiao2024-08-202-18/+22
* Properly filter issue list given no assignees filter (#31522)Kemal Zebari2024-07-232-1/+12
* Allow searching issues by ID (#31479)Carsten Klein2024-07-174-2/+54
* Fix bug filtering issues which have no project (#31337)Lunny Xiao2024-06-141-1/+6
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-279-23/+23
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-013-9/+15
* Fix tautological conditions (#30735)silverwind2024-04-301-6/+0
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-8/+4
* Perform Newest sort type correctly when sorting issues (#30644)Kemal Zebari2024-04-231-2/+2
* Enable more `revive` linter rules (#30608)silverwind2024-04-222-3/+0
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-7/+9
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-246-16/+39
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-17/+18
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-233-28/+22
* 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 code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-166-35/+53
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-139-187/+140
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-8/+4
* Patch in exact search for meilisearch (#29671)65432024-03-0911-27/+178
* 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