This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
from 90b3abb37 ATLAS-5139: updated AtlasTypeRegistry with methods to
add/update types (#446)
new c90cb8b0d ATLAS-4920: Atlas Auto Purge Feature (#406)
new 3842cffef ATLAS-5138: React UI: Display Auto Purge (#444)
new c48247b6b ATLAS-5055: Incremental Export : When entity exported has a
tag propagated from entity which is deleted , tag is not propagated to it at
target (#377)
new 7feb60a11 ATLAS-5055: Incremental Export : When entity exported has a
tag propagated from entity which is deleted , tag is not propagated to it at
target (#434)
new b64ed6798 ATLAS-5101: Enable concurrent import requests and retry
locking (#439)
The 5 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:
...-base_model_add_atlas_operation_attributes.json | 19 +
dashboard/src/utils/Enum.ts | 6 +-
.../views/Administrator/Audits/AuditResults.tsx | 12 +-
dashboardv2/public/js/utils/Enums.js | 3 +-
.../js/views/audit/AdminAuditTableLayoutView.js | 10 +-
dashboardv3/public/js/utils/Enums.js | 3 +-
.../js/views/audit/AdminAuditTableLayoutView.js | 10 +-
.../repository/graphdb/janus/AtlasJanusGraph.java | 1 -
.../apache/atlas/model/audit/AtlasAuditEntry.java | 1 +
.../repository/audit/EntityAuditListenerV2.java | 2 +-
.../atlas/repository/impexp/ImportService.java | 9 +-
.../repository/store/graph/AtlasEntityStore.java | 8 +
.../repository/store/graph/v1/DeleteHandlerV1.java | 169 ++++++-
.../store/graph/v2/AsyncImportTaskExecutor.java | 76 ++-
.../store/graph/v2/AtlasEntityStoreV2.java | 47 ++
.../store/graph/v2/EntityGraphMapper.java | 13 +-
.../store/graph/v2/EntityGraphRetriever.java | 3 +-
.../store/graph/v2/tasks/ClassificationTask.java | 15 +
.../org/apache/atlas/services/PurgeService.java | 537 +++++++++++++++++++++
.../graph/v2/AsyncImportTaskExecutorTest.java | 55 +++
.../ClassificationPropagationWithTasksTest.java | 30 ++
.../apache/atlas/services/PurgeServiceTest.java | 220 +++++++++
.../src/test/resources/deleted_tab_propagation.zip | Bin 0 -> 26200 bytes
.../apache/atlas/web/resources/AdminResource.java | 88 +++-
.../atlas/web/resources/AdminResourceTest.java | 4 +-
25 files changed, 1275 insertions(+), 66 deletions(-)
create mode 100644
addons/models/0000-Area0/patches/007-base_model_add_atlas_operation_attributes.json
create mode 100644
repository/src/main/java/org/apache/atlas/services/PurgeService.java
create mode 100644
repository/src/test/java/org/apache/atlas/services/PurgeServiceTest.java
create mode 100644 repository/src/test/resources/deleted_tab_propagation.zip