Bug #4223
[git, tags] annotated tags not appearing in UI
Start date:
09.09.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
When I have an annotated tag in a git repo, and I push this tag, I do not see it listed in the changelog, the repo summary, the repo tag summary, or the commit detail page.
As reported in the community slack: https://rhodecode-community.slack.com/archives/general/p1473412004000013
History
#1
Updated by Marcin Kuzminski [staff] about 3 years ago
- Target version set to v4.4
- Priority changed from Normal to High
#2
Updated by Lisa Quatmann about 3 years ago
- Description updated (diff)
#3
Updated by Daniel D about 3 years ago
Annotated tags create a new hash which are not getting matched to the original commit they were for, this will require altering the vcs server to dereference the tag hash to the original hash.
#4
Updated by Daniel D about 3 years ago
- Assignee set to Daniel D
- Status changed from New to In Progress
Also relevant to #298
#5
Updated by Daniel D about 3 years ago
- Status changed from In Progress to Resolved
should be fixed in https://internal-code.rhodecode.com/rhodecode-vcsserver/pull-request/2657