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
*
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
*
Fix data race in bleve indexer (#16474)
Lunny Xiao
2021-07-18
3
-6
/
+69
*
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-08
1
-3
/
+3
*
Use git log name-status in get last commit (#16059)
zeripath
2021-06-21
2
-0
/
+6
*
Fixed assert statements. (#16089)
KN4CK3R
2021-06-07
1
-1
/
+1
*
Add Image Diff for SVG files (#14867)
KN4CK3R
2021-06-05
2
-4
/
+4
*
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...
zeripath
2021-05-15
2
-3
/
+9
*
On open repository open common cat file batch and batch-check (#15667)
zeripath
2021-05-10
2
-2
/
+2
*
If the default branch is not present do not report error on stats indexing (f...
zeripath
2021-04-22
1
-1
/
+1
*
If the default branch is not present do not report error on stats indexing (#...
zeripath
2021-04-22
1
-1
/
+5
*
Speed up `enry.IsVendor` (#15213)
zeripath
2021-04-01
2
-2
/
+2
*
Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)
zeripath
2021-03-04
2
-16
/
+52
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
1
-1
/
+2
*
Reduce calls to git cat-file -s (#14682)
zeripath
2021-02-17
3
-16
/
+32
*
[Feature] add precise search type for Elastic Search (#12869)
Jui-Nan Lin
2021-01-27
6
-15
/
+35
*
Upgrade blevesearch dependency to v2.0.1 (#14346)
Lauris BH
2021-01-18
3
-18
/
+18
*
Sort issue search results by revelance (#14353)
Lauris BH
2021-01-16
3
-3
/
+4
[next]