Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7453

Closed
Open
Created Aug 07, 2014 by Administrator@rootOwner

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:

  1. Using UI, access New Project page (http://gitlab.qa.ci.vmcommerce.intra/projects/new)
  2. 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.

Assignee
Assign to
Time tracking