[JBoss JIRA] (JBIDE-21626) Pod is not created when docker image is deployed to OpenShift
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21626?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-21626:
---------------------------------------------
sounds good, and I agree it can't be fully smooth - we can do our best by providing informative warning/error messages if we can detect something fill (possible) fail for the user.
> Pod is not created when docker image is deployed to OpenShift
> -------------------------------------------------------------
>
> Key: JBIDE-21626
> URL: https://issues.jboss.org/browse/JBIDE-21626
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Critical
> Labels: openshift_v3
> Fix For: 4.3.1.CR1
>
>
> When deploying a docker image to OpenShift via oc binary, pod where the image is supposed to run is created, together with service and router. But when deploying a docker image to OpenShift via OpenShift tools, no pod is created, only service and router. When using cli, pod is created later (what I noticed, there is different pull policy between creating from cli with "oc new-app docker-image" and creating from IDE).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21626) Pod is not created when docker image is deployed to OpenShift
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21626?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-21626:
---------------------------------------
Based on my conversations with [~fbricon]. Could probably use confirmation from [~burrsutter], 'Deploy to Openshift' from our docker explorer (or Openshift plugin side equivalent) should more or less accomplish 'oc new-app --docker-image=<repo>/foo/swarm.
w/o image on dockerhub: https://gist.github.com/jcantrill/98480470a8f5fa2b10d9
w/o image on dockerhub but existing IS: https://gist.github.com/jcantrill/fef3a2e0757cfbf6d50b
w/ image and existing IS https://gist.github.com/jcantrill/6137d6ba3b1a73c87bf8
Code needs to be modified to:
* conditionally create an image stream that points to the image if it can access the image.
* DC points to either the IS (if we are going to create one) or directly to the image.
* service
* Warning message about making the image available to the server if it can't be found.
Caveat here is this command tries to get info from dockerhub where 'eclipse new-app' is able to access image info from the docker daemon. Regardless, for any of this to work, OpenShift will need access to the image which might require the user to tag and push the image to the OpenShift registry. I don't think there is a good story on how to do that easily at the moment
> Pod is not created when docker image is deployed to OpenShift
> -------------------------------------------------------------
>
> Key: JBIDE-21626
> URL: https://issues.jboss.org/browse/JBIDE-21626
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Critical
> Labels: openshift_v3
> Fix For: 4.3.1.CR1
>
>
> When deploying a docker image to OpenShift via oc binary, pod where the image is supposed to run is created, together with service and router. But when deploying a docker image to OpenShift via OpenShift tools, no pod is created, only service and router. When using cli, pod is created later (what I noticed, there is different pull policy between creating from cli with "oc new-app docker-image" and creating from IDE).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBTIS-515) Errors about duplicate ESB quickstarts in Error Log
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-515?page=com.atlassian.jira.plugin.... ]
Paul Leacu resolved JBTIS-515.
------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
This was cured with the removed of the obsolete 4.x examples.
> Errors about duplicate ESB quickstarts in Error Log
> ---------------------------------------------------
>
> Key: JBTIS-515
> URL: https://issues.jboss.org/browse/JBTIS-515
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: ESB
> Affects Versions: 9.0.0.Alpha2
> Environment: JBDS 9.0.0.GA + JBDS-IS 9.0.0.Alpha2
> Reporter: Andrej Podhradsky
> Assignee: Brian Fitzpatrick
> Priority: Minor
> Fix For: 9.0.0.Beta1
>
>
> After installing ESB feature and opening the JBos Central there are errors about duplicate ESB quickstarts in the Error Log view.
> ESB quickstarts are available at Help > Project Examples...
> Note that this doesn't cause any problem.
> {code}
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart helloworld_file_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_consumer1
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_producer
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_CSV2XML
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2POJO
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_date_manipulation
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_simple
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBTIS-562) discovery connector id not found
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-562?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-562:
-----------------------------
Project: JBoss Tools Integration Stack (was: Tools (JBoss Tools))
Key: JBTIS-562 (was: JBIDE-21661)
Component/s: distribution
(was: central)
Fix Version/s: (was: 4.3.1.CR1)
> discovery connector id not found
> --------------------------------
>
> Key: JBTIS-562
> URL: https://issues.jboss.org/browse/JBTIS-562
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Reporter: Max Rydahl Andersen
> Assignee: Paul Leacu
>
> when loading latest beta the following error is logged
> Unknown category 'org.jboss.tools.discovery.certification.earlyaccess' referenced by connector 'org.guvnor.tools.feature' declared in org.jboss.tools.central.discovery.integration_stack.earlyaccess_4.3.0.Alpha2a_v20151006_1928_B438.jar_806886544943382023.jar
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-20797) CCE on first start on clean install of CR1
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20797?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen resolved JBIDE-20797.
-----------------------------------------
Resolution: Done
resolving since reopened on old version nrather than actual fixed version.
> CCE on first start on clean install of CR1
> ------------------------------------------
>
> Key: JBIDE-20797
> URL: https://issues.jboss.org/browse/JBIDE-20797
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.3.0.CR1
> Reporter: Max Rydahl Andersen
> Assignee: Victor Rubezhny
> Labels: aeri
> Fix For: 4.4.0.Alpha1, 4.3.1.Beta2
>
>
> clean install of eclipse JEE + CR1 jbosstools for mars.
> Get this error on startup on a clean workspace:
> {code}
> java.lang.ClassCastException: [Lorg.eclipse.swt.graphics.FontData; cannot be cast to java.lang.String
> at org.eclipse.ui.internal.themes.Theme$1.propertyChange(Theme.java:124)
> at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:351)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:347)
> at org.eclipse.jface.preference.PreferenceConverter.setValue(PreferenceConverter.java:463)
> at org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin.ensurePreferenceStoreBackwardsCompatibility(JavaScriptPlugin.java:395)
> at org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin.start(JavaScriptPlugin.java:336)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:771)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:764)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:941)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:318)
> at org.eclipse.osgi.container.Module.doStart(Module.java:571)
> at org.eclipse.osgi.container.Module.start(Module.java:439)
> at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)
> at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
> at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
> at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:327)
> at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:36)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:398)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at tern.eclipse.ide.jsdt.internal.ui.JavaEditorTracker.editorOpened(JavaEditorTracker.java:157)
> at tern.eclipse.ide.jsdt.internal.ui.JavaEditorTracker.partOpened(JavaEditorTracker.java:152)
> at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:4939)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.WorkbenchPage.firePartOpened(WorkbenchPage.java:4936)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$2.handleEvent(CompatibilityPart.java:121)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
> at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:186)
> at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
> at org.eclipse.swt.widgets.Display.syncExec(Display.java:4781)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
> at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
> at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
> at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
> at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
> at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
> at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
> at org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl.setObject(PartImpl.java:410)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:131)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:971)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:640)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:746)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:717)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:711)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:695)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:99)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
> at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:186)
> at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
> at org.eclipse.swt.widgets.Display.syncExec(Display.java:4781)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
> at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
> at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
> at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
> at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
> at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
> at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
> at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
> at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:494)
> at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:458)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:724)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:396)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1166)
> at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3234)
> at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3149)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3131)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3126)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3090)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3071)
> at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:436)
> at org.jboss.tools.central.JBossCentralActivator$6$1.run(JBossCentralActivator.java:411)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21661) discovery connector id not found
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21661?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-21661:
----------------------------------------
Fix Version/s: 4.3.1.CR1
> discovery connector id not found
> --------------------------------
>
> Key: JBIDE-21661
> URL: https://issues.jboss.org/browse/JBIDE-21661
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Fix For: 4.3.1.CR1
>
>
> when loading latest beta the following error is logged
> Unknown category 'org.jboss.tools.discovery.certification.earlyaccess' referenced by connector 'org.guvnor.tools.feature' declared in org.jboss.tools.central.discovery.integration_stack.earlyaccess_4.3.0.Alpha2a_v20151006_1928_B438.jar_806886544943382023.jar
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21661) discovery connector id not found
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21661?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen reassigned JBIDE-21661:
-------------------------------------------
Assignee: Paul Leacu
> discovery connector id not found
> --------------------------------
>
> Key: JBIDE-21661
> URL: https://issues.jboss.org/browse/JBIDE-21661
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Paul Leacu
> Fix For: 4.3.1.CR1
>
>
> when loading latest beta the following error is logged
> Unknown category 'org.jboss.tools.discovery.certification.earlyaccess' referenced by connector 'org.guvnor.tools.feature' declared in org.jboss.tools.central.discovery.integration_stack.earlyaccess_4.3.0.Alpha2a_v20151006_1928_B438.jar_806886544943382023.jar
--
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 Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21675?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-21675.
---------------------------------
Resolution: Done
Done
!http://content.screencast.com/users/fbricon/folders/Jing/media/e51b7617-b829-4dd8-9eaa-a08818803b93/00000328.png|width=650!
> 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