Sort tags in git-parameter plugin

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Sort the tags for the git parameter plugin.
      For projects with many tags the current UI makes finding the right tag very difficult.

      Currently, no matter what sort mode I select, of the available five sort modes: None, Assending Smart, Descending Smart, Assenting or Descending I get the same semi-ordered list of tags:

      0.1.3-7
      0.1.3-8
      0.0.0-0
      0.1.3-8_Test_Build
      0.1.3-7_Test_Build
      

      Interestingly, if I add a tag similar to 0.1.3-8_Test_Build, it will sink to the bottom, and if I add one similar to 0.1.3-8, it will rise to the top - but both top and bottom sections are not sorted.

      It does not seem like the order is related to the tag creation order, but just in case it's interesting, the tags were added to the (Bitbucket) repository in the following order, to commits in the repository that progress naturally in time:

      1. 0.0.0-0
      2. 0.1.3-7_Test_Build
      3. 0.1.3-7
      4. 0.1.3-8_Test_Build
      5. 0.1.3-8

       

            Assignee:
            Unassigned
            Reporter:
            Flemming Steffensen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: