Skip to content

feat(site): add healthcheck page for provisioner daemons #11494

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 4 commits into from
Jan 8, 2024

Conversation

johnstcn
Copy link
Member

@johnstcn johnstcn commented Jan 8, 2024

Part of #10676

  • Adds a health section for provisioner daemons (mostly cannibalized from the Workspace Proxy section)
  • Adds a corresponding storybook entry for provisioner daemons health section
  • Fixed an issue where dismissing the provisioner daemons warnings would result in a 500 error
  • Adds provisioner daemon error codes to docs

Storybook screenshot:

image

import { ProvisionerDaemonsPage } from "./ProvisionerDaemonsPage";
import { generateMeta } from "./storybook";

const meta: Meta = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add other stories to cover different conditions of this UI view?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we need to do this for essentially all of the provisionerd healthchecks. I think this can be resolved in #10785

@mtojek
Copy link
Member

mtojek commented Jan 8, 2024

Also, you may want to place the UI screenshot in the PR description :)

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks very good! Great work on FE @johnstcn 🙏

Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johnstcn johnstcn merged commit 220e95d into main Jan 8, 2024
@johnstcn johnstcn deleted the cj/provisionerd-healthcheck-ui branch January 8, 2024 17:14
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants