[JBoss JIRA] (JBIDE-22695) Environment Variables of application deployment should have different workflow
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22695?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22695:
-------------------------------------
Issue Type: Enhancement (was: Bug)
> Environment Variables of application deployment should have different workflow
> ------------------------------------------------------------------------------
>
> Key: JBIDE-22695
> URL: https://issues.jboss.org/browse/JBIDE-22695
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.1.AM1
> Reporter: Marián Labuda
> Priority: Critical
> Labels: env_var_wizard, openshift_v3
> Fix For: 4.5.x
>
>
> Reset All button in Environment Var wizard dialog should get application to default state. At the moment it reset environment variables in the table just to the values at the point of opening the wizard. If I would delete some environment variables and confirm changes, but I would find out I broke something and I would like to rollback it to original state, I would try to reset it with Reset All button. But it won't work for me. This is causing the more serious issue:
> Because we edit same deployment configuration and start deployments from it and in the same time we set number of replicas in other deployment configs to zero. So we don't have the original deployment config and thus we cannot rollback easily (well there is a way but nasty one - edit replication controller, copy and paste environment variables to the deployment config, save it and deploy latest).
> There are 2 options:
> a) Create a new deployment configuration for a new (modified) set of environment variables and create a new replication controller (deployment) from this deployment configuration. There is one con - it can lead to many deployment configurations and replication controllers (for each deployment configuration there would be one replication controller).
> b) Just edit current replication controller (deployment) of an application or create a new one from an existing but with modified env. vars and with correct amount of replicas and set replicas in the previous to 0. And then let respin pods with correct setup. One of those approaches (create/edit RC) would be, I think, more satisfying.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22500) Connection: Keep password and token values as char[] instead of String
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22500?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22500:
------------------------------------------
As [~scabanovich] pointed out text fields would still create String which then would get pooled. Thus resolving as WONT_FIX
> Connection: Keep password and token values as char[] instead of String
> ----------------------------------------------------------------------
>
> Key: JBIDE-22500
> URL: https://issues.jboss.org/browse/JBIDE-22500
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Xavier Coulon
> Labels: connection, openshift_v3
> Fix For: 4.5.3.Final
>
>
> The passwords and tokens should be kept as {{char[]}} instead of {{String}} to avoid pooling the values in the JVM.
> I'm not sure how this impacts the wizard pages which rely on Databinding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22455) When an image for a template cannot be found, Eclipse provides a default one
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22455?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22455:
------------------------------------------
[~jeffmaury]: this is related (if not even duplicate) to JBIDE-25863
> When an image for a template cannot be found, Eclipse provides a default one
> ----------------------------------------------------------------------------
>
> Key: JBIDE-22455
> URL: https://issues.jboss.org/browse/JBIDE-22455
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Jeff MAURY
> Labels: ux
> Fix For: 4.5.x
>
>
> When a template is displayed in the new application wizard and selected, the UI will display an image based on metadata. The URL is computed from the metadata but if there is no corresponding image file, Eclipse will provide a default red squared image that we need to replace by a more Openshift oriented.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-22381 at 3/28/18 4:15 PM:
-------------------------------------------------------------------
The current implementation of the wizard now has the ability to import a project:
!screenshot-1.png!
Not sure though when this was done.
Resolving as DONE.
was (Author: adietish):
The current implementation of the wizard now has the ability to import a project:
!screenshot-1.png!
Resolving as DONE.
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-22381.
--------------------------------------
Resolution: Done
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22381:
------------------------------------------
The current implementation of the wizard now has the ability to import a project:
!screenshot-1.png!
Resolving as DONE.
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22381:
-------------------------------------
Attachment: screenshot-1.png
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months