summaryrefslogtreecommitdiffstats
path: root/modules/indexer/code (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add testifylint to lint checks (#4535)TheFox0x72024-07-301-3/+4
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-3/+3
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-05-051-8/+4
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-2/+0
* [FIX] Set max fuzziness to 2 for bleve (#3444)Shiny Nematoda2024-04-262-1/+9
* s/Gitea/Forgejo in various log messages and comments0ko2024-04-211-2/+2
* Merge pull request 'Remove redundant / deadcode error check' (#3144) from gus...Earl Warren2024-04-101-6/+0
|\
| * Remove error checkGusted2024-04-101-6/+0
* | [TEST] make the indexer and pull tasks cancellable (without shutdown)oliverpool2024-04-101-1/+4
|/
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-281-17/+18
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-261-8/+7
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-201-8/+4
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-186-35/+53
* Patch in exact search for meilisearch (#29671)65432024-03-115-15/+16
* [PORT] Fix wrong line number in code search result (gitea#29260) (#2619)Shiny Nematoda2024-03-101-19/+31
* [gitea] fix: Elasticsearch: Request Entity Too Large #28117 (#29062)dark-angel2024-02-101-5/+11
* Preserve BOM in web editor (#28935)silverwind2024-01-272-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
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-4/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* 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-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-5/+5
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-11/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-5/+5
* Refactor indexer (#25174)Jason Song2023-06-2313-623/+331
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-3/+3
* Allow skipping forks and mirrors from being indexed (#23187)techknowlogick2023-05-251-0/+27
* Rewrite logger system (#24726)wxiaoguang2023-05-221-16/+4
* Rewrite queue (#24505)wxiaoguang2023-05-084-61/+30
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+3
* Make issue and code search support camel case (#22829)sillyguodong2023-02-121-2/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-279-18/+9
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-233-7/+7
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-9/+1
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-2/+2
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-271-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-013-19/+22
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+6