-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UD should show warning if plugin is deprecated #13021
Comments
Does this still apply for Che 7 with the latest plugin/devfile registry versions? If so, seems like a good idea for Che 7.1. |
step1: make sure that |
To be able to display warning on dashboard side, deprecated plugins should have a mark in |
After some discussions we decided to add whole |
@olexii4 backend part is done |
Description
When plugin enabled in a workspace is deprecated:
UD should show a sign (probably exclamation mark) on plugin that have this section and explain that these plugins are deprecated and it is better to migrate to plugin specified in
deprecate.migrateTo
.See more details at eclipse-che/che-plugin-registry#55 (comment)
The text was updated successfully, but these errors were encountered: