Actions
Bug #4223
open[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
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Priority changed from Normal to High
- Target version set to v4.4
Updated by Daniel D about 8 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.
Updated by Daniel D about 8 years ago
- Status changed from New to In Progress
- Assignee set to Daniel D
Also relevant to #298
Updated by Daniel D about 8 years ago
- Status changed from In Progress to Resolved
should be fixed in https://internal-code.rhodecode.com/rhodecode-vcsserver/pull-request/2657
Actions