-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Branch List
-
None
-
2
-
Severity 3 - Minor
-
862
Issue Summary
Unable to delete tags when there are high amount of tags in repository
Steps to Reproduce
- Have a repository with high amount of tags (10000+)
- Try to delete the tag via API
Expected Results
Tag is successfully deleted
Actual Results
Deletion fails with HTTP 500
Workaround
Delete it with git
git push origin :refs/tags/name_of_ref