[JBoss JIRA] (JBIDE-10939) OpenShift Express Console: Should have "Edit Connection" in the context menu
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10939?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-10939:
---------------------------------------
Ok, I understand !
Still, the work provided in this JIRA is alreay a nice UI improvement ;-)
thanks !
> OpenShift Express Console: Should have "Edit Connection" in the context menu
> ----------------------------------------------------------------------------
>
> Key: JBIDE-10939
> URL: https://issues.jboss.org/browse/JBIDE-10939
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: edit-connection.png, new-connection.png, Screen Shot 2013-07-29 at 11.35.23 AM.png
>
>
> it's not obvious how one would edit the user entries in the OpenShift Express console. The most user friendly and obvious way would be to offer *Edit Connection* in the context menu to an entry in the *OpenShift Express Console*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-10939) OpenShift Express Console: Should have "Edit Connection" in the context menu
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10939?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-10939:
------------------------------------------
Sure the hyperlink in the view when no connection exists is the ultimate enhancement. I focussed on having the context menu entries here and can further enhance and provide the hyperlink if needed.
> OpenShift Express Console: Should have "Edit Connection" in the context menu
> ----------------------------------------------------------------------------
>
> Key: JBIDE-10939
> URL: https://issues.jboss.org/browse/JBIDE-10939
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: edit-connection.png, new-connection.png, Screen Shot 2013-07-29 at 11.35.23 AM.png
>
>
> it's not obvious how one would edit the user entries in the OpenShift Express console. The most user friendly and obvious way would be to offer *Edit Connection* in the context menu to an entry in the *OpenShift Express Console*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-15158) if I create a scalable application I get a non-useful dialog about HAProxy (watcher)
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15158?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-15158:
-------------------------------------------------
Andre Dietisheim <adietish(a)redhat.com> made a comment on [bug 982615|https://bugzilla.redhat.com/show_bug.cgi?id=982615]
@Meng Bo: As soon as severity/field are not RESULT we wont show it in the Eclipse tooling which is what a user is imho expecting. We have a generic logic in the tooling where we only show messages that are either RESULT in severity or in field.
I cant say if DEBUG or WARNING are the right severities for you guys though.
> if I create a scalable application I get a non-useful dialog about HAProxy (watcher)
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-15158
> URL: https://issues.jboss.org/browse/JBIDE-15158
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
> Attachments: ha-proxy-started.png
>
>
> How to reproduce:
> # ASSERT: make sure that you dont have any scalable application in your domain
> # EXEC: launch OpenShift application wizard and provide some name, type and check *enable Scaling*
> Result:
> You get a dialog which informs you that the HAProxy was started:
> !ha-proxy-started.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-15261) Cannot create wordpress example
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15261?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15261:
------------------------------------------
[~corehello] we set fixVersion to 4.2.0.Alpha1 and did not solve this for 4.1.0.Final since this requires a major change in the client library.
> Cannot create wordpress example
> -------------------------------
>
> Key: JBIDE-15261
> URL: https://issues.jboss.org/browse/JBIDE-15261
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: nan wei
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: create-wordpress-example.png, initial-build-failed.png
>
>
> Version:
> JBoss Deverloper Studio 7 Beta
> OpenShift Plugin: 2.5.0.Beta2-v20130621-1052-B65
> OpenShift Enterprise 1.2/2013-07-18.4
> How reproducible:
> always
> Steps to Reproduce:
> 1. Create an app in the JBoss Deverloper Studio.
> Name: mysqltest
> Type: PHP 5.3(php-5.3)
> Embeddable Cartridges: MySQL Database 5.1(mysql-5.1)
> 2. Click Advanced
> Add Source Code:https://github.com/openshift/wordpress-example
> !create-wordpress-example.png!
> Actual results:
> When creating an app, check mysql cartridge and add source code together, it will fail, and return the following error:
> !initial-build-failed.png!
> {code}
> Could not create application "a3"
> Could not request https://broker.ose0717.com/broker/rest/domains/nwei/applications: The initial build for the application failed. Last 10 kB of build output:
> httpd (no pid file) not running
> Could not find mysql database. Please run:
> rhc cartridge add -a a3 -c mysql-5.1
> then make a sample commit (add whitespace somewhere) and re-push
> An error occurred executing 'gear postreceive'
> For more details about the problem, try running the command again with the '--trace' option.
> {code}
> But if use rhc client, there is no such problem, it is created successfully.
> # rhc app create mysqltest1 php-5.3 mysql-5.1 --from-code=https://github.com/openshift/wordpress-example
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months