Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support project keys with "invalid" characters #8

Open
alexschwarz89 opened this issue Oct 9, 2019 · 0 comments
Open

Support project keys with "invalid" characters #8

alexschwarz89 opened this issue Oct 9, 2019 · 0 comments

Comments

@alexschwarz89
Copy link

Is your feature request related to a problem? Please describe.
Currently the Cloud API throws an exception and the migration proccess fails if a project key contains a non-supported character like "-".

Describe the solution you'd like
There should be an option to sanitize project keys, in order to automatically convert dashes to underscores, or better, convert anything non supported to underscores.

Describe alternatives you've considered
Rename the projects before migration.

{
"type": "error",
"error": {
"fields": {
"key": [
"Project keys must start with a letter and may only consist of ASCII letters, numbers and underscores (A-Z, a-z, 0-9, _)"
]
},
"message": "Bad request"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant