Closed
Description
Currently, repository names are derived from the path in which they reside on the forge. For example, if a repo is located at gerrit.example.com/g/my/repo
, then the name will be g/my/repo
. This can be undesirable if a "mandatory" prefix (i.e., g/
) is included in the url since every repo will include that prefix (e.g., g/repo1
, g/repo2
, etc.). It would be nice to allow users to configure a "repository name template" s.t., prefixes like these could be omitted.