-
Notifications
You must be signed in to change notification settings - Fork 150
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 Camel WSDl2Rest VS Code Extension (#120) #124
Add Camel WSDl2Rest VS Code Extension (#120) #124
Conversation
75338e7
to
76561a0
Compare
I suspect it has failed "Error: Failed to run the workspace: "Unrecoverable event occurred: 'FailedCreate', 'Error creating: pods "workspaceeqctcf9ese0j13ta.che-jwtproxy-678cf9db96-t6hwq" is forbidden: exceeded quota: compute-resources, requested: limits.cpu=292m,limits.memory=157286400, used: limits.cpu=5737m,limits.memory=3081601024, limited: limits.cpu=6,limits.memory=3Gi', 'workspaceeqctcf9ese0j13ta.che-jwtproxy-678cf9db96'" My guess is that is due to the size issues for the plug-in bringing in the wsdl2rest jars Edit: I was wrong - included wrong version when I tried to set this up initially. Should have been 0.0.7 not 0.0.8. Revised PR and tried again - got further this time. |
I think we're definitely hitting size issues now...
|
the workspace creation is working fine for me: I'm using
The error of reaching the size limit seems more related to the fact that you have several plugins activated (based on log there is also camel-tooling.vscode-apache-camel:0.0.14 ). Then I suspect more this kind of issue to happen: eclipse-che/che#13146 (comment) |
the Travis Ci error seems unrelated to this PR:
|
24e681e
to
2bf5e6c
Compare
We now are able to bring up the extension in Che, but ran into an issue with the file dialog. See eclipse-che/che#13232 |
Please note that I added CircleCI and Eclipse sign off check to required checks for PRs. |
@ibuziuk Change triggered, but build failed with "No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration." Any ideas? |
you need to rebase on master |
Signed-off-by: Brian Fitzpatrick <[email protected]>
…gistry Signed-off-by: Brian Fitzpatrick <[email protected]>
…: Brian Fitzpatrick <[email protected]> Signed-off-by: Brian Fitzpatrick <[email protected]>
Signed-off-by: Brian Fitzpatrick <[email protected]>
3642bc5
to
60b3d92
Compare
@ibuziuk - seems there are some issues with a few of the scripts, which are unchanged by this PR
|
@bfitzpat that CI check is not required. Do not pay attention to it at the moment |
Replaced by #136 |
Signed-off-by: Brian Fitzpatrick [email protected]
create Pull request to check if tests are passing.
How and where to create automated test checking that the plugin is working correctly in Che?
What does this PR do?
this PR is adding the Camel WSDL2Rest extension to the list of extensions in Che