[JBoss JIRA] (JBIDE-21650) Make Import OS3 Application more context-oriented
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21650?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21650.
---------------------------------
Verified on nightly build of JBT with OpenShift tooling B192.
> Make Import OS3 Application more context-oriented
> -------------------------------------------------
>
> Key: JBIDE-21650
> URL: https://issues.jboss.org/browse/JBIDE-21650
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: import_wizard, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> Currently we don't make difference from where Import Application... context menu item in OpenShift Explorer view is invoked. If a connection contains 2 and more projects, and at least 2 of those projects contains a build config, there are always listed all projects with build configs in Import OpenShift Application wizard no matter what. Even if I have selected a specific service or project, invoked Import Application wizard lists all projects and build configs. It would be nice to have it more context oriented - when select Import Application... context menu item on a specific service, build config related to this service should be preselected in wizard (maybe only project where the service is located should be listed and its build configs with selected the selected one). If opened via context menu of a project, project should be preselected (maybe only project with its build config could be visible).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21658) Property sheet cells are editable
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21658?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21658.
---------------------------------
Verified on nightly build of JBT with OpenShift tooling B192.
> Property sheet cells are editable
> ---------------------------------
>
> Key: JBIDE-21658
> URL: https://issues.jboss.org/browse/JBIDE-21658
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.x
> Environment: Boss Openshift UI Plugin Version: 3.1.0.CR1-v20160202-0335-B166
> Reporter: Steve Speicher
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.1.CR1
>
> Attachments: Screen Shot 2016-02-06 at 9.03.05 AM.png
>
>
> When I bring up the property sheet, values are editable but I can't really edit them. It would be good if users were disallowed from changing values (like the property name field is restricted)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21669) Enable easy scaling of OpenShift 3 applications
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21669?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21669.
---------------------------------
Closed as a duplicate.
> Enable easy scaling of OpenShift 3 applications
> -----------------------------------------------
>
> Key: JBIDE-21669
> URL: https://issues.jboss.org/browse/JBIDE-21669
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Labels: explorer, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> In Web-UI there is a spinner to set amount of running pods and we don't have something similar and user friendly in our tooling. At the moment to scale up/down an OpenShift 3 application, it is required to modify replication controller (which is a bit buggy see JBIDE-21665 and whole work flow is not quite user friendly). It would be nice to have a context menu item in context menu of a service, something like "Scale Up" enabled all the time and "Scale Down" in case there are at least 2 pods running. Or it could be "Add Pod" "Remove Pod" or something similar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21675) Text editor of OpenShift resource should provide more information about resource
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21675?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21675.
---------------------------------
Great, thanks! Verified on nightly build of JBT with OpenShift tooling B192.
> Text editor of OpenShift resource should provide more information about resource
> --------------------------------------------------------------------------------
>
> Key: JBIDE-21675
> URL: https://issues.jboss.org/browse/JBIDE-21675
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Fix For: 4.3.1.CR1
>
>
> When I choose Edit.. in context menu of an OpenShift resource, its open a new text editor with JSON of resource. Currently name/title of such text editor is in format "resource type : resource name" (example "Image Stream : bug-consolidator"). If I have more such editor opened, e.g. I have a staging project, testing project and production project with same resource name, it is difficult to find out to which resource the content of editor belongs (it is possible but it requires to read content and find namespace or selflink which contain project name).
> It would be nice if editor of OpenShift resource would contain at least project name in its name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21715) Unable to deploy image because a deployment (replication controller) does not exist
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21715?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-21715:
---------------------------------------
Verified on nightly build of JBT with OpenShift tooling B190.
> Unable to deploy image because a deployment (replication controller) does not exist
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-21715
> URL: https://issues.jboss.org/browse/JBIDE-21715
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.3.1.CR1
>
>
> Deploying an image creates a set of resources but trying to manually trigger a deployment throws an exception: http://screencast.com/t/gz8quBbAboGg
> This presumably could be a case where we are trying to tigger assuming a deployment exists but one doesnt because:
> a) its building and hasnt triggered one yet
> b) the built image exists but there is some other reason that prevents the imagechangetrigger
> We should still be able to trigger a build using the dc provided OpenShift is able to access the image.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month