1.0: Validate repo URL format on app creation #88
Reference in New Issue
Block a user
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?
App creation accepts any string as
repo_urlwithout validation. Should validate:Currently the error only surfaces when the deploy/clone fails, which is confusing UX.