You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/12/11 14:44:47 UTC

[ambari] branch trunk updated (47882ab -> a9153f1)

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

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


    from 47882ab  Merge pull request #2700 from hiveww/AMBARI-25011-trunk
     add 86936b9  AMBARI-25032 Cover Service controllers with unit tests
     new a9153f1  Merge pull request #2710 from atkach/AMBARI-25032-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:
 .../app/controllers/main/service/add_controller.js |  46 +-
 ambari-web/app/controllers/main/service/item.js    | 135 +++--
 .../main/service/add_controller_test.js            | 572 +++++++++++++++++----
 .../test/controllers/main/service/item_test.js     | 496 +++++++++++++++++-
 4 files changed, 1062 insertions(+), 187 deletions(-)


[ambari] 01/01: Merge pull request #2710 from atkach/AMBARI-25032-trunk

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

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

commit a9153f1c7edee8622a2b0b3095bf2aaef9259c87
Merge: 47882ab 86936b9
Author: Andrii Tkach <19...@users.noreply.github.com>
AuthorDate: Tue Dec 11 16:44:41 2018 +0200

    Merge pull request #2710 from atkach/AMBARI-25032-trunk
    
    AMBARI-25032 Cover Service controllers with unit tests

 .../app/controllers/main/service/add_controller.js |  46 +-
 ambari-web/app/controllers/main/service/item.js    | 135 +++--
 .../main/service/add_controller_test.js            | 572 +++++++++++++++++----
 .../test/controllers/main/service/item_test.js     | 496 +++++++++++++++++-
 4 files changed, 1062 insertions(+), 187 deletions(-)