Project

Profile

Help

Story #7356

Updated by ipanova@redhat.com over 3 years ago

If a repo version would have a name, it would be easy to identify to which version to rollback. 

 Imagine you have 50 repo versions, and repo version 30 has name 'stable'. This way it would be easier to roll back to repo version 'stable' then keeping in mind numbers and knowing what corresponds to what. 

 By default name would be empty unless explicitly set, or equal to the number of the repo version(up for discussion). For any call to our REST api we could additionally provide a name. RepoVersion will stay immutable. 

 Another option would be to set the name for the repo version after its creation but that would not keep the RV immutable. 

Back