Skip to content

Tags: ntimo/coder

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Manually format external URL (coder#1168)

path.Join escaped the double slash!

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add the preferences/account page (coder#999)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add top-level nav styles (coder#883)

Partially addresses coder#701.

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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!

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: split queries.sql into files by table (coder#762)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Build site in release process (coder#785)

The static site wasn't building prior, so authenticating via CLI was broken!