You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2022/06/09 09:25:49 UTC

[brooklyn-server] branch master updated (7b80db6001 -> 2b2bd39848)

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

algairim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


    from 7b80db6001 Merge pull request #1319 from ahgittin/sanitize-env-var-multiline
     new a2ba8fb2f0 Added recursive LogBookQueryParam and associated checks
     new f585136fa9 Add logbook recursive query for OpenSearch
     new cb21933fbc Adds tests for recursive logbook param
     new 2b2bd39848 Merge pull request #1316 from grkvlt/update/logbook-recursive-task-id-query

The 13598 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:
 .../util/core/logbook/LogBookQueryParams.java      |  11 ++
 .../brooklyn/util/core/logbook/LogStore.java       |  39 ++++++-
 .../brooklyn/util/core/logbook/LogbookConfig.java  |  16 ++-
 .../util/core/logbook/file/FileLogStore.java       |  80 +++++++++-----
 .../logbook/opensearch/OpenSearchLogStore.java     |  36 +++++--
 .../util/core/logbook/file/FileLogStoreTest.java   | 116 +++++++++++++++++++--
 6 files changed, 252 insertions(+), 46 deletions(-)