Gitea: Git tag support in the UI

Created on 25 Jan 2019  路  2Comments  路  Source: go-gitea/gitea

The UI is currently missing support for git tags. I propose the following additions:

  • A page that lists all tags /user/repo/tags
  • Handling of individual tag URLs /user/repo/tags/{tag}. They could either redirect to the tagged commit or present a individual page like GitHub does.
  • If a commit is tagged, show it on the commit page and maybe on the commit list.
  • Show a counter of tags in the repository statistics.

Related: https://github.com/go-gitea/gitea/issues/5693 (possible prereq?)

kinfeature revieweconfirmed

Most helpful comment

Also add an easy-to-use button to git tag

All 2 comments

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

Also add an easy-to-use button to git tag

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tuxfanou picture tuxfanou  路  3Comments

jonasfranz picture jonasfranz  路  3Comments

lunny picture lunny  路  3Comments

jorise7 picture jorise7  路  3Comments

internalfx picture internalfx  路  3Comments