-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add ability to use upload service on plugin side #6554
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it with the proposed example. Works well!
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the plugin, works nice!
@akosyakov can you review please |
@vparfonov please merge it, i will comment if i see something suspicious, PRs was approved for enough time that everybody could have a look at it |
What it does
This changes proposal adds an ability to call upload service from plugin side.
Real world example of usage this api in che-theia. This sample shows how user can upload private ssh key from plugin:
Linked issue in che-theia: eclipse-che/che-theia#547
Signed-off-by: Vladyslav Zhukovskyi vzhukovs@redhat.com
How to test
Clone this example into plugins folder. After theia and plugin build run theia and call action
Upload File
.Review checklist
Reminder for reviewers