aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/stats/indexer_test.go
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Remove unnecessary code (#24610)Lunny Xiao2023-05-101-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-081-1/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-2/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-5/+0
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Prevent intermittent failures in RepoIndexerTest (2) (#19229)zeripath2022-03-271-0/+5
* Prevent intermittent failures in RepoIndexerTest (#19225)zeripath2022-03-271-2/+8
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-3/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Fix language stat calculation (#11692)Cirno the Strongest2020-05-311-3/+1
* Change language statistics to save size instead of percentage (#11681)Lauris BH2020-05-301-0/+3
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+42