[
https://issues.apache.org/jira/browse/AMBARI-17882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391950#comment-15391950
]
Hudson commented on AMBARI-17882:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5381 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5381/])
AMBARI-17882. Add new macros for collections (onechiporenko) (onechiporenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e3fb0b02ea63d5b575a81f29b5ef9673edd37d60])
* ambari-web/test/controllers/wizard/step7/assign_master_controller_test.js
* ambari-web/test/aliases/computed/findByKey.js
* ambari-web/test/aliases/computed/everyByKey.js
* ambari-web/test/aliases/computed/filterByKey.js
* ambari-web/app/utils/ember_computed.js
* ambari-web/test/aliases/computed/someByKey.js
* ambari-web/test/init_computed_aliases.js
* ambari-web/test/utils/ember_computed_test.js
> 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|✔|
> |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|✔|
> |filterByKey|A computed property that returns array with collection's items
> that have needed property value.
> Needed value is stored in the another property|✔|
> |findByKey|A computed property that returns first collection's item that has
> needed property value.
> Needed value is stored in the another property|✔|
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)