Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -5/+3 |
| | | | | | | | | | | | * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt | ||||
* | Sort issue search results by revelance (#14353) | Lauris BH | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Refactor Logger (#13294) | zeripath | 2020-10-31 | 1 | -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 Xiao | 2020-02-13 | 1 | -0/+230 |
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code |