Skip to content
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

Che Theia should inform the user if his workspace has deprecated plugin #14423

Closed
vitaliy-guliy opened this issue Sep 4, 2019 · 1 comment
Closed
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@vitaliy-guliy
Copy link
Contributor

vitaliy-guliy commented Sep 4, 2019

Is your enhancement related to a problem? Please describe.

A plugin could be deprecated by adding deprecated section:

publisher: plugin_publisher
id: plugin_id
version: 1.2.3
name: Some plugin
deprecate:
   autoMigrate: true
   migrateTo: another_publisher/another_plugin_id:1.0.0

This configuration has been copied from the coresponding issue for the Dashboard. But the latest V3 plugin definition should also have deprecate section.

Describe the solution you'd like

  • Che Theia should inform the user that at least of one of the plugins he is using is deprecated.
  • Notification message should have a button to update the plugin. Clicking on the button will update the plugin and will display a proposal to restart the workspace with applying changes. Restarting could be postponed.
  • We have to mark a plugin as deprecated when displaying the list of plugins. For that we can use star or any other character displaying in the plugin entry. User should be able to update the plugin using Pluging view

Corresponding issue for Dashboard #13021

@vitaliy-guliy vitaliy-guliy added kind/enhancement A feature request - must adhere to the feature request template. team/ide2 area/editor/theia Issues related to the che-theia IDE of Che labels Sep 4, 2019
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Sep 4, 2019
@benoitf benoitf added this to the 7.3.0 milestone Sep 4, 2019
@benoitf benoitf added severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Sep 4, 2019
@vitaliy-guliy vitaliy-guliy changed the title Che Theia should display a warning if the workspace has deprecated plugin Che Theia should inform the user if his workspace has deprecated plugin Sep 27, 2019
This was referenced Oct 9, 2019
@che-bot
Copy link
Contributor

che-bot commented Mar 25, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 25, 2020
@che-bot che-bot closed this as completed Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

3 participants