Skip to content

feat(dashboard): add Lore search link to issue details - #2085

Merged
felipebergamin merged 1 commit into
kernelci:mainfrom
abhaybansal16:feat/lore-link-issue-details
Sep 8, 2026
Merged

feat(dashboard): add Lore search link to issue details#2085
felipebergamin merged 1 commit into
kernelci:mainfrom
abhaybansal16:feat/lore-link-issue-details

Conversation

@abhaybansal16

Copy link
Copy Markdown
Contributor

Motivation

Once an issue is reported to lore, there's currently no way from the dashboard to find the resulting discussion thread.

Approach

Adds a "Lore URL" link in the issue detail links section that queries lore.kernel.org/all/ using the issue's id: https://lore.kernel.org/all/?q={encodeURIComponent(issue.id)}

Rendered using the same truncated-URL + tooltip pattern as the existing Report URL field for visual consistency.

Screenshot

Screenshot 2026-09-03 at 10 04 33 PM

Closes #1959

Comment thread dashboard/src/components/IssueDetails/IssueDetails.tsx
Comment thread dashboard/src/locales/messages/index.ts Outdated

@alanpeixinho alanpeixinho left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the contribution. Great Job.
If you could, please add a signoff message to the commits and squash the fixes.

Adds a link on the issue detail page to search lore.kernel.org for discussion threads about a reported issue.

Closes kernelci#1959

Signed-off-by: abhaybansal16 <bansalabhay081@gmail.com>
@felipebergamin
felipebergamin added this pull request to the merge queue Sep 8, 2026
Merged via the queue into kernelci:main with commit 1780c46 Sep 8, 2026
7 checks passed
@abhaybansal16
abhaybansal16 deleted the feat/lore-link-issue-details branch September 8, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

issue-detail: add link to lore.kernel.org search

4 participants