Garrett Delfosse
Garrett Delfosse
Fixes https://github.com/coder/coder/issues/1815
Working on a frontend component for showing the workspace quota 
Closes https://github.com/coder/coder/issues/9318 The goal of this PR is to deprecate `template create` and have all options available for `template push`. - If the template doesn't exist it automatically creates the...
Not meant to be merged, I just want to quickly compare in-product mvp vs the github-upload-public-key module https://github.com/coder/modules/pull/241 and get feedback from stakeholders. My thoughts so far: ``` + This...
Completes part of https://github.com/coder/coder/issues/13058
Collection of issues related to the Unified Workspace Statistics and Activity Detection RFC: https://www.notion.so/coderhq/Unified-Workspace-Statistics-and-Activity-Detection-11cdaf2b55bc493382ecfc302ca3d6f9 Subject to change as the RFC is finalized. `meta`: - [ ] https://github.com/coder/coder/issues/13147 - [ ]...
> Scaling: each workspace access via CLI will cause periodic HTTP requests. We will need to ensure that this does not have a negative impact on scaling ability and, if...
> 2. Call out future CLI upgrade requirement in release notes. > > > ⚠️ Applications connecting to workspaces directly using `codersdk` will need to update their respective implementations to...
> - Modify existing CLI commands (SSH, port-forward, vscodessh) to *not track* if a special argument is passed. > > > ⚠️ As the JetBrains plugin will periodically dial workspaces...