[JBoss JIRA] (JBIDE-20004) OpenShift v3 resources names should be camelcasized or splitted by space character
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20004?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-20004:
----------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> OpenShift v3 resources names should be camelcasized or splitted by space character
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-20004
> URL: https://issues.jboss.org/browse/JBIDE-20004
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.3.0.CR1
>
>
> Currently OpenShift v3 resources are as one long name and without camel case practice or spaces or spaces with capitalized first letters. It would be better to have more appropriate format.
> Affected resources:
> * Buildconfigs should be "Build configs" or "BuildConfigs" or "Build Configs"
> * Deploymentsconfigs should be "Deployment configs" or "DeploymentConfigs" or "Deployment Configs"
> * Imagestream should be "Image streams" or "ImageStreams" or "Image Streams"
> * Replicationcontrollers should be "Replication controllers" or "ReplicationControllers" or "Replication Controllers"
> I would suggest to use capitalized separated wording but I leave it up to decision of developer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20521) Show In - Web Browser is enabled and do nothing when there are no routes
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-20521:
-------------------------------------
Summary: Show In - Web Browser is enabled and do nothing when there are no routes
Key: JBIDE-20521
URL: https://issues.jboss.org/browse/JBIDE-20521
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Marián Labuda
Priority: Minor
When I am having a project with an application without any route, the Show In - Web Browser context menu of a project is enabled for this project and it does not do anything (after click nothing happens). Context menu should be disable if there are no routes for an application.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19335) org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeLicenseFragment fails with SWTError without browser available
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19335?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-19335:
-------------------------------------
As I wrote in comment above: "Tested with JBDS 9.0.0.Beta2 B67"
It had fix version "4.3.0.Beta2" at the time I was verifying it therefore I was testing it with JBDS 9.0.0.Beta2 B67
> org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeLicenseFragment fails with SWTError without browser available
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19335
> URL: https://issues.jboss.org/browse/JBIDE-19335
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common/jst/core, runtime-detection
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Environment: Linux
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
>
> DownloadRuntimeLicenseFragment should work even without browser widget available and show html or text without html tags with <p> and <br> elements replaced with '\n'.
> Steps to tests the issue:
> 1. Linux disto without webkit or xulrunner (I was using xubuntu to verify)
> 2. Run JBT and try to download WildFly using Runtime Download dialog;
> 3. It should show not fail with SWTError when presenting license step, but show the link to the license, so you can click on it to open system browser or copy/past it into your favorite one
> 4. Close eclipse
> 5. Install libwebkit
> 6. Start eclipse, do WildFly downloading steps again and you should see license text inside dialog.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20520) Project tree item in New OpenShift Application wizard disappear after click on a template
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-20520:
-------------------------------------
Summary: Project tree item in New OpenShift Application wizard disappear after click on a template
Key: JBIDE-20520
URL: https://issues.jboss.org/browse/JBIDE-20520
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Marián Labuda
Attachments: after.png, before.png
Click on a template on the first wizard page In a New OpenShift Application wizard makes disappear the project tree item having the template. See following screenshots:
before click on a template
!before.png!
after click on a template
!after.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19335) org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeLicenseFragment fails with SWTError without browser available
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19335?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19335:
-------------------------------------
[~vpakan] I'm not seeing the code in master match up with your stacktrace. At those lines, I see this:
{code}
Control[] children = parent.getChildren();
for (Control child : children) {
165 child.dispose();
}
{code}
So I'd suggest trying a new build from master? Can you verify your version is a master build and not an old build?
> org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeLicenseFragment fails with SWTError without browser available
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19335
> URL: https://issues.jboss.org/browse/JBIDE-19335
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common/jst/core, runtime-detection
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Environment: Linux
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
>
> DownloadRuntimeLicenseFragment should work even without browser widget available and show html or text without html tags with <p> and <br> elements replaced with '\n'.
> Steps to tests the issue:
> 1. Linux disto without webkit or xulrunner (I was using xubuntu to verify)
> 2. Run JBT and try to download WildFly using Runtime Download dialog;
> 3. It should show not fail with SWTError when presenting license step, but show the link to the license, so you can click on it to open system browser or copy/past it into your favorite one
> 4. Close eclipse
> 5. Install libwebkit
> 6. Start eclipse, do WildFly downloading steps again and you should see license text inside dialog.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19948) Reimplement Eclipse Download plugin to allow dynamic work flow
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19948?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19948:
---------------------------------------------
why are we doing this ? we said many times we should not have to implement complex logic to download this.
not following why this is needed when we just need to login and then download - if anything complicated on top needed why not just tell users to fill out details in a browser and then go back and retry the download ?
> Reimplement Eclipse Download plugin to allow dynamic work flow
> --------------------------------------------------------------
>
> Key: JBIDE-19948
> URL: https://issues.jboss.org/browse/JBIDE-19948
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: runtime-detection, server
> Affects Versions: 4.3.0.Alpha2
> Reporter: David Hladky
> Assignee: Rob Stryker
> Fix For: 4.3.0.CR1
>
>
> We need to reimplement the plugin to accept new terms and conditions models as well as follow the workflow changes in case of changes to the current ones.
> Under this issue I will create the tasks we need to achieve this goal.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months