Skip to content

Add clarification points to using SCP style URIs

What does this MR do?

Add clarification points to using SCP style URIs

Are there points in the code the reviewer needs to double check?

No. This updates a doc for repository mirroring and a validation hint in the UI.

Why was this MR needed?

This addresses user-facing documentation related to repository mirroring.

On the repositoring mirroring view of repository settings, inputting either git@example.com:group/project.git or any variation of schemes:

  • https://git@example.com:group/project.git
  • http://git@example.com:group/project.git
  • git://git@example.com:group/project.git
  • ssh://git@example.com:group/project.git

Fails on URL validation.

This commit adds notes about the required format to the doc and view for repository mirroring. This commit does not attempt to validate the URL, so does not resolve the linked issue.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#47544 (closed)

Merge request reports