[JBoss JIRA] (JBIDE-22371) Allow users easily manage environment variables of OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22371?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22371:
------------------------------------------
[~mlabuda] This isnt directly related to Burrs Demo, right? This looks like a nice-to-have we should tackle at some point. Thus setting fixVersion 4.4.x. Feel free to correct if you dont agree.
> Allow users easily manage environment variables of OpenShift application
> ------------------------------------------------------------------------
>
> Key: JBIDE-22371
> URL: https://issues.jboss.org/browse/JBIDE-22371
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.x
>
>
> At the moment to add a new environment variable/edit an existing one. Environment variables are located at deployment configuration. At the moment it requires to open Properties view, select a deployment config, open context menu Edit... and find in json where the spot with env. vars is located and add more key:value pair or edit existing ones. It would be nice if we would have some dialog/wizard to easily manage variables.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22371) Allow users easily manage environment variables of OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22371?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22371:
-------------------------------------
Fix Version/s: 4.4.x
> Allow users easily manage environment variables of OpenShift application
> ------------------------------------------------------------------------
>
> Key: JBIDE-22371
> URL: https://issues.jboss.org/browse/JBIDE-22371
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.x
>
>
> At the moment to add a new environment variable/edit an existing one. Environment variables are located at deployment configuration. At the moment it requires to open Properties view, select a deployment config, open context menu Edit... and find in json where the spot with env. vars is located and add more key:value pair or edit existing ones. It would be nice if we would have some dialog/wizard to easily manage variables.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22364) Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22364?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22364:
------------------------------------------
jenkins build [otherOS|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/...] is blue. The change fixed macos. Thx!
> Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-22364
> URL: https://issues.jboss.org/browse/JBIDE-22364
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha2
>
>
> org.jboss.tools.openshift.test.ui.wizard.newapp.TabFolderTraverseListenerTest.testTabFolderTraverseListener fails consistently on MacOS (not in Windows) in jenkins: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift...
> The build has usage disabled via maven flag like it is in the main build:
> {code}
> -Dusage_reporting_enabled=false
> {code}
> the maven command line that executes the build in macos is the following:
> {code}
> [macosx] $ /qa/tools/opt/apache-maven-3.1.1/bin/mvn -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT -DTARGET_PLATFORM_VERSION_MAXIMUM=4.60.0.Alpha1-SNAPSHOT -Djdk=jdk1.8 -Dlabel_exp=macosx "-DMAVEN_FLAGS=-B -U -fae -e" -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/mnt/hudson_workspace/workspace/jbosstools-openshift_master_otherOS/jdk/jdk1.8/label_exp/macosx/.repository clean verify -B -U -fae -e -Dusage_reporting_enabled=false -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22364) Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22364?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-22364 at 5/18/16 5:51 AM:
-------------------------------------------------------------------
jenkins build otherOS [#77|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_Master/job/jbosstools-openshift_master_otherOS/77/] is blue. The change fixed macos. Thx!
was (Author: adietish):
jenkins build [otherOS|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/...] is blue. The change fixed macos. Thx!
> Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-22364
> URL: https://issues.jboss.org/browse/JBIDE-22364
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha2
>
>
> org.jboss.tools.openshift.test.ui.wizard.newapp.TabFolderTraverseListenerTest.testTabFolderTraverseListener fails consistently on MacOS (not in Windows) in jenkins: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift...
> The build has usage disabled via maven flag like it is in the main build:
> {code}
> -Dusage_reporting_enabled=false
> {code}
> the maven command line that executes the build in macos is the following:
> {code}
> [macosx] $ /qa/tools/opt/apache-maven-3.1.1/bin/mvn -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT -DTARGET_PLATFORM_VERSION_MAXIMUM=4.60.0.Alpha1-SNAPSHOT -Djdk=jdk1.8 -Dlabel_exp=macosx "-DMAVEN_FLAGS=-B -U -fae -e" -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/mnt/hudson_workspace/workspace/jbosstools-openshift_master_otherOS/jdk/jdk1.8/label_exp/macosx/.repository clean verify -B -U -fae -e -Dusage_reporting_enabled=false -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3892) Bundled installer contains faulty devstudio
by Jan Richter (JIRA)
Jan Richter created JBDS-3892:
---------------------------------
Summary: Bundled installer contains faulty devstudio
Key: JBDS-3892
URL: https://issues.jboss.org/browse/JBDS-3892
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.0.0.Alpha1
Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-bundle-installer
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Blocker
Attachments: studio.png
It installs OK, it starts up and looks like this:
!studio.png|thumbnail!
Lots of widgets not loaded at all, the start icon is default eclipse one, sometimes it refuses to start at all until a clean workspace is selected.
And still, no errors in the log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22313) Deploy Docker Image wizard: need unit tests
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22313?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22313:
-------------------------------------
Description: There are currently only 2 unit tests for the Deploy Docker Image Wizard in DeployImageWizardModelTest. The wizard is not properly covered by tests yet. (was: There are currently only 2 unit tests for the Deploy Docker Image Wizard in DeployImageWizardModelTest. )
> Deploy Docker Image wizard: need unit tests
> -------------------------------------------
>
> Key: JBIDE-22313
> URL: https://issues.jboss.org/browse/JBIDE-22313
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Fix For: 4.4.0.Alpha2
>
>
> There are currently only 2 unit tests for the Deploy Docker Image Wizard in DeployImageWizardModelTest. The wizard is not properly covered by tests yet.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months