Cian Johnston
Cian Johnston
## Problem Users may have particular organizational requirements that aren't captured by our builtin roles. ## Definition of Done General: Support users creating and assigning custom roles. As we Enqueue...
Issue #1 would have been caught by integration tests against real StatsD client implementations. Write integration tests against: * cactus/go-statsd-client * datadog/datadog-go Add more later as required.
bug: sysbox-runc does not copy cpu.cfs_{quota_period}_us to syscont-cgroup-root # Summary Similar to https://github.com/nestybox/sysbox/issues/303 sysbox-runc is not copying the cgroup CPU quota and limit values from the parent cgroup to syscont-cgroup-root....
# Problem When initializing the Terraform provisioner, we initially check to see if the Terraform binary is installed. https://github.com/coder/coder/blob/43f368dfc4a0192c1e4772f535e6be59bbcdee50/provisioner/terraform/serve.go#L87 If it is not installed, we install it on demand "automagically"....
This PR adds a Helm flag `postgres.noPasswordEnv`, defaulting to `false`. If enabled: - The environment variable `DB_PASSWORD` is no longer set to the value of the key `password` of the...
_TL;DR all images except `enterprise-minimal` and `enterprise-base` are deprecated._ As a number of Docker images in this repository have not been updated in quite some time, we are reducing the...
Seen here: https://github.com/coder/coder/actions/runs/7268008412/job/19803064399?pr=11288 ``` tailnet_test.go:132: Error Trace: /home/runner/actions-runner/_work/coder/coder/coderd/tailnet_test.go:132 Error: Not equal: expected: 209 actual : 502 Test: TestServerTailnet_ReverseProxy/HTTPSProxy ``` https://github.com/coder/coder/tree/main/coderd/tailnet_test.go#L132
Seen here: https://github.com/coder/coder/actions/runs/7206571800/job/19631681483 ``` 2023-12-14T09:01:17.9425955Z t.go:84: 2023-12-14 09:00:51.289 [debu] servertailnet: updating derp map derp_map="&{HomeParams: Regions:map[10001:] OmitDefaultRegions:true}" 2023-12-14T09:01:17.9427048Z t.go:84: 2023-12-14 09:00:51.289 [debu] servertailnet.net.wgengine: magicsock: closing connection to derp-999 (derp-region-redefined), age 5s...
> Is this really the same return signature the DB gives? I believe you have to check the affected rows of the `Exec` as it will not return an error,...
Seen here: https://github.com/coder/coder/actions/runs/7249326417/job/19747096613#step:5:846 ``` apptest.go:934: Error Trace: /Users/runner/work/coder/coder/coderd/workspaceapps/apptest/setup.go:460 /Users/runner/work/coder/coder/coderd/workspaceapps/apptest/apptest.go:934 Error: Condition never satisfied Test: TestWorkspaceProxyWorkspaceApps_SingleTailnet/WorkspaceAppsProxySubdomain/SuffixWildcardOK ```