[JBoss JIRA] (JBIDE-21430) Tab properties for Openshift Projects
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21430?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21430:
------------------------------------------
resolving since this was merged
> Tab properties for Openshift Projects
> -------------------------------------
>
> Key: JBIDE-21430
> URL: https://issues.jboss.org/browse/JBIDE-21430
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: openshift_deployment_view
> Fix For: 4.3.1.Beta2
>
>
> Add tabbed properties for project where they content includes all the resource for a given project. This should provide a similiar visual display to what you would see in the OpenShift web console
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21331) Connection wizard: it looks as if the wizard is creating new connection instances several times
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21331?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21331:
-------------------------------------
Fix Version/s: 4.3.1.CR1
(was: 4.3.1.Beta2)
> Connection wizard: it looks as if the wizard is creating new connection instances several times
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21331
> URL: https://issues.jboss.org/browse/JBIDE-21331
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.3.1.CR1
>
>
> The connection wizard creates new connection instances in several places which seems unnecessary (we need it at least once where we dont want to modify an existing connection and operate on a copy before merging the changes back upon successfull verification)
> {code:title=ConnctionWizardPageModel}
> private void initEditConnection(IConnection connection) {
> this.selectedConnection = connection;
> this.connection = connection.clone();
> ...
> {code}
> {code:title=ConnctionWizardPageModel}
> public IStatus connect() {
> ...
> try {
> this.connection = createConnection();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21422) Server adapter editor: details should be editable
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21422?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21422:
-------------------------------------
Fix Version/s: 4.3.1.CR1
(was: 4.3.1.Beta2)
> Server adapter editor: details should be editable
> -------------------------------------------------
>
> Key: JBIDE-21422
> URL: https://issues.jboss.org/browse/JBIDE-21422
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently when I open a server adapter overview (by double click on a server adapter) there is whole section of details to which project it is bind to, paths etc. in the Project Settings section. This area is not editable. It would be nice to allow user modify this, to allow to choose different eclipse project or fix path if it was filled in wrong...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21464) Delete context menu of OpenShift elements is incorrect
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21464?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-21464:
----------------------------------------
Assignee: Viacheslav Kabanovich
> Delete context menu of OpenShift elements is incorrect
> ------------------------------------------------------
>
> Key: JBIDE-21464
> URL: https://issues.jboss.org/browse/JBIDE-21464
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: explorer, openshift_v2, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Currently OpenShift tree items in OpenShift Explorer view have "Delete" context menu item. Previously it was more natural, because we had "Delete connection(s)..." "Delete domain..." etc., not it is all "Delete".
> If just plain "Delete" is considered as a good way to go, at least there should be three dots as suffix, because after click on the context menu Delete there is required user confirmation of deletion. So it should be at least "Delete...".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21464) Delete context menu of OpenShift elements is incorrect
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21464?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21464:
------------------------------------------
[~scabanovich] can you please comment?
> Delete context menu of OpenShift elements is incorrect
> ------------------------------------------------------
>
> Key: JBIDE-21464
> URL: https://issues.jboss.org/browse/JBIDE-21464
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v2, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Currently OpenShift tree items in OpenShift Explorer view have "Delete" context menu item. Previously it was more natural, because we had "Delete connection(s)..." "Delete domain..." etc., not it is all "Delete".
> If just plain "Delete" is considered as a good way to go, at least there should be three dots as suffix, because after click on the context menu Delete there is required user confirmation of deletion. So it should be at least "Delete...".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21464) Delete context menu of OpenShift elements is incorrect
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21464?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21464:
-------------------------------------
Fix Version/s: 4.3.1.Beta2
> Delete context menu of OpenShift elements is incorrect
> ------------------------------------------------------
>
> Key: JBIDE-21464
> URL: https://issues.jboss.org/browse/JBIDE-21464
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v2, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Currently OpenShift tree items in OpenShift Explorer view have "Delete" context menu item. Previously it was more natural, because we had "Delete connection(s)..." "Delete domain..." etc., not it is all "Delete".
> If just plain "Delete" is considered as a good way to go, at least there should be three dots as suffix, because after click on the context menu Delete there is required user confirmation of deletion. So it should be at least "Delete...".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21463) No error message pop up when attempt to port-forward to a port in use
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21463?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21463 at 1/18/16 5:30 AM:
-------------------------------------------------------------------
[~xiazhao2015]
* What do you mean exactly by "until you visit for the 2nd time"? What are you exactly seeing? What is the exact misbehaviour that you see?
* How do you make sure that the port already is in use?
I port forwarded on the cmd line before I launched the wizard. The wizard was still doing the port forwarding and there was no error message when "visiting for the 2nd time".
Can you please provide more details and exact steps?
was (Author: adietish):
[~xiazhao2015]
* What do you mean exactly by "until you visit for the 2nd time"? What are you exactly seeing? What is the exact error that you see?
* How do you make sure that the port already is in use?
I port forwarded on the cmd line before I launched the wizard. The wizard was still doing the port forwarding and there was no error message when "visiting for the 2nd time".
Can you please provide more details and exact steps?
> No error message pop up when attempt to port-forward to a port in use
> ---------------------------------------------------------------------
>
> Key: JBIDE-21463
> URL: https://issues.jboss.org/browse/JBIDE-21463
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160114-1935-B149
> OS: Fedora 17 & MAC OS 10
> Reporter: Xia Zhao
> Assignee: Andre Dietisheim
> Labels: openshift_v3
>
> No error message pop up when attempt to port-forward to a port in use in Jboss Developer Studio. This issue does not repro in Eclipse on Mac OS.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21463) No error message pop up when attempt to port-forward to a port in use
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21463?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21463:
------------------------------------------
[~xiazhao2015] * What do you mean exactly by "until you visit for the 2nd time"? What are you exactly seeing?
* How do you make sure that the port already is in use?
I port forwarded on the cmd line before I launched the wizard. The wizard was still doing the port forwarding and there was no error message when "visiting for the 2nd time".
Can you please provide more details and exact steps?
> No error message pop up when attempt to port-forward to a port in use
> ---------------------------------------------------------------------
>
> Key: JBIDE-21463
> URL: https://issues.jboss.org/browse/JBIDE-21463
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160114-1935-B149
> OS: Fedora 17 & MAC OS 10
> Reporter: Xia Zhao
> Assignee: Andre Dietisheim
> Labels: openshift_v3
>
> No error message pop up when attempt to port-forward to a port in use in Jboss Developer Studio. This issue does not repro in Eclipse on Mac OS.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months