This is an automated email from the ASF dual-hosted git repository.
nixon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from f077bbb ATLAS-3898: authorization updates to require TYPE_READ
permission for type-def read
new 41e1039 ATLAS-3920 : Update joda-time to version 2.10.latest.
new 892df24 ATLAS-3583 Use Audit framework to generate audit entries for
TypeDefs CREATE, UPDATE and DELETE
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:
addons/models/0000-Area0/0010-base_model.json | 12 +++
...-base_model_add_atlas_operation_attributes.json | 27 +++++
.../apache/atlas/model/audit/AtlasAuditEntry.java | 5 +-
pom.xml | 2 +-
.../atlas/repository/audit/AtlasAuditService.java | 2 +-
.../repository/audit/TypeDefAuditListener.java | 112 +++++++++++++++++++++
.../bootstrap/AtlasTypeDefStoreInitializer.java | 49 ++++++++-
.../store/graph/v2/AtlasEntityChangeNotifier.java | 12 +++
.../resources/solr/core-template/solrconfig.xml | 2 +-
9 files changed, 217 insertions(+), 6 deletions(-)
create mode 100644
addons/models/0000-Area0/patches/006-base_model_add_atlas_operation_attributes.json
create mode 100644
repository/src/main/java/org/apache/atlas/repository/audit/TypeDefAuditListener.java