Unique stable link for repository
Problem to solve
Link to repository changes when you move it from one group to another. And if we have posted project in some source (nuget, docker hub, etc) with link to our repository, this link become unstable. It could stop working at any time.
Intended users
Opensource developers
Further details
Link of repository depends on group where repository stored. When we change group, link changes too. Old link continues working but it could stop working when some other repository is placed at this link. It will be usefull if repository has got some link witch does not depends on groups or something else.
Proposal
- add generated unique ID for repository
- add link to repository by this ID
Permissions and Security
Permisions are the same as ussual repository link.
Availability & Testing
- Check that unique ID generated when new project is created
- Check that link by ID redirect to repository page
- Check that ID generated for repositries which were created earlier.
What does success look like, and how can we measure that?
Developers has got ability to add link for there repository. And this link will not change.