-
Notifications
You must be signed in to change notification settings - Fork 65
Viewer support for deprecated devfile stacks and samples #1064
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
Comments
@kim-tsao: The label(s) In response to this:
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 kubernetes/test-infra repository. |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
tied to #1065, might be a possible epic |
Blocked by #1065 as it has to be completed before starting this one |
@kim-tsao we have updated the viewer behavior and atm we are:
Should we update the current issue only for the prioritization of the |
@michael-valdron I was wondering if the #959 is a blocker or maybe it is better to create a toggle only on the viewer side. More detailed:
|
Removed |
The only two items remaining to be done for this issue are:
|
/kind user-story
Which area this user story is related to?
/area registry-viewer
User Story
As an devfile client, I want to be able to determine if the devfiles I'm using are currently supported or deprecated so that I can build my applications knowing that I am using an actively maintained devfile.
Approach
The registry viewer currently displays the tag but it doesn't do anything special with it. In order to bring attention to the deprecated devfile, we should:
Deprecated
tag is the first tag on the list and is displayed in a different colourThe tags are pulled from all devfile versions of a specific runtime which is incorrect. It should only display the tags for a specific runtime version.Similarly, the tags shown on the registry viewer tiles represent tags from all runtime versions when it should only display the tags for the default devfile. This means if the default devfile is not deprecated, then the deprecated tag should not show up. Users would only see it if they click on the tile and toggle between versions.Blocked by bug Fix Registry Viewer tags display #1289Acceptance Criteria
We should implement something similar to what the Redhat Catalog has.
The text was updated successfully, but these errors were encountered: