-
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
Can not create a new pull request from GitHub plugin #13814
Comments
@vparfonov : Could you please give an estimate on this issue. Would really prefer to have that for 7.0.0 |
@slemeur There is a PR that fixes the bug: eclipse-theia/theia#5187 AFAIK @JPinkney is working on it's comments |
Yes, I'm still working on fixing up the comments. The reason its taking so long is I have to go back and re-do the way the createQuickPick api works (QuickInput/InputBox API's are all directly related) before I can start some of the improvements requested. The way that createQuickPick api was originally implemented doesn't allow for InputBox to be completed |
@l0rd + @rhopp + @tsmaeder + @nickboldt : This issue is making a lot of sense to be in 7.0.0. Having github plugin working with the ability of doing a PR is a must have. |
Agree. |
@vinokurig and I have agreed to split the work for the last few fix-ups on the QuickInput/InputBox/QuickPick API's so we can get this in for 7.0.0 |
Thanks @JPinkney and @vinokurig ! |
@slemeur I have to disagree that this is a must have: there is a very simple workaround: open the PR on github.com. Not every bug and missing feature is 7.0.0-worthy. |
For me this is a '7.0.0' but not a |
The value added by the ability to automate the creation of a PR and provide the reviewer link is key to Che. It highlights a big promise of Che in how it can help developers being more efficient. If we don't have it, it'll be a functional gap from the targeted scope of the release. Something we have not been able to deliver. |
@slemeur time-quality-features, pick any two. |
@vparfonov What is the update on this? |
fixed by eclipse-theia/theia#5187 |
fixed by eclipse-theia/theia#5187 |
Is it fixed in Che-theia 7.0.0-next ? milestone seems to be 7.0.0. |
Yes, but the docker image is not built yet. |
it is not merged yet ... eclipse-theia/theia#5890 |
Now it is merged :) |
Description
Can not create a new pull request from GitHub plugin
Reproduction Steps
Create Pull Request
commandWRONG: Create process freezes, error occurred:
root ERROR [hosted-plugin: 11878] (node:11878) UnhandledPromiseRejectionWarning: TypeError: s.window.createInputBox is not a function
OS and version:
7.0.0
Diagnostics:
The text was updated successfully, but these errors were encountered: