Dean Sheather

Results 29 issues of Dean Sheather

e.g. a `--verbose` flag

- Adds `helm/README.md` which is generated from a template by `helm-docs` (like in Coder Classic). - Adds a "Kubernetes via Helm" section to the install guide. - Links to details...

docs
backend

## Problem Because we have `PUT /users/:userid/profile`. These fields are available from `GET /users/:userid` today, but we don't want users to be able to read other users' private profile fields,...

simple
feature
backend

For v1 we have a table in the [README](https://github.com/coder/enterprise-helm/blob/432c0434b0be790da7224b04e06d5bc2c5a79a40/README.md#values) that explains the values, their descriptions and what their defaults are. We should have a similar README for helm in v2...

docs
backend

Once #2746 is merged we need to have documentation so customers know how to use it. ### Success criteria: - Documentation on how to deploy the helm chart - Requirements...

docs
backend

- Add testing script `vm_test.sh ` which creates an Ubuntu 20.04 on the requested arch, installs the requested kernel, reboots, and runs go tests - Add github workflow for running...

Right now, exectrace uses `BPF_MAP_TYPE_RINGBUF` which is only supported in Linux kernel 5.8+. To support older kernels, we would need to reimplement the output method to use a perf map...

Doesn't work properly yet, I think I need to increase the workMs and make the increase less dramatic. Might need to change the easing function too. Might get around to...

#### Description To the best of my knowledge, connections accepted from the provided net.Listener would never be closed, even if there was an error. This changes them to be closed...

Add a CODEOWNERS file with the main maintainers of nbin so they get automatically pinged for reviewing PRs. CC: @code-asher, @kylecarbs