summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/toqueteos
Commit message (Collapse)AuthorAgeFilesLines
* Exclude generated files from language statistics (#11653)Lauris BH2020-05-294-132/+0
| | | * Update go-enry to v2.5.2
* Exclude vendor dirs from git CRLF normalization (#10911)silverwind2020-04-011-22/+22
| | | | | | | | | | | * Exclude vendor dirs from git CRLF normalization Should get rid of a few warnings like at the end of `lint-backend` like https://drone.gitea.io/go-gitea/gitea/23117/1/4 * make vendor Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Language statistics bar for repositories (#8037)Lauris BH2020-02-114-0/+132
| | | | | | | | | | | | | | | | | | * 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
* Use vendored go-swagger (#8087)Antoine GIRARD2019-09-046-0/+235
* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>