[
https://issues.apache.org/jira/browse/AMBARI-18949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15684760#comment-15684760
]
Hadoop QA commented on AMBARI-18949:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12839837/AMBARI-18949-Quicklinks-properties-trunk-v1.patch
against trunk revision .
{color:red}-1 patch{color}. Top-level trunk compilation may be broken.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/9346//console
This message is automatically generated.
> Extend current quick link JSON with properties
> ----------------------------------------------
>
> Key: AMBARI-18949
> URL: https://issues.apache.org/jira/browse/AMBARI-18949
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.5.0
> Reporter: Balázs Bence Sári
> Assignee: Balázs Bence Sári
> Fix For: 2.5.0
>
> Attachments: AMBARI-18949-Quicklinks-properties-trunk-v1.patch
>
>
> Quick link data json should have an optional _properties_ field for each
> link. This field is a list of Strings and can contain informative tags about
> the quicklink such a _sso_ or _authenticated_.
> New json parser should be compatible with legacy quick links not having this
> field.
> *Example (change highlighted)*
> {code:javascript}
> ...
> "links": [
> {
> "name": "ranger_admin_ui",
> "label": "Ranger Admin UI",
> "requires_user_name": "false",
> "url": "%@://%@:%@",
> --> "properties": ["sso", "authenticated"], <--
> "port":{
> "http_property": "ranger.service.http.port",
> "http_default_port": "6080",
> "https_property": "ranger.service.https.port",
> "https_default_port": "6182",
> "regex": "(\\d*)+",
> "site": "ranger-admin-site"
> }
> }
> ]
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)