df64fa4865
Decouple unit test code from business code ( #17623 )
2021-11-12 22:36:47 +08:00
a4bfef265d
Move db related basic functions to models/db ( #17075 )
...
* Move db related basic functions to models/db
* Fix lint
* Fix lint
* Fix test
* Fix lint
* Fix lint
* revert unnecessary change
* Fix test
* Fix wrong replace string
* Use *Context
* Correct committer spelling and fix wrong replaced words
Co-authored-by: zeripath <art27@cantab.net >
2021-09-19 19:49:59 +08:00
9d652002c6
Fix language stat calculation ( #11692 )
...
* Fix language stat calculation
* Group languages and ignore 0 size files
* remove unneeded code
2020-05-31 01:58:55 +03:00
ea4c139cd2
Change language statistics to save size instead of percentage ( #11681 )
...
* Change language statistics to save size instead of percentage in database
Co-Authored-By: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com >
* Do not exclude if only language
* Fix edge cases with special langauges
Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com >
2020-05-30 10:46:15 +03:00
ad2642a8aa
Language statistics bar for repositories ( #8037 )
...
* Implementation for calculating language statistics
Impement saving code language statistics to database
Implement rendering langauge stats
Add primary laguage to show in repository list
Implement repository stats indexer queue
Add indexer test
Refactor to use queue module
* Do not timeout for queues
2020-02-11 11:34:17 +02:00