You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2018/09/24 15:40:55 UTC

[ambari] branch trunk updated (c730933 -> 1aed5ce)

This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from c730933  AMBARI-24673 The operation 'Install HDP-{$version} version' change name after ending and page reloading
     add 1c7f589  AMBARI-24668. Cover common form views
     new 1aed5ce  Merge pull request #2354 from hiveww/AMBARI-24668-trunk

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ambari-web/app/assets/test/tests.js                |  3 +
 .../test/views/common/form/datepicker_view_test.js | 59 ++++++++++++++++++
 .../test/views/common/form/dropdown_view_test.js   | 72 ++++++++++++++++++++++
 .../form/field_view_test.js}                       | 37 ++++-------
 4 files changed, 146 insertions(+), 25 deletions(-)
 create mode 100644 ambari-web/test/views/common/form/datepicker_view_test.js
 create mode 100644 ambari-web/test/views/common/form/dropdown_view_test.js
 copy ambari-web/test/views/{main/dashboard/widgets/cluster_metrics_widget_test.js => common/form/field_view_test.js} (52%)


[ambari] 01/01: Merge pull request #2354 from hiveww/AMBARI-24668-trunk

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 1aed5cec814d8733c9e7f4d2bfc8626d8942c345
Merge: c730933 1c7f589
Author: Alexander Antonenko <hi...@gmail.com>
AuthorDate: Mon Sep 24 18:40:49 2018 +0300

    Merge pull request #2354 from hiveww/AMBARI-24668-trunk
    
    AMBARI-24668. Cover common form views

 ambari-web/app/assets/test/tests.js                |  3 +
 .../test/views/common/form/datepicker_view_test.js | 59 ++++++++++++++++++
 .../test/views/common/form/dropdown_view_test.js   | 72 ++++++++++++++++++++++
 .../test/views/common/form/field_view_test.js      | 39 ++++++++++++
 4 files changed, 173 insertions(+)