This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 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
new 0190d7f This closes #1199
new d610116 better fix for raw compatibility
The 2 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:
.../org/apache/brooklyn/core/config/Sanitizer.java | 21 +++++++
.../brooklyn/core/mgmt/BrooklynTaskTags.java | 5 +-
.../apache/brooklyn/core/mgmt/ha/OsgiManager.java | 2 +-
.../apache/brooklyn/rest/api/EntityConfigApi.java | 33 ++++++++++-
.../org/apache/brooklyn/rest/api/SensorApi.java | 21 +++++--
.../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/SensorResourceTest.java | 33 +++++++----
11 files changed, 209 insertions(+), 54 deletions(-)