Implement non changable clone urls for repos
Issue #285
resolved
While implemented repos groups clone urls for repos can often change. For buildbots and other system it would be good if repository have an nonchangable clone url.
Proposed solution: use also ID based lookup. ex: http://server.com/group/repo == http://server.com/1 one disadvantage would be not able to create repo named "1" TBD
Comments (2)
-
Account Deleted -
reporter - changed status to resolved
What's a hashed ID ?
- Log in to comment
Why not using a hashed ID instead of the ID?