Dashboard should serve getting-started devfile samples from /index/all
(not from /index
)
#23352
Labels
area/dashboard
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
Currently dashboard gets devfiles from devfile.io based on the index route e.g. https://registry.devfile.io/index
As part of this issue the
/index/all
route should be used for serving the devfiles e.g. https://registry.devfile.io/index/allDescribe the solution you'd like
show devfiles from the
/index/all
route of the devfile registry should be used for serving the devfiles e.g. https://registry.devfile.io/index/allDescribe alternatives you've considered
N.A
Additional context
How it works on devfile.io - https://github.com/devfile/devfile-web/blob/babee4734d40730cf8b3b6b4512c0a6c73f79c3c/libs/core/src/functions/fetch-devfiles/fetch-devfiles.tsx#L83
All samples are served on https://registry.devfile.io/viewer
Downstream context might need to be updated as well https://github.com/redhat-developer/devspaces-images/blob/devspaces-3-rhel-9/devspaces-dashboard/samples/index.json
The text was updated successfully, but these errors were encountered: