[JBoss JIRA] (JBIDE-20023) Show in browser: missing project/server that we're listing the routes of
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20023?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-20023:
-----------------------------------------------
[~adietish], please take a look at the pull request.
> Show in browser: missing project/server that we're listing the routes of
> ------------------------------------------------------------------------
>
> Key: JBIDE-20023
> URL: https://issues.jboss.org/browse/JBIDE-20023
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: help_wanted, openshift_v3
> Fix For: 4.3.x
>
> Attachments: show-in-browser-routes.png
>
>
> how to reproduce:
> # ASSERT: make sure that you have a project with several routes on a v3 OpenShift server
> # ASSERT: make sure that you have a connetion in explorer to this server
> # EXEC: in Explorer: unfold Routes and pick "Show in->Web Browser"
> Result:
> !show-in-browser-routes.png!
> A dialog requiring to select the route that you want to open up in the browser pops up. The dialog wont tell you what server, project the routes are listed for.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21290) CDK 2 is detected as version 1.0
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21290?page=com.atlassian.jira.plugi... ]
Hardy Ferentschik commented on JBIDE-21290:
-------------------------------------------
What are the columns here? They are not readable in the screenshot? Is this a specific column to display the CDK version? Is this a requirement or why do we even do that?
> CDK 2 is detected as version 1.0
> --------------------------------
>
> Key: JBIDE-21290
> URL: https://issues.jboss.org/browse/JBIDE-21290
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, runtime-detection
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
> Attachments: cdk-runtime-detection.png
>
>
> When you detect CDK using runtime detection, it will show you the name cdk-v2 which clearly shows it's version 2 (this is actually just based on the folder it seems). But the Version column says Version 1.0.
> !cdk-runtime-detection.png!
> Could we change it to version 2?
> I know that this probably doesn't have any meaning right now - I noticed there is no runtime anymore, so the version is nowhere to be seen once you create the cdk server adapter. But it would still be nicer to show the correct version if possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21376) Application wizard: should allow to create an app from an image (currently only from template)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21376?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21376 at 1/6/16 1:40 PM:
------------------------------------------------------------------
We discussed how to provide this given the timely constraint we currently have. We currently also cannot provide a way for the user to create an app based on wildfly given we dont support app creation via images currently.
We saw 5 different options:
{quote}
1) Use server side template
Pros:
* Works today
Cons:
* requires server side setup of templates
** (e.g. pushing builder image up, possibly pushing template up)
* We (jbossteam?) need to write and maintain template
2) Use server side image (conceptually create a template based on builder image + github info)
(mimicking webconsole)
Pros:
* Will not require custom template setup on server side
Cons:
* needs new UI/workflow in New App to mimic webconsole
3) Use eclipse side template
Pros:
* will work without server side setup
* faster to implement
Cons:
* fragile (requires specific builder images we rely on)
* add custom logic for UI/workflow in "create from source"
* Won't be (immediatly) visibile in eclipse
4) Create eclipse side templates based on server side builder images
Pros:
* will not require custom additional UX flow (or will it?)
Cons:
* will have to hardcode services/routes
5) rely on serverside new-app feature
Pros:
* no custom logic (we think)
Cons:
* don't know when
{quote}
We decided to go for now for eclipse side templates in a 1st step (*3*) since this is the option with the least effort.
was (Author: adietish):
We discussed how to provide this given the timely constraint we currently have. We currently also cannot provide a way for the user to create an app based on wildfly given we dont support app creation via images currently.
We saw 5 different options:
{quote}
1) Use server side template
Pros:
* Works today
Cons:
* requires server side setup of templates
** (e.g. pushing builder image up, possibly pushing template up)
* We (jbossteam?) need to write and maintain template
2) Use server side image (conceptually create a template based on builder image + github info)
(mimicking webconsole)
Pros:
* Will not require custom template setup on server side
Cons:
* needs new UI/workflow in New App to mimic webconsole
3) Use eclipse side template
Pros:
* will work without server side setup
* faster to implement
Cons:
* fragile (requires specific builder images we rely on)
* add custom logic for UI/workflow in "create from source"
* Won't be (immediatly) visibile in eclipse
4) Create eclipse side templates based on server side builder images
Pros:
* will not require custom additional UX flow (or will it?)
Cons:
* will have to hardcode services/routes
5) rely on serverside new-app feature
Pros:
* no custom logic (we think)
Cons:
* don't know when
{quote}
We decided to go for now for eclipse side templates in a 1st step (*3*) since this is the option with the least effort.
> Application wizard: should allow to create an app from an image (currently only from template)
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21376
> URL: https://issues.jboss.org/browse/JBIDE-21376
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Xavier Coulon
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: Screenshot 2015-12-21 16.44.02.png, Screenshot 2015-12-21 16.44.24.png, Screenshot 2015-12-21 18.06.40.png
>
>
> The application wizard in the Eclipse tooling currently only allows to create application from templates. The web console additionally allows creating from images and git source.
> One can see the difference when comparing the listing of options in Eclipse vs the listing in the web console (which also includes images):
> {quote}
> Running OpenShift using our openshift-vagrant box, I can see different proposals between the web console and the Eclipse tooling when adding an application in a project. For example, {{jboss-eap64-openshift:1.1}} is not proposed in the Eclipse tooling.
> See attached screenshots.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21376) Application wizard: should allow to create an app from an image (currently only from template)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21376?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21376 at 1/6/16 1:39 PM:
------------------------------------------------------------------
We discussed how to provide this given the timely constraint we currently have. We currently also cannot provide a way for the user to create an app based on wildfly given we dont support app creation via images currently.
We saw 5 different options:
{quote}
1) Use server side template
Pros:
* Works today
Cons:
* requires server side setup of templates
** (e.g. pushing builder image up, possibly pushing template up)
* We (jbossteam?) need to write and maintain template
2) Use server side image (conceptually create a template based on builder image + github info)
(mimicking webconsole)
Pros:
* Will not require custom template setup on server side
Cons:
* needs new UI/workflow in New App to mimic webconsole
3) Use eclipse side template
Pros:
* will work without server side setup
* faster to implement
Cons:
* fragile (requires specific builder images we rely on)
* add custom logic for UI/workflow in "create from source"
* Won't be (immediatly) visibile in eclipse
4) Create eclipse side templates based on server side builder images
Pros:
* will not require custom additional UX flow (or will it?)
Cons:
* will have to hardcode services/routes
5) rely on serverside new-app feature
Pros:
* no custom logic (we think)
Cons:
* don't know when
{quote}
We decided to go for now for eclipse side templates in a 1st step (*3*) since this is the option with the least effort.
was (Author: adietish):
We discussed how to provide this given the timely constraint we currently have. We currently also cannot provide a way for the user to create an app based on wildfly given we dont support app creation via images currently.
We saw 5 different options:
{quote}
# Use server side template
Pros:
* Works today
Cons:
* requires server side setup of templates
** (e.g. pushing builder image up, possibly pushing template up)
* We (jbossteam?) need to write and maintain template
# Use server side image (conceptually create a template based on builder image + github info)
(mimicking webconsole)
Pros:
* Will not require custom template setup on server side
Cons:
* needs new UI/workflow in New App to mimic webconsole
*
# Use eclipse side template
Pros:
* will work without server side setup
* faster to implement
Cons:
* fragile (requires specific builder images we rely on)
* add custom logic for UI/workflow in "create from source"
* Won't be (immediatly) visibile in eclipse
# Create eclipse side templates based on server side builder images
Pros:
* will not require custom additional UX flow (or will it?)
Cons:
* will have to hardcode services/routes
# rely on serverside new-app feature
Pros: no custom logic (we think)
Cons: don't know when
{quote}
We decided to go for now for eclipse side templates in a 1st step (*3*) since this is the option with the least effort.
> Application wizard: should allow to create an app from an image (currently only from template)
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21376
> URL: https://issues.jboss.org/browse/JBIDE-21376
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Xavier Coulon
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: Screenshot 2015-12-21 16.44.02.png, Screenshot 2015-12-21 16.44.24.png, Screenshot 2015-12-21 18.06.40.png
>
>
> The application wizard in the Eclipse tooling currently only allows to create application from templates. The web console additionally allows creating from images and git source.
> One can see the difference when comparing the listing of options in Eclipse vs the listing in the web console (which also includes images):
> {quote}
> Running OpenShift using our openshift-vagrant box, I can see different proposals between the web console and the Eclipse tooling when adding an application in a project. For example, {{jboss-eap64-openshift:1.1}} is not proposed in the Eclipse tooling.
> See attached screenshots.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months