aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_language_stats.go
Commit message (Collapse)AuthorAgeFilesLines
* Add detected file language to code search (#10256)Lauris BH2020-02-201-18/+9
| | | | | | | Move langauge detection to separate module to be more reusable Add option to disable vendored file exclusion from file search Allways show all language stats for search
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+116
* 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