1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/modules/indexer/code
Bruno Sofiato d266d190bd
Fixed race condition when deleting documents by repoId in ElasticSearch (#32185)
Resolves #32184

---------

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
2024-10-03 16:03:36 +00:00
..
bleve Change the code search to sort results by relevance (#32134) 2024-09-28 20:13:55 +00:00
elasticsearch Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) 2024-10-03 16:03:36 +00:00
internal Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 2024-03-16 10:32:45 +00:00
git.go Fix index too many file names bug (#31903) 2024-09-01 05:57:31 +00:00
indexer_test.go Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 2024-03-16 10:32:45 +00:00
indexer.go Fix tautological conditions (#30735) 2024-04-30 14:34:40 +02:00
search.go Render embedded code preview by permlink in markdown (#30234) 2024-04-02 17:48:27 +00:00