Add source to component search v1 and v2#2469
Merged
Merged
Conversation
🎩 PreviewA preview build has been created at: |
7 tasks
Collaborator
Author
8 tasks
a69b20d to
9e6c40c
Compare
c102a63 to
bb5303a
Compare
9e6c40c to
6d06235
Compare
This was referenced Jun 29, 2026
morgan-wowk
approved these changes
Jun 29, 2026
bb5303a to
713cd2a
Compare
6d06235 to
81d1273
Compare
81d1273 to
567d072
Compare
Collaborator
Author
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.

Description
Component items in the sidebar now display a
digestidentifier as a fallback when nopublished_byvalue is present (e.g.Digest sha256:abc123). Previously, only components with apublished_byvalue showed secondary metadata beneath the display name.On the Dashboard component cards, the publisher label has been updated from
by <publisher>toPublished by <publisher>for consistency with the sidebar, and the label is now visible in both the expanded and compact (selected-result) states, with appropriate indentation when the detail panel is open.sourcemetadata is now forwarded toComponentMarkupinComponentSearchResultsso that result items can reflect which source (e.g. "Published") they came from.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
published_byvalue but does have adigest. Confirm the secondary label readsDigest <digest>.published_byvalue. Confirm the secondary label readsPublished by <publisher>.Published by <publisher>appears both in the search result card and when the component is selected (compact row).Additional Comments
New unit tests cover the digest fallback display in
SearchResults, publisher visibility inDashboardComponentsV2View, and source metadata forwarding inComponentSearchResults.