This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a change to branch feature/default-initializers
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
discard 930e2d5 Check the `TypeRegistry` first for global initializers, then
move on to the class loader (which now uses the canonical way to load the class)
discard be2a015 Update constant and function names to retrieve global
initializers
discard 93619b4 Apply global initializers before the ones given by the entity
spec
discard b08387d Add support setup default initializers for all deployment
add d57a259 node removal
add b2ad29a node removal pt2
add ce5c84f node removal pt3
add e954f0c node removal pt4
add ffa842d node removal pt5
add 6fce09d node removal pt6 - fix for failed tests
add 2031d5b Merge pull request #1183 from zan-mateusz/feature/smart-158
add 50432e3 Csrf-Token mark as secure when https is used
add b4d4a26 Merge pull request #1198 from
jcabrerizo/feature/csrf-cookie-secure
add ea63534 Remove reverse order from logbook API, use 'tail' instead to
get latest log lines. Query 'head' by default.
add ffd3988 Fix logbook resource unit-tests to match tail filed in
logbook REST API
add 6938065 Merge pull request #1197 from
algairim/logbook-search-improvements
add 626c8d2 fix/secure-vault-values
add 8cf2753 Added Alex's recommended fix
add 7ec2705 expand REST API to have clearer options for suppressing
secrets
add e61f9c8 Merge pull request #3 from ahgittin/suppress-secrets-in-api
add 180d075 Added fixes for the tests
add 09c2b44 Made all the tests pass but this implementation is
deffective, raw and useDisplayHints are quite the opposite of each other and
since thya have default values theya re always set
add 0190d7f This closes #1199
add d610116 better fix for raw compatibility
add 377effe Add support setup default initializers for all deployment
add fec8a4f Apply global initializers before the ones given by the entity
spec
add da1cec4 Update constant and function names to retrieve global
initializers
add d7d980d Check the `TypeRegistry` first for global initializers, then
move on to the class loader (which now uses the canonical way to load the class)
add 535e2cc Make the sensor a map instead of a string representation of a
map
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (930e2d5)
\
N -- N -- N refs/heads/feature/default-initializers (535e2cc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../ha/ManagementPlaneSyncRecordPersister.java | 3 +
.../org/apache/brooklyn/core/config/Sanitizer.java | 21 +++++++
.../core/effector/AddDeploySensorsInitializer.java | 24 ++++----
.../brooklyn/core/mgmt/BrooklynTaskTags.java | 5 +-
.../core/mgmt/ha/HighAvailabilityManagerImpl.java | 7 ++-
...ementPlaneSyncRecordPersisterToObjectStore.java | 28 ++++++++++
.../apache/brooklyn/core/mgmt/ha/OsgiManager.java | 2 +-
.../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 +-
.../apache/brooklyn/rest/api/EntityConfigApi.java | 33 ++++++++++-
.../org/apache/brooklyn/rest/api/SensorApi.java | 21 +++++--
.../brooklyn/rest/filter/CsrfTokenFilter.java | 9 +--
.../resources/AbstractBrooklynRestResource.java | 64 ++++++++++++++++++++--
.../rest/resources/ApplicationResource.java | 6 +-
.../rest/resources/EntityConfigResource.java | 56 +++++++++++++++----
.../brooklyn/rest/resources/SensorResource.java | 17 +++---
.../brooklyn/rest/util/WebResourceUtils.java | 5 +-
.../rest/resources/LogbookResourceTest.java | 4 +-
.../rest/resources/SensorResourceTest.java | 33 +++++++----
23 files changed, 357 insertions(+), 136 deletions(-)