-
Notifications
You must be signed in to change notification settings - Fork 51
Pull request plugin for Che's Theia #778
Comments
Sounds good @ibuziuk ! Just one comment, in the PR we are setting up, we need the user to provide a description and we will also put the factory link to review the PR. |
@slemeur thanks for review. Description & factory link have been added to this epic |
BTW, I think we already have some GitHub extension: https://github.com/eclipse/che-theia-github-plugin |
@slemeur hmm.. I was not aware of this extension |
@ibuziuk https://github.com/eclipse/che-theia-github-plugin looks like just library extension, it's provide only integration with |
@evidolob could you please take a look at the investigation tasks I have added to the description which we are planning to add to the next sprint? maybe you have any suggestions? Also in terms of docs I believe we could use in order to start: |
@ibuziuk investigation tasks LGTM, but my concern is terminology:
|
@evidolob plugin of course ;-) |
https://github.com/eclipse/che-theia-github-plugin is a Theia extension :) |
would it be relevant to keep the |
I guess not, I like idea to have one Theia plugin with all GitHub related functionality |
yes I agree :) |
@slemeur What we were planning to do initially is to write new PR plugin from scratch using new Theia plugin model and than existing GitHub extension [1] was mentioned in the issue which introduced some confusion. [1] https://github.com/eclipse/che-theia-github-plugin |
Documentation on Theia plug-ins is "in progress", PR was made there eclipse-theia/theia-website#10 |
@slemeur @l0rd We are planning to take the following issues to the sprint. Please, comment if those look good:
|
That sounds a reasonable approach. |
👍 |
thanks for the input - issues are in the sprint |
Closing as outdated |
Need to create PR plugin for Che's Theia with minimal functionality and contribute it upstream. PR should be very simple and have minimal functionality / UI. After discussing this task with @evidolob it was decided to implement smth similar to VSCode
GitHub
plugin:PR: Set Personal Access Token for GitHub
. There also would be some notification regarding this:GitHub
related button on the outline view that was added by the PR pluginQuickOpenService
in which branch does the user want to send a PRNOTE:
in the first iteration it is planned that:
origin
remote, or if there is only one remote exist than in that one (no possibility to pick remote)Investigation tasks:
hello-world
plugin Get familiar with Theia plugin development - run / debug / update basic hello-world plugin #786The text was updated successfully, but these errors were encountered: