mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5dc57da6b4
This change ensures task names are unique per user the same way we do for workspaces. This ensures we don't create tasks that are impossible to start due to another task being named the same creating a workspace name conflict. Updates coder/internal#948 Supersedes coder/coder#20212