[JBoss JIRA] (JBIDE-21080) Explorer: "Import Application" context menu item is available for any tree item under an OpenShift 3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21080?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21080:
-------------------------------------
Estimated Difficulty: Low
> Explorer: "Import Application" context menu item is available for any tree item under an OpenShift 3 connection
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21080
> URL: https://issues.jboss.org/browse/JBIDE-21080
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer, import_wizard, openshift_v3
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> There is a context menu item to import an existing OpenShift 3 application available on every tree item placed under OpenShift 3 connection. Even "folder" for any resource has it (e.g. Routes, Services) and any resource too (e.g. specific pod, service, replication controller).
> I think this is not good because it go against concept of *context* menu. We could have it for a project and build config (maybe also for a connection) that would be sufficient.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21081) Application wizard: canceling the 'Create Application From Template Job' leaves resources in place
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21081?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21081:
-------------------------------------
Summary: Application wizard: canceling the 'Create Application From Template Job' leaves resources in place (was: Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything)
> Application wizard: canceling the 'Create Application From Template Job' leaves resources in place
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21081
> URL: https://issues.jboss.org/browse/JBIDE-21081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> After clicking finish in the Application wizard, a progress bar with a button to cancel the operation appears. Once clicked, depending on the user's speed, it either does nothing at all, or it returns the user back to the Application wizard.
> However, the app always gets created on Openshift. So if the user is returned to the wizard, a dialog appears saying the app was created. In the end the user might end up with an open wizard with the same data that their newly created application has.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21081) Application wizard: canceling the 'Create Application From Template Job' leaves created resources in place
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21081?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21081:
-------------------------------------
Summary: Application wizard: canceling the 'Create Application From Template Job' leaves created resources in place (was: Application wizard: canceling the 'Create Application From Template Job' leaves resources in place)
> Application wizard: canceling the 'Create Application From Template Job' leaves created resources in place
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21081
> URL: https://issues.jboss.org/browse/JBIDE-21081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> After clicking finish in the Application wizard, a progress bar with a button to cancel the operation appears. Once clicked, depending on the user's speed, it either does nothing at all, or it returns the user back to the Application wizard.
> However, the app always gets created on Openshift. So if the user is returned to the wizard, a dialog appears saying the app was created. In the end the user might end up with an open wizard with the same data that their newly created application has.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21080) Explorer: "Import Application" context menu item is available for any tree item under an OpenShift 3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21080?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21080:
-------------------------------------
Summary: Explorer: "Import Application" context menu item is available for any tree item under an OpenShift 3 connection (was: Import Application... context menu item is available for any tree item under an OpenShift 3 connection)
> Explorer: "Import Application" context menu item is available for any tree item under an OpenShift 3 connection
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21080
> URL: https://issues.jboss.org/browse/JBIDE-21080
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> There is a context menu item to import an existing OpenShift 3 application available on every tree item placed under OpenShift 3 connection. Even "folder" for any resource has it (e.g. Routes, Services) and any resource too (e.g. specific pod, service, replication controller).
> I think this is not good because it go against concept of *context* menu. We could have it for a project and build config (maybe also for a connection) that would be sufficient.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21081) Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21081?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21081 at 11/13/15 5:03 AM:
--------------------------------------------------------------------
[~jrichter1] the underlying problem as far as I know is that the application creation is not atomic nor transactional. I read you expecting that nothing should be created if you cancel the creational job which is something we cannot achieve by simply cancelling the job. We would have to kill the resources that were created. This on the other hand is imho an enhancement we can plan to add. I'd therefore rephrase your issue to an enhancement to "cleanup" resources that were created. Alternatively and simpler we could dispaly a warning that tells the user about the job being stopped which leaves created resources in place.
was (Author: adietish):
[~jrichter1] the underlying problem as far as I know is that the application creation is not atomic nor transactional. I read you expecting that nothing should be created if you cancel the creational job which is something we cannot achieve by simply cancelling the job. We would have to kill the resources that were created. This on the other hand is imho an enhancement we can plan to add. I'd therefore rephrase your issue to an enhancement to "cleanup" resources that were created.
> Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21081
> URL: https://issues.jboss.org/browse/JBIDE-21081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> After clicking finish in the Application wizard, a progress bar with a button to cancel the operation appears. Once clicked, depending on the user's speed, it either does nothing at all, or it returns the user back to the Application wizard.
> However, the app always gets created on Openshift. So if the user is returned to the wizard, a dialog appears saying the app was created. In the end the user might end up with an open wizard with the same data that their newly created application has.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21081) Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21081?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21081:
-------------------------------------
Fix Version/s: 4.4.0.Alpha1
> Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21081
> URL: https://issues.jboss.org/browse/JBIDE-21081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> After clicking finish in the Application wizard, a progress bar with a button to cancel the operation appears. Once clicked, depending on the user's speed, it either does nothing at all, or it returns the user back to the Application wizard.
> However, the app always gets created on Openshift. So if the user is returned to the wizard, a dialog appears saying the app was created. In the end the user might end up with an open wizard with the same data that their newly created application has.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21081) Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21081?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21081:
------------------------------------------
[~jrichter1] the underlying problem as far as I know is that the application creation is not atomic nor transactional. I read you expecting that nothing should be created if you cancel the creational job which is something we cannot achieve by simply cancelling the job. We would have to kill the resources that were created. This on the other hand is imho an enhancement we can plan to add. I'd therefore rephrase your issue to an enhancement to "cleanup" resources that were created.
> Application wizard: canceling the 'Create Application From Template Job' doesn't cancel anything
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21081
> URL: https://issues.jboss.org/browse/JBIDE-21081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> After clicking finish in the Application wizard, a progress bar with a button to cancel the operation appears. Once clicked, depending on the user's speed, it either does nothing at all, or it returns the user back to the Application wizard.
> However, the app always gets created on Openshift. So if the user is returned to the wizard, a dialog appears saying the app was created. In the end the user might end up with an open wizard with the same data that their newly created application has.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Warn when a template points Source URL to a parameter with empty value
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21092?page=com.atlassian.jira.plugi... ]
Jan Richter updated JBIDE-21092:
--------------------------------
Description:
If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
It might be better to validate if the actual value passed is not empty.
was:
If a template defines a parameter for Source URL (i.e. Source_URL = ${GIT_URI}) but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
It might be better to validate if the actual value passed is not empty.
> Warn when a template points Source URL to a parameter with empty value
> -----------------------------------------------------------------------
>
> Key: JBIDE-21092
> URL: https://issues.jboss.org/browse/JBIDE-21092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
> It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Warn when a template points Source URL to a parameter with empty value
by Jan Richter (JIRA)
Jan Richter created JBIDE-21092:
-----------------------------------
Summary: Warn when a template points Source URL to a parameter with empty value
Key: JBIDE-21092
URL: https://issues.jboss.org/browse/JBIDE-21092
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Jan Richter
If a template defines a parameter for Source URL (i.e. Source_URL = ${GIT_URI}) but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (TOOLSDOC-690) JBDS-IS 8.0.4: Update Install information
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-690:
----------------------------------
Summary: JBDS-IS 8.0.4: Update Install information
Key: TOOLSDOC-690
URL: https://issues.jboss.org/browse/TOOLSDOC-690
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: Installation Guide
Affects Versions: 8.0.4
Reporter: Misha Ali
Assignee: Misha Ali
SwitchYard and Data Transformation are no longer tech preview. Update Install guide accordingly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months