Skip to content

feat(coderd/healthcheck): add health check for proxy #10846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Nov 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a17ec4c
feat(coderd/healthcheck): add health check for proxy
johnstcn Nov 21, 2023
49b6e19
rm logger
johnstcn Nov 23, 2023
c7e202c
wire it up
johnstcn Nov 23, 2023
89bae7e
add severity, convert to table-driven tests
johnstcn Nov 23, 2023
bcdc08c
dbauthz
johnstcn Nov 23, 2023
340a276
make gen; make fmt
johnstcn Nov 23, 2023
d3478c8
Merge remote-tracking branch 'origin/main' into cj/workspaceproxy-hea…
johnstcn Nov 24, 2023
c746021
fix linter import shadowing complaint
johnstcn Nov 24, 2023
05d4b09
fix generated report name
johnstcn Nov 24, 2023
56be002
gen harder
johnstcn Nov 24, 2023
1112b1c
address comments
johnstcn Nov 24, 2023
fed35bd
Merge remote-tracking branch 'origin/main' into cj/workspaceproxy-hea…
johnstcn Nov 24, 2023
7f8760a
rename WorkspaceProxies -> workspace_proxies
johnstcn Nov 24, 2023
5f5c486
fixup! rename WorkspaceProxies -> workspace_proxies
johnstcn Nov 24, 2023
b9cbdd8
use severity value instead of direct comparison
johnstcn Nov 24, 2023
ae30089
more tests
johnstcn Nov 24, 2023
21f52bb
use errors.Join instead of multierror.Append
johnstcn Nov 24, 2023
79dc190
refactor to use interface instead of atomic.Pointers
johnstcn Nov 24, 2023
2530320
rm unnecessary authz
johnstcn Nov 24, 2023
f192488
fix typegen
johnstcn Nov 24, 2023
b45e9c5
Merge remote-tracking branch 'origin/main' into cj/workspaceproxy-hea…
johnstcn Nov 24, 2023
63fbafb
make typescript stop whingeing
johnstcn Nov 24, 2023
6de94bc
Merge remote-tracking branch 'origin/main' into cj/workspaceproxy-hea…
johnstcn Nov 24, 2023
b57cdeb
remove need for gosimple nolint
johnstcn Nov 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make typescript stop whingeing
  • Loading branch information
johnstcn committed Nov 24, 2023
commit 63fbafbe21afd8a7fd92147ac918e6f34844294c
2 changes: 1 addition & 1 deletion site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
status: "unreachable",
report: {
errors: ["some error"],
warnings: null,
warnings: [],
},
checked_at: "2023-11-24T12:14:05.743303497Z",
},
Expand Down