[CHAIN] feat(ui): add Registry artifact explorer - #12515
Merged
alejandrobailo merged 1 commit intoSep 8, 2026
Merged
Conversation
- Add complete catalog navigation and artifact details - Add authoritative Add and Remove workflows - Preserve credential secrecy and refresh-confirmed membership - Cover Registry states and add the changelog entry
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 24, 2026
Contributor
Author
|
Do not test the historical tree-explorer UI in this PR. |
Base automatically changed from
feat/prowler-2414-registry-ui-06-guarded-reads
to
feat/prowler-2414-registry-ui
September 8, 2026 17:01
alejandrobailo
deleted the
feat/prowler-2414-registry-ui-07-interactive-explorer
branch
September 8, 2026 17:01
Contributor
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.
🔗 Part of Chained PRs
feat/prowler-2414-registry-uifeat/prowler-2414-registry-ui-06-guarded-readsChain Overview
Scope
Context
The Registry experience must show only complete, authoritative server state. A successful mutation does not move an artifact between views or produce a success toast until a fresh My-artifacts read confirms the expected presence or absence.
This child builds on the guarded Registry server integration in #12505 and completes the interactive explorer and access-management work. PR 8 remains responsible for shared accessibility and reduced-motion primitives, Playwright/configuration/documentation work, browser acceptance, and final feature-level evidence.
Description
latestor an exact pin, encoded removal, confirmation, fixed refusal outcomes, and no optimistic membership moves.ui/changelog.d/registry-artifact-transactions.added.md.Steps to review
latestand exact-pin input behavior, encoded removal, confirmation, and refusal outcomes.cd ui && pnpm exec vitest run --project unit actions/registry/registry.test.ts; recorded result: PASS, 33 tests.cd ui && pnpm exec vitest run --project integration components/registry/registry-explorer.integration.test.tsx; recorded result: PASS, 21 tests.cd ui && pnpm exec vitest run --project unit actions/registry/registry.adapter.test.ts components/registry/registry-explorer.model.test.ts lib/registry/access.test.ts lib/registry/access.server.test.ts; recorded result: PASS, 4 files / 26 tests.cd ui && pnpm exec vitest run --project unit proxy.test.ts lib/registry/access.server.test.ts components/layout/main-layout/main-layout.test.tsx components/layout/app-sidebar/navigation-config.test.ts components/layout/app-sidebar/app-sidebar-content.test.tsx; recorded result: PASS, 5 files / 29 tests.cd ui && pnpm run test:unit; recorded result: PASS, 436 files / 3,119 tests. Runcd ui && pnpm run test:integration; recorded result: PASS, 8 files / 132 tests.cd ui && pnpm run typecheck,cd ui && pnpm run lint:check,cd ui && pnpm run format:check, tracked and untracked candidategit diff --check, andPREK_NO_CONCURRENCY=1 uv run --directory . prek run --files <all 14 PR 7 candidate paths>.typescript-language-serverwas unavailable; localtsserverreported PASS with 0 syntax or semantic diagnostics across the 13 TS/TSX candidate files.Checklist
Community Checklist
SDK/CLI
UI
registry-artifact-transactions.added.mdis included.API
MCP Server
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.