This is an automated email from the ASF dual-hosted git repository.
amestry pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 30a0995 ATLAS-3645 :- Update default entity permission for labels and
namespace resource in atlas-simple-authz-policy.json
new e8661ec ATLAS-3641: Import Service: Support zipDirect format of
import.
new cc601d7 ATLAS-3642: PC fx: WorkItemManager getResults Modification.
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:
.../atlas/model/impexp/AtlasImportRequest.java | 20 +-
.../java/org/apache/atlas/pc/WorkItemConsumer.java | 11 +-
.../java/org/apache/atlas/pc/WorkItemManager.java | 9 +-
.../java/org/apache/atlas/utils/AtlasJson.java | 4 +
.../atlas/repository/impexp/ImportService.java | 17 +-
.../repository/impexp/ZipExportFileNames.java | 4 +
.../atlas/repository/impexp/ZipSourceDirect.java | 333 +++++++++++++++++++++
.../migration/ZipFileMigrationImporter.java | 8 +-
.../atlas/repository/impexp/ImportServiceTest.java | 15 +
.../atlas/repository/impexp/ZipDirectTest.java | 83 +++++
10 files changed, 483 insertions(+), 21 deletions(-)
create mode 100644
repository/src/main/java/org/apache/atlas/repository/impexp/ZipSourceDirect.java
create mode 100644
repository/src/test/java/org/apache/atlas/repository/impexp/ZipDirectTest.java