coordination #70840
open[epic] further features for the "search" feature
25%
Description
Motivation¶
Acceptance criteria¶
Suggestion¶
- clickable search results. We should link results, e.g. a job template links to the job group.
- names of test suite database #71422
- https://github.com/okurz/scripts/blob/master/openqa-db_query_last_use_of_module provides an external tool relying on database access but it can help to find out scenarios running a specified test module.
- add keyboard shortcut to reach search field, again maybe just like github
- optional: include job groups in search as well
- optional: add search qualifiers, e.g.
testsuite:<testsuite_search_term>
orfinished:<t_finished>
(for jobs) - see https://developer.github.com/v3/search/ for reference
- optional: extend for other stuff to search for, e.g. users, audit events, needles, assets, bugs, everything else we have in openQA … except maybe API keys and secrets ;)
- mkittler also suggested we display the type of result, maybe as an icon.
- optional: Include search field in the tutorial popup "feature tour"
Updated by okurz about 4 years ago
- Copied from action #34486: database of "test cases" or how to search for tests we have in openQA added
Updated by Xiaojing_liu about 4 years ago
This pr is used to find job template by test suite name: https://github.com/os-autoinst/openQA/pull/3395
Updated by okurz about 4 years ago
- Due date set to 2020-09-16
- Start date changed from 2018-04-08 to 2020-09-16
due to changes in a related task: #71422
Updated by okurz about 4 years ago
Created #71422 for the specific subtask addressed by your PR.
Updated by szarate about 4 years ago
- Tracker changed from action to coordination
Updated by szarate about 4 years ago
See for the reason of tracker change: http://mailman.suse.de/mailman/private/qa-sle/2020-October/002722.html
Updated by asmorodskyi over 3 years ago
szarate wrote:
See for the reason of tracker change: http://mailman.suse.de/mailman/private/qa-sle/2020-October/002722.html
list is not available anymore so no way to figure out the reason :(
Updated by asmorodskyi over 3 years ago
clickable search results. We should link results, e.g. a job template links to the job group.
+1
optional: include job groups in search as well
no-go until more granular searching capabilities will be implemented ( see below )
optional: add search qualifiers, e.g. testsuite: or finished: (for jobs)
+1 also I would vote for removing "optional" here and increase priority . Currently it is really hard to find something in Test Suite / Medium types etc. without using browser search additionally. But browser search failing due to pagination of entities.
see https://developer.github.com/v3/search/ for reference
optional: extend for other stuff to search for, e.g. users, audit events, needles, assets, bugs, everything else we have in openQA … except maybe API keys and secrets ;)
mkittler also suggested we display the type of result, maybe as an icon.
+1 but I am not sure how it correlates with one above ?
From ticket description unfortunately is not clear if this is meant for all pages ( Medium types / Test Suite / Machines / Assets / Workers ) or only for Test Suites ?
Updated by livdywan over 3 years ago
asmorodskyi wrote:
clickable search results. We should link results, e.g. a job template links to the job group.
+1
optional: include job groups in search as well
no-go until more granular searching capabilities will be implemented ( see below )
optional: add search qualifiers, e.g. testsuite: or finished: (for jobs)
+1 also I would vote for removing "optional" here and increase priority . Currently it is really hard to find something in Test Suite / Medium types etc. without using browser search additionally. But browser search failing due to pagination of entities.
see https://developer.github.com/v3/search/ for reference
optional: extend for other stuff to search for, e.g. users, audit events, needles, assets, bugs, everything else we have in openQA … except maybe API keys and secrets ;)
mkittler also suggested we display the type of result, maybe as an icon.+1 but I am not sure how it correlates with one above ?
From ticket description unfortunately is not clear if this is meant for all pages ( Medium types / Test Suite / Machines / Assets / Workers ) or only for Test Suites ?
I would think we'll need a filter for all supported types. If we list assets we should probably be able to say "only assets".
Updated by livdywan about 1 year ago
- Related to action #119371: [darkmode] Search results are bright white added
Updated by livdywan about 1 year ago
- Related to action #121117: Add pagination for GET /experimental/search added