TheFox0x7
|
aece12cb17
|
Enable addtional linters (#34085)
enable mirror, usestdlibbars and perfsprint
part of: https://github.com/go-gitea/gitea/issues/34083
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-04-01 10:14:01 +00:00 |
|
TheFox0x7
|
0ecd3cfbcc
|
enable staticcheck QFxxxx rules (#34064)
|
2025-03-29 17:32:28 -04:00 |
|
wxiaoguang
|
75f63b3969
|
Improve issue & code search (#33860)
Each "indexer" should provide the "search modes" they support by
themselves. And we need to remove the "fuzzy" search for code.
|
2025-03-13 11:07:48 +08:00 |
|
TheFox0x7
|
96bf5c832d
|
Remove context from git struct (#33793)
Argument is moved from struct init in command run, which lets us remove
context from struct.
|
2025-03-04 11:56:11 -08:00 |
|
wxiaoguang
|
12248c8076
|
Improve grep search (#30843)
Reduce the context line number to 1, make "git grep" search respect the
include/exclude patter, and fix #30785
|
2024-05-03 09:13:48 +00:00 |
|
wxiaoguang
|
1ca5987138
|
Limit the max line length when parsing git grep output (#30418)
|
2024-04-12 03:36:34 +00:00 |
|
wxiaoguang
|
64d977f185
|
Fix git grep search limit, add test (#30071)
Fix #30069
|
2024-03-25 21:25:22 +08:00 |
|
wxiaoguang
|
031efb167f
|
Support repo code search without setting up an indexer (#29998)
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.
Fix #29996


---------
Co-authored-by: silverwind <me@silverwind.io>
|
2024-03-24 17:05:00 +01:00 |
|