Feature #9396
closedAllow creating tags with the same names at different branches
0%
Description
Currently each tag name should be unique.However, it would be nice to have the same tags at different branches of tags. It is proposed to allow creation of such tags and allow user to choose correct branch at creation of mark.
Updated by Ilja Zakharov almost 6 years ago
- Tracker changed from Bug to Feature
- Detected in build deleted (
svn)
Updated by Vladimir Gratinskiy over 5 years ago
- Status changed from New to Feedback
I don't think it is good idea as implementation of "allow user to choose correct branch at creation of mark" is too complicated. In addition, for preset marks format of tags should be changed and should be a tree instead of list, so for each change of tags tree you should change all preset marks.
Updated by Evgeny Novikov over 5 years ago
- Priority changed from Urgent to High
- Target version deleted (
3.0)
I think that this is not urgent issue taking into account really vital changes we are doing now. So, let's discuss and implement some improvements one day later.
Updated by Evgeny Novikov almost 4 years ago
- Status changed from Feedback to Open
- Priority changed from High to Urgent
- Target version set to 3.0
After discussion we understood that this is essential for upcoming preset tags. Besides, Pavel suggested an idea how to implement it without overwhelming Bridge.
Updated by Evgeny Novikov almost 4 years ago
- Blocks Feature #8119: Develop preset tags added
Updated by Ilja Zakharov almost 4 years ago
- Status changed from Open to Resolved
Does not see any bugs in the bridge_9396 branch.
Updated by Evgeny Novikov almost 4 years ago
Thank you for implementation and testing. I will see it myself, especially when I will fill preset tags.
Updated by Evgeny Novikov almost 4 years ago
- Status changed from Resolved to Closed
I merged this branch to master in 2625e7311 after CI passed test cases. This change is not backward compatible. Moreover, you should migrate your marks manually using preset tags as most as possible.