-
Notifications
You must be signed in to change notification settings - Fork 114
Conversation
Signed-off-by: Anatoliy Bazko <[email protected]>
trying that, but editor is still unhappy :( |
@sparkoo It can be because of eclipse-che/che#13739 |
@skabashnyuk preview URL should contain |
devfile and it's tasks works for me. |
@skabashnyuk [1] https://redhat-developer.github.io/devfile/ @sparkoo |
@tolusha how swagger helps with the issue? |
@sparkoo |
@tolusha ah, ok. I thought you were speaking about second issue with plugin. Make sense now :) |
For the I don't know if there are other problems. |
@l0rd see my comment #32 (comment) There is issue with Omnisharp plugin eclipse-che/che#13739 |
Ok but eclipse-che/che#13739 is not related to this Devfile. That's about the support of any .NET project and is similar to eclipse-che/che#13427 (that's about Java support). It can be related to the size of the project (how long it takes to clone it): if the cloning takes tool long a refresh will be needed. So @sparkoo you are suggesting not to include this sample until eclipse-che/che#13427 is fixed right? I think it makes sense. Maybe in the meantime we can find out a smaller sample that would work. |
@l0rd yes, that's what I'm suggesting. Also C#.NET sample is affected by that issue, and I don't think we can go much simpler than that https://github.com/che-samples/dotnet-web-simple |
@sparkoo ok I agree with you |
A number of existing devfiles also have the issue of the preview URL not opening to a path handled by the server (e.g. Is validity of endpoints/preview URLs something I should add to our checklist for testing devfiles? |
@amisevsk there is such a checklist? I've created an issue to retest and unify all devfiles once all are merged (eclipse-che/che#13863), are you going to do that? |
@sparkoo I did a relatively quick run through in testing #38, available here, and @ScrewTSW is doing similar for che.openshift.io: https://github.com/redhat-developer/che-functional-tests/issues/543#issuecomment-512795837 I personally have been glossing over preview URL / endpoint issues thus far, though. There are a number of potential improvements (e.g. some PHP devfiles do not expose the right port, the java stack exposes 8080 but runs |
@amisevsk ok, I didn't know about this effort. My opinion is, that these are our samples and they must work perfectly. URL that is loaded after project start is public facing and very visible. It is highly probably that user will hit it, so I would consider it as a blocker issue. |
@sparkoo perfectly agree with your idea. To address this now we have only one approach: modify/fork the sample to make them work with the current endpoint URL (with no subpath). I have created eclipse-che/che#13945 to support that better in the next sprints. @amisevsk yes you should track the problems with the URL as well. And if we could automate the generation of the report and add it as a PR check it would be awesome 🙃 |
@l0rd since there are problems with URL / subpath could we avoid merging this PR for GA and postpone it till |
@ibuziuk yes that makes sense. But let's merge this if we are able to fix the URL problems in the samples before the GA. |
Signed-off-by: Anatoliy Bazko <[email protected]>
Signed-off-by: Anatoliy Bazko <[email protected]>
Image for dev container is updated. |
@ibuziuk |
Redirection to |
@tolusha I would rather postpone it to |
@ibuziuk |
Signed-off-by: Anatoliy Bazko <[email protected]>
Signed-off-by: Ihor Okhrimenko <[email protected]>
Signed-off-by: Anatoliy Bazko [email protected]
What does this PR do?
Adds stack for developing ASP.NET Core web application
https://github.com/gothinkster/aspnetcore-realworld-example-app
What issues does this PR fix or reference?
eclipse-che/che#13529