Skip to content

SRVKP-5546: Pipelines builder shows only some tasks from hubs #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lokanandaprabhu
Copy link
Member

Fixes:

https://issues.redhat.com/browse/SRVKP-5546

Description:

Call to ArtifactHub was happening only once and if user search any task and if that task was not returned in first API call, the task was not listed in quick search. With this fix, if user searched something, API call will be made to ArtifactHub api and fetch the task

Screen recording:

ODC-artifactHub-search-issue-handled

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Jun 24, 2025

@lokanandaprabhu: This pull request references SRVKP-5546 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Fixes:

https://issues.redhat.com/browse/SRVKP-5546

Description:

Call to ArtifactHub was happening only once and if user search any task and if that task was not returned in first API call, the task was not listed in quick search. With this fix, if user searched something, API call will be made to ArtifactHub api and fetch the task

Screen recording:

ODC-artifactHub-search-issue-handled

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from vdemeester and vikram-raj June 24, 2025 13:18
Copy link
Contributor

openshift-ci bot commented Jun 24, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lokanandaprabhu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lokanandaprabhu lokanandaprabhu changed the title SRVKP-5546: SRVKP-5546: Pipelines builder shows only some tasks from hubs Jun 24, 2025
@vikram-raj
Copy link
Member

@lokanandaprabhu Can we improve the search items by using the display_name if it is available? It will provide users with a similar experience to ArtifactHub.

@lokanandaprabhu
Copy link
Member Author

@vikram-raj ,

Search parameter is the same for name and display name, now user can search based on display name also. In ArtifactHub they are showing display name in list, in console we are showing name in list.

image

@vikram-raj
Copy link
Member

I don't think I was clear. I meant we should also include display_name instead of name in the list.

@lokanandaprabhu
Copy link
Member Author

ok. Can I create a story and work on that? This PR we can backport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants