This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 4b0bd1c ATLAS-3984 Add UI Date Timezone and UI Date Format in Session
api
new d861641 ATLAS-3999: updated build to remove copying of dist artifacts
into directories
new f3f5851 ATLAS-4000: refactored UTs and ITs to remove compile
dependency from product code on atlas-testtools - #1
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:
.../main/assemblies/atlas-falcon-hook-package.xml | 1 -
.../main/assemblies/atlas-hbase-hook-package.xml | 1 -
.../main/assemblies/atlas-hive-hook-package.xml | 1 -
.../main/assemblies/atlas-impala-hook-package.xml | 3 +-
.../main/assemblies/atlas-kafka-hook-package.xml | 1 -
.../main/assemblies/atlas-repair-index-package.xml | 1 -
.../src/main/assemblies/atlas-server-package.xml | 1 -
.../main/assemblies/atlas-sqoop-hook-package.xml | 1 -
.../main/assemblies/atlas-storm-hook-package.xml | 1 -
.../src/main/assemblies/classification-updater.xml | 1 -
distro/src/main/assemblies/migration-exporter.xml | 1 -
distro/src/main/assemblies/src-package.xml | 2 +
distro/src/main/assemblies/standalone-package.xml | 1 -
graphdb/janus/pom.xml | 1 +
.../graphdb/janus/AtlasJanusGraphDatabase.java | 56 ++++++++++++++-------
.../janusgraph/diskstorage/solr/Solr6Index.java | 57 +++++++++-------------
.../graphdb/janus/AbstractGraphDatabaseTest.java | 13 ++++-
.../graphdb/janus/AtlasJanusDatabaseTest.java | 36 +++++++++-----
.../graphdb/janus/JanusGraphProviderTest.java | 11 +++++
pom.xml | 44 +++++++++++++++++
repository/pom.xml | 8 +++
.../atlas/discovery/FreeTextSearchProcessor.java | 3 +-
.../repository/graph/GraphBackedSearchIndexer.java | 2 +-
.../test/java/org/apache/atlas/BasicTestSetup.java | 3 +-
.../test/java/org/apache/atlas/TestModules.java | 4 +-
.../atlas/discovery/AtlasDiscoveryServiceTest.java | 9 ++--
.../ClassificationSearchProcessorTest.java | 8 ++-
.../atlas/discovery/EntitySearchProcessorTest.java | 8 ++-
.../discovery/FreeTextSearchProcessorTest.java | 8 ++-
.../org/apache/atlas/query/DSLQueriesTest.java | 9 ++--
.../org/apache/atlas/repository/AtlasTestBase.java | 13 +++++
.../atlas/repository/audit/AdminPurgeTest.java | 12 +++--
.../atlas/repository/impexp/ExportServiceTest.java | 10 ++--
.../impexp/ImportReactivateTableTest.java | 12 +++--
.../atlas/repository/impexp/ImportServiceTest.java | 12 +++--
.../RelationshipAttributesExtractorTest.java | 10 ++--
.../TableReplicationRequestProcessorTest.java | 16 +++---
.../repository/migration/MigrationBaseAsserts.java | 15 +++---
.../store/graph/AtlasTypeDefGraphStoreTest.java | 16 +++---
.../store/graph/v2/AtlasEntityDefStoreV2Test.java | 15 +++---
.../store/graph/v2/AtlasEntityTestBase.java | 11 ++---
.../graph/v2/AtlasRelationshipDefStoreV2Test.java | 16 +++---
.../graph/v2/AtlasRelationshipStoreV2Test.java | 11 ++---
.../graph/v2/InverseReferenceUpdateV2Test.java | 11 ++---
.../ClassificationPropagationTest.java | 13 +++--
.../userprofile/UserProfileServiceTest.java | 15 +++---
.../apache/atlas/services/MetricsServiceTest.java | 13 +++--
test-tools/pom.xml | 15 +++++-
.../org/apache/atlas/runner/LocalSolrRunner.java | 16 +++++-
webapp/pom.xml | 5 ++
.../atlas/web/security/SSLAndKerberosTest.java | 4 --
51 files changed, 357 insertions(+), 200 deletions(-)