aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make issue and code search support camel case (#22829)sillyguodong2023-02-122-4/+6
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2720-40/+20
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-3/+3
* 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-043-28/+4
* 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 issues related files into models/issues (#19931)Lunny Xiao2022-06-132-8/+8
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-5/+0
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-5/+6
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-262-2/+2
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-143-3/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-013-19/+22
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-312-1/+18
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Prevent intermittent failures in RepoIndexerTest (2) (#19229)zeripath2022-03-271-0/+5
* Prevent intermittent failures in RepoIndexerTest (#19225)zeripath2022-03-271-2/+8
* Prevent Stats Indexer reporting error if repo dir missing (#18870)zeripath2022-02-241-0/+3
* 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-2712-74/+379