summaryrefslogtreecommitdiffstats
path: root/modules/indexer/code
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-261-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
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-063-6/+6
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-276-33/+180
* Pause queues (#15928)zeripath2022-01-221-2/+3
* format with gofumpt (#18184)65432022-01-206-60/+51
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-31/+35
* Upgrade bleve from v2.0.6 to v2.3.0 (#18132)Lunny Xiao2022-01-011-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-162-0/+11
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-106-23/+24
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-302-2/+2
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+1
* Fix nil checking on typed interface (#17598)Gusted2021-11-153-7/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-6/+8
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-23/+11
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-6/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-11/+10
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-181-4/+6
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
* Use git log name-status in get last commit (#16059)zeripath2021-06-212-0/+6
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1