-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28457/
-----------------------------------------------------------
Review request for Ambari, Srimanth Gunturi and Yusaku Sako.
Bugs: AMBARI-8451
https://issues.apache.org/jira/browse/AMBARI-8451
Repository: ambari
Description
-------
For making a user or group properties appear in MISC tab with a user friendly
name, it is required to have definition of such properties in ambari-web
configuration metadata i.e. in site_properties.js file.
>From 1.7.0 release such user/group properties are tagged with an attribute
>property_type as USER or GROUP by the API and so the definition of these
>properties can be prepared in the code dynamically by looking for such
>property_types. This will eliminate the need of adding a user or group
>definition every time a new service is introduced in a stack.
Diffs
-----
ambari-web/app/controllers/main/admin/serviceAccounts_controller.js 94221aa
ambari-web/app/controllers/main/service/info/configs.js 31ea2ec
ambari-web/app/data/HDP2/site_properties.js 0f68c61
ambari-web/app/data/site_properties.js 5fc2d6e
ambari-web/app/utils/ajax/ajax.js 4c3d74d
ambari-web/app/utils/config.js 5b15dc1
ambari-web/app/views/common/configs/services_config.js 586182c
ambari-web/test/mock_data_setup/configs_mock_data.js 45a0926
ambari-web/test/utils/config_test.js 4cefc7d
Diff: https://reviews.apache.org/r/28457/diff/
Testing
-------
tested e2e.
Thanks,
Jaimin Jetly