Tag page doesn't show tags on
Created by: rodrigozrusso
Hi,
If I create a new project and push code from a existing git repository, I can't see any tag on TAG Page. This problem is on GitLab 7.0.0 d1e424bd
Step-by-step to simulate the problem:
- Using UI, access New Project page (http://gitlab.qa.ci.vmcommerce.intra/projects/new)
- Fill fields:
- Project Name
- Visibility Level = private 3) Is a existing repository, so as indicated I execute the commands inside the git folder git remote add origin git@<mygitlab_url>:<my_user>/.git git push -u origin master 4) Go to Tag Page (http://///tags *Number of Tags 0 (zero) 5) Push tags git push --tags 6) Refresh Tag Page and on the TAB appears the number of tags, but on the but there isn't any tag.
Work around to see the tags
If I create a new tag with button "New Tag", after that, all tags began to appear on the Tag Page.