[JBoss JIRA] (TOOLSDOC-700) JBDS 9.1 Beta2: Additional docker functionality
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-700?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-700:
-------------------------------
Sprint: 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT, 15-Feb >> 28-Feb 2016-JBDS/JBT, 29-Feb >> 13-Mar 2016-JBDS/JBT, 14-Mar >> 27-Mar 2016-JBDS/J 2, 11-Apr >> 24-Apr 2016-JBDS/J 2 (was: 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT, 15-Feb >> 28-Feb 2016-JBDS/JBT, 29-Feb >> 13-Mar 2016-JBDS/JBT, 14-Mar >> 27-Mar 2016-JBDS/J 2, 28-Mar >> 10-Apr 2016-JBDS/JBT)
> JBDS 9.1 Beta2: Additional docker functionality
> -----------------------------------------------
>
> Key: TOOLSDOC-700
> URL: https://issues.jboss.org/browse/TOOLSDOC-700
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: General documentation issues
> Affects Versions: 9.1 Beta2
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: Docker
>
> Docker (in 9.0.0, adding CDK target and usability improvements):
> - [Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM|https://issues.jboss.org/browse/JBIDE-20153]
> - docker run
> - docker build
> - docker logs
> - run/build as launch configurations so users can rerun
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21996) Order of project in New OS3 Server Adapter wizard could be better
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21996?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21996:
-----------------------------------------------
That is what I have found.
1. Sorter for services tree viewer is ViewerSorter.
2. ViewerSorter compares items by label (in ViewerComparator.compare)
3. Label is received from label provider but only if it implements ILabelProvider, otherwise it just calls toString() on item.
4. Label provider for services tree viewer is ServicesViewLabelProvider that extends StyledCellLabelProvider which allows to efficiently update viewer cell but which _does not_ implement ILabelProvider.
5. So, sorter sorts by IProject.toString() which is implemented by calling toJson().
Proposed solution: override method ViewerComparator.compare(Viewer viewer, Object e1, Object e2).
> Order of project in New OS3 Server Adapter wizard could be better
> -----------------------------------------------------------------
>
> Key: JBIDE-21996
> URL: https://issues.jboss.org/browse/JBIDE-21996
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
>
> With latest changes to New OS3 Server Adapter wizard the current order of projects, listed on wizard page where service selection is done, is a bit strange. At first there are alphanumeric ordered projects with no services and therefore they are not useful for creation of a new OS3 Server Adapter and then there are projects with any service ordered in alphanumberic order. It results in following.
> Assume project aproject with no services, bproject with a service, c project with no services, d project with a service. Order on the wizard page is following:
> a
> c
> b
> d
> I think we are safe not to list projects with no services there or otherwise we should keep alphanumeric order regardless existence of a service under a project.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21971) jboss-jsonp quickstart includes an exmpty description as displayed in Central
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21971?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21971:
-------------------------------------
The problem is this quickstart will show up in the search results as long as the WFK-2.7 quickstarts will be indexed by the dcp engine.
Not sure what's the best way to handle published material. @paul.robinson any idea?
We *could* simply remove the jboss-jsonp quickstart from our search results.
> jboss-jsonp quickstart includes an exmpty description as displayed in Central
> -----------------------------------------------------------------------------
>
> Key: JBIDE-21971
> URL: https://issues.jboss.org/browse/JBIDE-21971
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, upstream
> Affects Versions: 4.3.1.CR1
> Environment: 4.3.1-SNAPSHOT (CR1-v20160324-1710-B391)
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: havoc
> Attachments: Empty_Desc.png
>
>
> See attached screenshot - the quickstart's description is empty.
> !Empty_Desc.png|width=800!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21995) Hostname is set to localhost when prompt for route is checked
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21995?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21995:
-----------------------------------------------
Server.getHost() returns "localhost" when host is not set (or set to null). So, technically, to resolve this issue, we could set as host some arbitrary text or empty string by modifying UrlUtils.getHost(String). [~adietish], can it work?
> Hostname is set to localhost when prompt for route is checked
> -------------------------------------------------------------
>
> Key: JBIDE-21995
> URL: https://issues.jboss.org/browse/JBIDE-21995
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
>
> Hostname in Server Editor for an OpenShift 3 application is set to localhost if checkbox "Prompt for route when multiple routes available to show in browser" is checked.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years