[JBoss JIRA] (JBDS-3839) Change the progress bar color to red in case of failure
by Mohit Suman (JIRA)
[ https://issues.jboss.org/browse/JBDS-3839?page=com.atlassian.jira.plugin.... ]
Mohit Suman commented on JBDS-3839:
-----------------------------------
[~crobson] In the UI I have made the space between the icon and text same for both _complete_ and _failed_. And as per the other Jira, moved the information below the description.
> Change the progress bar color to red in case of failure
> -------------------------------------------------------
>
> Key: JBDS-3839
> URL: https://issues.jboss.org/browse/JBDS-3839
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Srna
> Assignee: Mohit Suman
> Labels: ui
> Fix For: 11.1.0.AM1
>
> Attachments: error-descr.png
>
>
> Mark UI changes on for any failed download.
> 1. Change the progress bar color.
> 2. Add text identifier for the same.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24844) fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24844?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24844:
-------------------------------
Sprint: devex #137 September 2017
> fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
> ---------------------------------------------------------------------------
>
> Key: JBIDE-24844
> URL: https://issues.jboss.org/browse/JBIDE-24844
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
> Attachments: red-weekly-smoke-tests.png
>
>
> As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.
> {code}
> combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
> {code}
> TODO: verify all the jobs linked from here [1] are working for all OSes
> [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudi...
> * hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
> * livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
> * browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
> * archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
> * vpe.it.weekly - test failures on win81
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24024) Server adapter editor, wizard: better tell me what the settings are for
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24024?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-24024.
---------------------------------
Closing.
Verified in:
Red Hat JBoss Developer Studio
Version: 11.1.0.AM1
Build id: AM1-v20170824-1835-B873
Build date: 20170824-1835
> Server adapter editor, wizard: better tell me what the settings are for
> -----------------------------------------------------------------------
>
> Key: JBIDE-24024
> URL: https://issues.jboss.org/browse/JBIDE-24024
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_editor, server_adapter_wizard
> Fix For: 4.5.1.AM1
>
> Attachments: image-2017-03-03-11-43-41-941.png, image-2017-03-03-11-44-46-410.png, server-adapter-editor.png, server-adapter-wizard.png
>
>
> A server adapter will publish local files to a pod in OpenShift (via rsync). Our wizard and server adapter editors allows to set the adapter to fullfill this task. The wizard and the editor do a poor job explaining the purpose of those settings though:
> The wizard generically states that it does "file synchronization" but fails to tell "from" where to "where"
> !image-2017-03-03-11-43-41-941.png!
> The editor is even poorer in usability. It wont say anything about file synchronization and even mixes settings for the source and destination:
> !image-2017-03-03-11-44-46-410.png!
> "Source Path" should be right below the "Eclipse Project" since it's providing further details for it. "Pod Deployment Path" should be right below "Resource" (år "Service" in older verisions of this editor" since it provides the path on pods that are identified by "Resource".
> Ideally we'd also add labels "From" and "To" (or similar means to better identify the settings)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4519) Show Download/Install/Failed/Complete Information for Installer
by Mohit Suman (JIRA)
[ https://issues.jboss.org/browse/JBDS-4519?page=com.atlassian.jira.plugin.... ]
Mohit Suman edited comment on JBDS-4519 at 8/28/17 10:29 AM:
-------------------------------------------------------------
[~crobson] Sure. Would make that change then. Attachment: status-new.png
was (Author: msuman):
[~crobson] Sure. Would make that change then.
> Show Download/Install/Failed/Complete Information for Installer
> ---------------------------------------------------------------
>
> Key: JBDS-4519
> URL: https://issues.jboss.org/browse/JBDS-4519
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Reporter: Mohit Suman
> Assignee: Mohit Suman
> Fix For: 11.1.0.AM1
>
> Attachments: dwnl-info.png, status-new.png
>
>
> Add textual/visual information mentioning the current state of the package Download/Install/Dailed/Complete.
> 1. Adds a spinner for Download/Installation/Verification.
> 2. error icon for failed download.
> 3. Ok icon for complete installation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months