index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
indexer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
2
-5
/
+5
*
Make issue and code search support camel case (#22829)
sillyguodong
2023-02-12
2
-4
/
+6
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
3
-3
/
+3
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
20
-40
/
+20
*
Show syntax lexer name in file view/blame (#21814)
silverwind
2022-11-19
1
-1
/
+4
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-9
/
+9
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
3
-3
/
+3
*
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
3
-28
/
+4
*
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 issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
2
-8
/
+8
*
fix: some typos (#19956)
yutotnh
2022-06-13
1
-1
/
+1
*
Fix data-race problems in git module (quick patch) (#19934)
wxiaoguang
2022-06-11
1
-5
/
+0
*
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-06-10
1
-1
/
+1
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-2
/
+2
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
5
-5
/
+6
*
Prevent dangling archiver goroutine (#19516)
zeripath
2022-04-27
2
-2
/
+2
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
1
-1
/
+1
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
3
-3
/
+9
*
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
2
-1
/
+18
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
1
-1
/
+1
*
Prevent intermittent failures in RepoIndexerTest (2) (#19229)
zeripath
2022-03-27
1
-0
/
+5
*
Prevent intermittent failures in RepoIndexerTest (#19225)
zeripath
2022-03-27
1
-2
/
+8
*
Prevent Stats Indexer reporting error if repo dir missing (#18870)
zeripath
2022-02-25
1
-0
/
+3
*
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
12
-74
/
+379
*
Pause queues (#15928)
zeripath
2022-01-22
3
-5
/
+8
*
format with gofumpt (#18184)
6543
2022-01-20
12
-107
/
+89
*
Enable deprecation error for v1.17.0 (#18341)
Gusted
2022-01-20
2
-4
/
+4
*
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
3
-3
/
+6
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
12
-37
/
+41
*
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-30
3
-3
/
+10
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-1
/
+1
*
Add .gitattribute assisted language detection to blame, diff and render (#17590)
zeripath
2021-11-17
1
-1
/
+1
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
3
-4
/
+3
*
Fix nil checking on typed interface (#17598)
Gusted
2021-11-15
3
-7
/
+8
*
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-12
5
-13
/
+15
*
Make Repo Code Indexer an Unique Queue (#17515)
zeripath
2021-11-02
1
-23
/
+11
*
Fix some lints (#17337)
Lunny Xiao
2021-10-17
1
-1
/
+1
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-1
/
+2
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
5
-10
/
+8
*
Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...
wxiaoguang
2021-09-20
1
-5
/
+12
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
7
-19
/
+20
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
1
-2
/
+1
[next]