aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao4 days1-1/+2
* feat: Add sorting by exclusive labels (issue priority) (#33206)Thomas E Lackey5 days4-14/+35
* Enable addtional linters (#34085)TheFox0x72025-04-019-33/+34
* Enable testifylint rules (#34075)TheFox0x72025-03-314-18/+18
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-2/+3
* Decouple Batch from git.Repository to simplify usage without requiring the cr...Lunny Xiao2025-03-272-14/+2
* Fix incorrect code search indexer options (#33992)wxiaoguang2025-03-241-3/+2
* Fix file name could not be searched if the file was not a text file when usin...charles2025-03-211-1/+2
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-218-30/+91
* Refactor functions to reduce repopath expose (#33892)Lunny Xiao2025-03-161-5/+5
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-148-19/+34
* Improve issue & code search (#33860)wxiaoguang2025-03-1318-101/+214
* Remove context from git struct (#33793)TheFox0x72025-03-043-10/+10
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-204-32/+29
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-171-2/+2
* enable literal string for code search (#33590)Darren Hoo2025-02-167-15/+147
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao2025-02-051-1/+6
* Refactor older tests to use testify (#33140)TheFox0x72025-01-093-66/+24
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-034-8/+15
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-19/+19
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-152-8/+8
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-128-11/+55
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-113-9/+9
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-2/+0
* 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