aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/src-d
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to go-enry new version (#10906)Lauris BH2020-04-1547-181469/+0
|
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-1718-2056/+0
|
* Language statistics bar for repositories (#8037)Lauris BH2020-02-1147-0/+181469
| | | | | | | | | | | | | | | | | | * 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 Go1.11 module (#5743)Mura Li2019-03-271-0/+4
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-2717-0/+2052
* Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)