You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2016/07/25 11:57:20 UTC

[jira] [Commented] (AMBARI-17882) Add new macros for collections

    [ https://issues.apache.org/jira/browse/AMBARI-17882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391769#comment-15391769 ] 

Oleg Nechiporenko commented on AMBARI-17882:
--------------------------------------------

  29371 tests complete (26 seconds)
  154 tests pending

> Add new macros for collections
> ------------------------------
>
>                 Key: AMBARI-17882
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17882
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.4.0
>            Reporter: Oleg Nechiporenko
>            Assignee: Oleg Nechiporenko
>             Fix For: trunk
>
>         Attachments: AMBARI-17882.patch
>
>
> ||Macros Name||Description||Has Alias for tests||
> |someByKey|A computed property that returns true of some collection's item has property with needed value. 
> Needed value is stored in the another property|&#10004;|
> |everyByKey|A computed property that returns true of all collection's items have property with needed value. 
> Needed value is stored in the another property|&#10004;|
> |filterByKey|A computed property that returns array with collection's items that have needed property value. 
> Needed value is stored in the another property|&#10004;|
> |findByKey|A computed property that returns first collection's item that has needed property value. 
> Needed value is stored in the another property|&#10004;|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)