feat(ops): Showroom links and /healthz /readyz probes in Workshop Control#3208
Open
d-jana wants to merge 4 commits into
Open
feat(ops): Showroom links and /healthz /readyz probes in Workshop Control#3208d-jana wants to merge 4 commits into
d-jana wants to merge 4 commits into
Conversation
added 4 commits
April 14, 2026 19:19
Add a Showrooms panel per workshop with per-user showroom URLs from ResourceClaim provision data (aligned with ServiceUsers). Collapsible scrollable table with batch Check healthz / Check readyz and status dots per row. Initial probe on open; per-row Recheck for both URLs. Made-with: Cursor
Replace single Recheck with per-endpoint link buttons; column header Recheck. Made-with: Cursor
Include generator script and optional Pillow requirements for regeneration. Made-with: Cursor
Drop docs image and optional scripts; feature code unchanged. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Showrooms collapsible panel on Admin → Operations Workshop Control so operators can see per-user showroom URLs from ResourceClaim provision data (same rules as

ServiceUsers.tsx) and probe/healthzand/readyzon each showroom origin (aligned with agnosticd/showroom VM/nookbag: separate liveness vs readiness on the same host).User-facing behavior
max-height~280px).provision_data.users(summary + resource state) +babylon.gpte.redhat.com/labUserInterfaceUrls.new URL(showroomUrl).origin+/healthzand/readyz.Files changed
catalog/ui/src/app/Admin/Ops.tsxshowroomPanelOpen, Showrooms UI, full-width panel row,OpsShowroomPanelTable.catalog/ui/src/app/Admin/OpsShowroomPanel.tsxfetchprobes, batch + row actions, status dots.catalog/ui/src/app/Admin/showroomLinksFromClaims.tscatalog/ui/src/app/Admin/showroomLinksFromClaims.spec.tscatalog/ui/src/app/Admin/ops.cssTests
jest:showroomLinksFromClaims.spec.ts,Ops.spec.tsx(and related) pass.Notes / limitations
/healthzand/readyzmatch the VM Traefik + nookbag-sidecar pattern; OpenShift Helm charts may differ by version.Reviewer checklist