aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/emirpasic
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1417-1332/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-2717-0/+1332
* 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 :)