This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 8babbdf Merge pull request #1193 from
nakomis/allow-custom-task-display-name
new 465cef2 Add search by phrase, use better parameter names; more
unit-tests
new 93a83d9 Set GMT timezone in file logstore unit-tests
new 266abfd Add license to log sample file
new 3d936e6 Merge pull request #1194 from
algairim/logbook-search-improvements
The 13004 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 | 44 +++-
.../util/core/logbook/file/FileLogStore.java | 55 +++--
.../logbook/opensearch/OpenSearchLogStore.java | 57 +++--
.../util/core/logbook/file/FileLogStoreTest.java | 256 +++++++++++++++++++++
.../logbook/opensearch/OpenSearchLogStoreTest.java | 32 ++-
.../brooklyn/util/core/logbook/file/log-sample.txt | 25 ++
6 files changed, 416 insertions(+), 53 deletions(-)
create mode 100644
core/src/test/resources/brooklyn/util/core/logbook/file/log-sample.txt