This is an automated email from the ASF dual-hosted git repository.
jcabrerizo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from b4d4a26 Merge pull request #1198 from
jcabrerizo/feature/csrf-cookie-secure
new ea63534 Remove reverse order from logbook API, use 'tail' instead to
get latest log lines. Query 'head' by default.
new ffd3988 Fix logbook resource unit-tests to match tail filed in
logbook REST API
new 6938065 Merge pull request #1197 from
algairim/logbook-search-improvements
The 13023 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 | 12 ++---
.../util/core/logbook/file/FileLogStore.java | 33 +++++++++-----
.../logbook/opensearch/OpenSearchLogStore.java | 22 ++++++++--
.../util/core/logbook/file/FileLogStoreTest.java | 51 ++++++++--------------
.../logbook/opensearch/OpenSearchLogStoreTest.java | 35 ++++++++++++---
.../brooklyn/util/core/logbook/file/log-sample.txt | 2 +-
.../rest/resources/LogbookResourceTest.java | 4 +-
7 files changed, 95 insertions(+), 64 deletions(-)