Skip to content

chore: return template data for provisioner daemons #16514

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 10 commits into from
Feb 11, 2025
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
BrunoQuaresma committed Feb 11, 2025
commit 9c7f873fd3fd67aa3825742392fe9e194d9eb7d2
15 changes: 0 additions & 15 deletions site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@ export const MockProvisioner: TypesGen.ProvisionerDaemon = {
status: "idle",
current_job: null,
previous_job: null,
template_display_name: "Test Template",
template_icon: "/icon/code.svg",
template_name: "test-template",
};

export const MockUserAuthProvisioner: TypesGen.ProvisionerDaemon = {
Expand Down Expand Up @@ -3776,9 +3773,6 @@ export const MockHealth: TypesGen.HealthcheckReport = {
current_job: null,
previous_job: null,
status: "idle",
template_display_name: "Test Template",
template_icon: "/icon/code.svg",
template_name: "test-template",
},
warnings: [],
},
Expand All @@ -3805,9 +3799,6 @@ export const MockHealth: TypesGen.HealthcheckReport = {
current_job: null,
previous_job: null,
status: "idle",
template_display_name: "Test Template",
template_icon: "/icon/code.svg",
template_name: "test-template",
},
warnings: [],
},
Expand All @@ -3834,9 +3825,6 @@ export const MockHealth: TypesGen.HealthcheckReport = {
current_job: null,
previous_job: null,
status: "idle",
template_display_name: "Test Template",
template_icon: "/icon/code.svg",
template_name: "test-template",
},
warnings: [
{
Expand Down Expand Up @@ -3994,9 +3982,6 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
current_job: null,
previous_job: null,
status: "idle",
template_display_name: "Test Template",
template_icon: "/icon/code.svg",
template_name: "test-template",
},
warnings: [
{
Expand Down
Loading