This is an automated email from the ASF dual-hosted git repository.

sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from cc9f8f0  ATLAS-3419 : Atlas fails to connect to wired solr.
     new f30bdc9  ATLAS-3396: ZipSourceWithBackingDirectory: Implementation. 
Port to master.
     new 032d9eb  ATLAS-3396: ZipSourceWithBackingStore implementation. Empty 
ZIP unit test fix.
     new 4a4d0e4  Use fulltext indices for dsl search
     new 45ae729  ATLAS-3410 :UI - Term assigned to historical entity is not 
(dashboardv3)
     new 7b1c4ab  ATLAS-3416:Import API: delete non-exported hive_table 
entities for table level replication (#1 zip files)
     new 1fc4e5c  ATLAS-3416:Import API: delete non-exported hive_table 
entities for table level replication (#1 zip files)

The 6 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:
 .../js/views/detail_page/DetailPageLayoutView.js   |   6 +-
 .../js/views/search/SearchResultLayoutView.js      |   2 +-
 distro/src/conf/atlas-application.properties       |   3 +
 docs/src/site/twiki/Import-API-Options.twiki       |  11 +
 graphdb/graphdb-impls/pom.xml                      |   2 +-
 .../java/org/apache/atlas/AtlasConfiguration.java  |   4 +-
 repl_exp_1.zip                                     | Bin 0 -> 14211 bytes
 repl_exp_2.zip                                     | Bin 0 -> 11053 bytes
 .../java/org/apache/atlas/query/GremlinClause.java |   7 +-
 .../apache/atlas/query/GremlinQueryComposer.java   |  10 +-
 .../atlas/repository/impexp/ImportService.java     |  58 ++--
 .../apache/atlas/repository/impexp/ZipSource.java  |  10 +-
 .../impexp/ZipSourceWithBackingDirectory.java      | 371 +++++++++++++++++++++
 .../store/graph/v2/AtlasEntityStreamForImport.java |  52 +++
 .../store/graph/v2/BulkImporterImpl.java           |  11 +-
 .../store/graph/v2/EntityImportStream.java         |  28 ++
 .../atlas/query/GremlinQueryComposerTest.java      |  23 ++
 .../repository/impexp/ExportIncrementalTest.java   |  68 ++--
 .../repository/impexp/ExportSkipLineageTest.java   |   7 +-
 .../atlas/repository/impexp/ImportServiceTest.java |  71 ++--
 .../impexp/ImportTransformsShaperTest.java         |   2 +-
 .../RelationshipAttributesExtractorTest.java       |   5 +-
 .../impexp/ReplicationEntityAttributeTest.java     |  22 +-
 .../impexp/ZipFileResourceTestUtils.java           |  49 +--
 .../atlas/repository/impexp/ZipSourceTest.java     |   4 +-
 .../ClassificationPropagationTest.java             |   6 +-
 .../apache/atlas/services/MetricsServiceTest.java  |   6 +-
 repository/src/test/resources/repl_exp_1.zip       | Bin 0 -> 14211 bytes
 repository/src/test/resources/repl_exp_2.zip       | Bin 0 -> 11053 bytes
 .../apache/atlas/web/resources/AdminResource.java  |   4 +-
 30 files changed, 713 insertions(+), 129 deletions(-)
 create mode 100644 repl_exp_1.zip
 create mode 100644 repl_exp_2.zip
 create mode 100644 
repository/src/main/java/org/apache/atlas/repository/impexp/ZipSourceWithBackingDirectory.java
 create mode 100644 repository/src/test/resources/repl_exp_1.zip
 create mode 100644 repository/src/test/resources/repl_exp_2.zip

Reply via email to