Skip to content

feat/search commit intent filter hardware#1902

Merged
gustavobtflores merged 1 commit into
kernelci:mainfrom
profusion:feat/search-commit-intent-filter-hardware
May 22, 2026
Merged

feat/search commit intent filter hardware#1902
gustavobtflores merged 1 commit into
kernelci:mainfrom
profusion:feat/search-commit-intent-filter-hardware

Conversation

@alanpeixinho
Copy link
Copy Markdown
Contributor

Include an option to do commit searches on the search bar of the hardware listing page.

How to test

  • Open the hardware listing page and type a valid commit hash, it should list include only the status of the specified commit.
  • When using regular text (not containing any valid commit hashes), the regular text search should take place.
  • In the case of using both, the page should join the behaviours, listing the selected commits, and applygin textual search for the extra text.

@alanpeixinho alanpeixinho force-pushed the feat/search-commit-intent-filter-hardware branch 6 times, most recently from 87a4ad1 to a57a074 Compare May 15, 2026 20:10
@alanpeixinho alanpeixinho marked this pull request as ready for review May 15, 2026 20:11
@gustavobtflores gustavobtflores added enhancement New feature or request Frontend Most or all of the changes for this issue will be in the frontend code. labels May 19, 2026
Comment thread backend/kernelCI_app/tests/unitTests/queries/hardware_queries_test.py Outdated
@gustavobtflores
Copy link
Copy Markdown
Contributor

The PR introduces changes to the HardwareV1 page, which is not currently used in the dashboard. We should apply these changes to the V2 version instead.

We may also consider removing this separation entirely in another PR to avoid further confusion.

Comment thread dashboard/src/pages/hardwareDetails/HardwareDetails.tsx Outdated
@alanpeixinho alanpeixinho force-pushed the feat/search-commit-intent-filter-hardware branch 2 times, most recently from 0072358 to da5d318 Compare May 21, 2026 18:38
  * Add optional gitCommitHashes query param (comma-separated full hashes).
  * Backend uses matching checkouts instead of tree heads when provided.
  * Dashboard parses commit hash tokens for hardware search.
  * Dashboard search bar simple intent detection to apply smart search.

  One-line variant:

  feat(hardware): add gitCommitHashes filter and search intent for commits

Signed-off-by: Alan Peixinho <alan.peixinho@profusion.mobi>
@alanpeixinho alanpeixinho force-pushed the feat/search-commit-intent-filter-hardware branch from da5d318 to 33e8949 Compare May 22, 2026 10:36
@gustavobtflores gustavobtflores added this pull request to the merge queue May 22, 2026
Merged via the queue into kernelci:main with commit 2bda68f May 22, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Frontend Most or all of the changes for this issue will be in the frontend code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants