aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/elastic_search.go
Commit message (Collapse)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-5/+3
| | | | | | | | | | | * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
* Sort issue search results by revelance (#14353)Lauris BH2021-01-161-1/+1
|
* Refactor Logger (#13294)zeripath2020-10-311-2/+2
| | | | | | Refactor Logger to make a logger interface and make it possible to wrap loggers for specific purposes. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-131-0/+230
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code