index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
indexer
/
code
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine fuzziness of bleve indexer by keyword length (#29706)
6543
2024-03-26
1
-8
/
+7
*
Use repo object format name instead of detecting from git repository (#29702)
Lunny Xiao
2024-03-20
1
-8
/
+4
*
Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)
6543
2024-03-18
6
-35
/
+53
*
Patch in exact search for meilisearch (#29671)
6543
2024-03-11
5
-15
/
+16
*
[PORT] Fix wrong line number in code search result (gitea#29260) (#2619)
Shiny Nematoda
2024-03-10
1
-19
/
+31
*
[gitea] fix: Elasticsearch: Request Entity Too Large #28117 (#29062)
dark-angel
2024-02-10
1
-5
/
+11
*
Preserve BOM in web editor (#28935)
silverwind
2024-01-27
2
-2
/
+2
*
Add option to disable ambiguous unicode characters detection (#28454)
wxiaoguang
2023-12-17
1
-1
/
+2
*
Abstract hash function usage (#28138)
Adam Majer
2023-12-13
1
-4
/
+13
*
Replace assert.Fail with assert.FailNow (#27578)
Nanguan Lin
2023-10-11
1
-4
/
+2
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-1
/
+1
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-4
/
+1
*
Update status and code index after changing the default branch (#27018)
Nanguan Lin
2023-09-13
1
-1
/
+8
*
Clarify the git command Stdin hanging problem (#26967)
wxiaoguang
2023-09-08
1
-15
/
+0
*
move repository deletion to service layer (#26948)
Lunny Xiao
2023-09-08
1
-0
/
+2
*
Replace `util.SliceXxx` with `slices.Xxx` (#26958)
CaiCandong
2023-09-07
1
-5
/
+5
*
Use Go 1.21 and update dependencies (#26878)
wxiaoguang
2023-09-03
1
-3
/
+2
*
Refactor and enhance issue indexer to support both searching, filtering and p...
Jason Song
2023-07-31
1
-11
/
+2
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
2
-5
/
+5
*
Refactor indexer (#25174)
Jason Song
2023-06-23
13
-623
/
+331
*
Improve queue and logger context (#24924)
wxiaoguang
2023-05-26
1
-3
/
+3
*
Allow skipping forks and mirrors from being indexed (#23187)
techknowlogick
2023-05-25
1
-0
/
+27
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-16
/
+4
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
4
-61
/
+30
*
Use more specific test methods (#24265)
KN4CK3R
2023-04-22
1
-1
/
+1
*
Allow adding new files to an empty repo (#24164)
wxiaoguang
2023-04-19
1
-1
/
+3
*
Make issue and code search support camel case (#22829)
sillyguodong
2023-02-12
1
-2
/
+3
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
9
-18
/
+9
*
Show syntax lexer name in file view/blame (#21814)
silverwind
2022-11-19
1
-1
/
+4
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
2
-2
/
+2
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
3
-7
/
+7
*
test: use `T.TempDir` to create temporary test directory (#21043)
Eng Zer Jun
2022-09-04
1
-9
/
+1
*
Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)
wxiaoguang
2022-07-01
1
-1
/
+1
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
2
-2
/
+2
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
2
-2
/
+2
*
Prevent dangling archiver goroutine (#19516)
zeripath
2022-04-27
1
-1
/
+1
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
3
-19
/
+22
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
1
-1
/
+6
*
Lock gofumpt to v0.3.0 and run it (#18866)
silverwind
2022-02-23
1
-1
/
+2
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
3
-6
/
+6
*
Automatically pause queue if index service is unavailable (#15066)
Lauris BH
2022-01-27
6
-33
/
+180
*
Pause queues (#15928)
zeripath
2022-01-22
1
-2
/
+3
*
format with gofumpt (#18184)
6543
2022-01-20
6
-60
/
+51
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
6
-31
/
+35
*
Upgrade bleve from v2.0.6 to v2.3.0 (#18132)
Lunny Xiao
2022-01-01
1
-1
/
+1
*
Prevent hang in git cat-file if repository is not a valid repository and othe...
zeripath
2021-12-16
2
-0
/
+11
*
Add missing `X-Total-Count` and fix some related bugs (#17968)
qwerty287
2021-12-15
1
-1
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
6
-23
/
+24
[next]