Consider the case where the owner contains punctuation #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will not work, as the owner is provisioned as subdomain. Dots must be replaced or removed.
This is actually not that trivial. If replacing dots with let's say a
-and the user already has another-in its name, than the backend has no chance to get the "original" name.The only possible way to solve this is by using a database, where the "transformed" subdomain can again be matched with the local deployment path and the repository (for permission checks).
So maybe we need a database...