[JBoss JIRA] (JBIDE-21087) Manage Project dialog reorganizes the project list after deleting project
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21087?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-21087.
---------------------------------
Fix Version/s: 4.3.1.CR1
4.4.0.Alpha1
(was: 4.4.x)
Assignee: Jeff Cantrill
Resolution: Done
Seems to have been fixed by JBIDE-21633
> Manage Project dialog reorganizes the project list after deleting project
> -------------------------------------------------------------------------
>
> Key: JBIDE-21087
> URL: https://issues.jboss.org/browse/JBIDE-21087
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Minor
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> Deleting a project using the Manage Project dialog causes the table to refresh and project are randomly sorted. We should sort the projects by name as they appear in the table so the view is consistent between operations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-20497) New Application shows New Project wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20497?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20497:
--------------------------------
Fix Version/s: 4.4.x
(was: 4.3.1.CR1)
> New Application shows New Project wizard
> -----------------------------------------
>
> Key: JBIDE-20497
> URL: https://issues.jboss.org/browse/JBIDE-20497
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When running Create New Application and I have no project a separate dialog pops up asking for Create New project with no real explanation.
> Could the Create project step not be something that gets to be a page in New Application or somehow not be so "separate" and at least with some info that you need to create project before creating application.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-20507) Remove cursor from a retrieve token styled text
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20507?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-20507.
---------------------------------
Fix Version/s: 4.3.1.CR1
4.4.0.Alpha1
(was: 4.4.x)
Resolution: Out of Date
This seems to be fixed now
> Remove cursor from a retrieve token styled text
> -----------------------------------------------
>
> Key: JBIDE-20507
> URL: https://issues.jboss.org/browse/JBIDE-20507
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Priority: Minor
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> In a New Connection dialog there is a styled text with link "Enter a token or retrieve a new one." Problem is that styled text contains cursor. Cursor is shown on a position after clicking on the position inside the styled text.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-21625) Server adapter: Enable debug mode on OpenShift servers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21625?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21625 at 2/5/16 4:29 PM:
------------------------------------------------------------------
As specificed in CLOUD-243:
Enabling debugging in our eap-images works via an env var
{code}
com.redhat.dev-mode
com.redhat.dev-mode.port
{code}
In [oc|https://docs.openshift.com/enterprise/3.0/dev_guide/environment_variab...] one can do
{code}
$ oc env <object-selection> KEY_1=VAL_1 ... KEY_N=VAL_N [<set-env-options>] [<common-options>]
{code}
Those get picked on pod deployment. So we can change the deployment config resource and start for the triggered build to finish or change the number of replicas 1->0->1
{quote}
(06:19:17 PM) kconner: adietisheim: The env needs to be set when the pod starts, you may find that modifying the dc will redeploy it
{quote}
You can achieve this by changing the deployment config in Eclipse:
* for the deployment config changes, add to spec.containers.ports :
{code}
{
"name" : "debug",
"containerPort" : 9876,
"protocol" : "TCP"
}
{code}
* and to spec.containers.env:
{code}
{
"name" : "DEBUG",
"value" : "true"
},
{
"name" : "DEBUG_PORT",
"value" : "9876"
}
{code}
was (Author: adietish):
As specificed in CLOUD-243:
Enabling debugging in our eap-images works via an env var
{code}
com.redhat.dev-mode
com.redhat.dev-mode.port
{code}
In [oc|https://docs.openshift.com/enterprise/3.0/dev_guide/environment_variab...] one can do
{code}
$ oc env <object-selection> KEY_1=VAL_1 ... KEY_N=VAL_N [<set-env-options>] [<common-options>]
{code}
Those get picked on pod deployment. So we can change the deployment config resource and start for the triggered build to finish or change the number of replicas 1->0->1
{quote}
(06:19:17 PM) kconner: adietisheim: The env needs to be set when the pod starts, you may find that modifying the dc will redeploy it
{quote}
> Server adapter: Enable debug mode on OpenShift servers
> ------------------------------------------------------
>
> Key: JBIDE-21625
> URL: https://issues.jboss.org/browse/JBIDE-21625
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Need to easily enable debug mode on EAP/Node images. That should allow hot reloading of server.js or java classes
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months