You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/01/30 14:41:40 UTC

[ambari] branch trunk updated (86beb8e -> dd14942)

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

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


    from 86beb8e  AMBARI-22869. Log Search: use default page and pageSize to log requests (+ rename shipper config api key name)
     add 82e8f08  AMBARI-22874. Log Search: Return with 500 error for shipper config testing if an exception occurred.
     new dd14942  Merge pull request #223 from oleewere/AMBARI-22874-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:
 .../logsearch/common/LogSearchConstants.java       |  9 +++--
 .../logsearch/manager/ShipperConfigManager.java    | 13 ++++---
 ...efinition.java => ShipperConfigTestParams.java} | 22 +++++++++--
 ...hRequest.java => ShipperConfigTestRequest.java} | 45 ++++++++++++++--------
 .../logsearch/rest/ShipperConfigResource.java      |  8 ++--
 5 files changed, 61 insertions(+), 36 deletions(-)
 copy ambari-logsearch/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/model/request/{TopParamDefinition.java => ShipperConfigTestParams.java} (68%)
 copy ambari-logsearch/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/model/request/impl/{FieldAuditBarGraphRequest.java => ShipperConfigTestRequest.java} (53%)

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.

[ambari] 01/01: Merge pull request #223 from oleewere/AMBARI-22874-trunk

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

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

commit dd1494291b6276c99d0cf577f23ef45e5dc9656d
Merge: 86beb8e 82e8f08
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Tue Jan 30 15:41:37 2018 +0100

    Merge pull request #223 from oleewere/AMBARI-22874-trunk
    
    AMBARI-22874. Log Search: Return with 500 error for shipper config te…

 .../logsearch/common/LogSearchConstants.java       |  9 +--
 .../logsearch/manager/ShipperConfigManager.java    | 13 +++--
 .../model/request/ShipperConfigTestParams.java     | 45 +++++++++++++++
 .../request/impl/ShipperConfigTestRequest.java     | 65 ++++++++++++++++++++++
 .../logsearch/rest/ShipperConfigResource.java      |  8 +--
 5 files changed, 125 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.