You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Generate random admin user password in dev mode (coder#1207)
* feat: Generate random admin user password in dev mode
* Add dev mode test with email/pass from env
* Set email/pass for playwright e2e test via cli flags
fix: Return from update loop when job completes (coder#1121)
Update was running forever, which stopped jobs from timing
out unless a restart occurred. This also fixes complete properly
reporting an error.
fix: Disable TURN logs (coder#1061)
This was accidentally merged as part of the TURN PR. In the future
we can wrap this to provide useful output, but right now it's too
verbose.
fix: Rename `coder` to `sshd` on Windows for VS Code Remote support (c……oder#974)
On Windows, VS Code Remote requires a parent process of the
executing shell to be named sshd, otherwise it fails. See:
microsoft/vscode-remote-release#5699
fix: Use docs/README.md in deploy (coder#875)
The release build should probably dry-run in CI,
but it's rare for files like README.md to move
so we can punt that to the future!