summaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_git_ref_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-1/+1
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-271-0/+34
* 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 :)