gitlab-org--gitlab-foss/changelogs/unreleased/sh-sanitize-project-import-names.yml
Stan Hu f2005125df Use slugs for default project path and sanitize names before import
Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub
often complained about getting failed imports due to 422 errors.
This change ensures that project names are imported with names that
are guaranteed to pass the regular expression validation.

Part of #50021
2018-08-24 10:29:14 -07:00

5 lines
120 B
YAML

---
title: Use slugs for default project path and sanitize names before import
merge_request: 21367
author:
type: fixed