[jira] [Commented] (AMBARI-13737) Unchecking all configuration in recommendation pop results in incorrect message

2015-11-05 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-13737:
-

FAILURE: Integrated in Ambari-branch-2.1 #804 (See 
[https://builds.apache.org/job/Ambari-branch-2.1/804/])
AMBARI-13737 Unchecking all configuration in recommendation pop results 
(atkach: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6d71dab7404acfae3168eb616a5952b05e95efbd])
* ambari-web/app/mixins/common/configs/enhanced_configs.js


> Unchecking all configuration in recommendation pop results in incorrect 
> message
> ---
>
> Key: AMBARI-13737
> URL: https://issues.apache.org/jira/browse/AMBARI-13737
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.1.3
>Reporter: Andrii Tkach
>Assignee: Andrii Tkach
>Priority: Critical
> Fix For: 2.1.3
>
> Attachments: 0_services.png, AMBARI-13737.patch
>
>
> *STR:*
> # When a recommendation pop is shown with list of config recommended to 
> change, uncheck all configs
> # Then dismiss the popup
> # Message says that {{There are 7 configuration changes in 0 services}}. 
> [^0_services.png] 
> *Expected behavior:*
> # configuration count should be equal to the checked configuration in the 
> recommendation popup
> # service count should be equal to the sum of services of which 
> configurations are changed. This is already happening right now
> # Change the message to insert *selected* word in it. Example: {{There are 7 
> configuration changes selected in 3 services}}
> # When no config is selected then drop the service count phrase in the 
> sentence. Message should be {{There are 0 configuration changes selected}}



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


[jira] [Commented] (AMBARI-13737) Unchecking all configuration in recommendation pop results in incorrect message

2015-11-05 Thread Andrii Tkach (JIRA)

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

Andrii Tkach commented on AMBARI-13737:
---

committed to branch-2.1

> Unchecking all configuration in recommendation pop results in incorrect 
> message
> ---
>
> Key: AMBARI-13737
> URL: https://issues.apache.org/jira/browse/AMBARI-13737
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.1.3
>Reporter: Andrii Tkach
>Assignee: Andrii Tkach
>Priority: Critical
> Fix For: 2.1.3
>
> Attachments: 0_services.png, AMBARI-13737.patch
>
>
> *STR:*
> # When a recommendation pop is shown with list of config recommended to 
> change, uncheck all configs
> # Then dismiss the popup
> # Message says that {{There are 7 configuration changes in 0 services}}. 
> [^0_services.png] 
> *Expected behavior:*
> # configuration count should be equal to the checked configuration in the 
> recommendation popup
> # service count should be equal to the sum of services of which 
> configurations are changed. This is already happening right now
> # Change the message to insert *selected* word in it. Example: {{There are 7 
> configuration changes selected in 3 services}}
> # When no config is selected then drop the service count phrase in the 
> sentence. Message should be {{There are 0 configuration changes selected}}



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


[jira] [Commented] (AMBARI-13737) Unchecking all configuration in recommendation pop results in incorrect message

2015-11-05 Thread Oleg Nechiporenko (JIRA)

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

Oleg Nechiporenko commented on AMBARI-13737:


+1 for patch

> Unchecking all configuration in recommendation pop results in incorrect 
> message
> ---
>
> Key: AMBARI-13737
> URL: https://issues.apache.org/jira/browse/AMBARI-13737
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.1.3
>Reporter: Andrii Tkach
>Assignee: Andrii Tkach
>Priority: Critical
> Fix For: 2.1.3
>
> Attachments: 0_services.png, AMBARI-13737.patch
>
>
> *STR:*
> # When a recommendation pop is shown with list of config recommended to 
> change, uncheck all configs
> # Then dismiss the popup
> # Message says that {{There are 7 configuration changes in 0 services}}. 
> [^0_services.png] 
> *Expected behavior:*
> # configuration count should be equal to the checked configuration in the 
> recommendation popup
> # service count should be equal to the sum of services of which 
> configurations are changed. This is already happening right now
> # Change the message to insert *selected* word in it. Example: {{There are 7 
> configuration changes selected in 3 services}}
> # When no config is selected then drop the service count phrase in the 
> sentence. Message should be {{There are 0 configuration changes selected}}



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


[jira] [Commented] (AMBARI-13737) Unchecking all configuration in recommendation pop results in incorrect message

2015-11-05 Thread Andrii Tkach (JIRA)

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

Andrii Tkach commented on AMBARI-13737:
---

  10144 tests complete (14 seconds)
  104 tests pending

> Unchecking all configuration in recommendation pop results in incorrect 
> message
> ---
>
> Key: AMBARI-13737
> URL: https://issues.apache.org/jira/browse/AMBARI-13737
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.1.3
>Reporter: Andrii Tkach
>Assignee: Andrii Tkach
>Priority: Critical
> Fix For: 2.1.3
>
> Attachments: 0_services.png, AMBARI-13737.patch
>
>
> *STR:*
> # When a recommendation pop is shown with list of config recommended to 
> change, uncheck all configs
> # Then dismiss the popup
> # Message says that {{There are 7 configuration changes in 0 services}}. 
> [^0_services.png] 
> *Expected behavior:*
> # configuration count should be equal to the checked configuration in the 
> recommendation popup
> # service count should be equal to the sum of services of which 
> configurations are changed. This is already happening right now
> # Change the message to insert *selected* word in it. Example: {{There are 7 
> configuration changes selected in 3 services}}
> # When no config is selected then drop the service count phrase in the 
> sentence. Message should be {{There are 0 configuration changes selected}}



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