Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
fb374763
Commit
fb374763
authored
4 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3912: moved classes from intg to repository or common module
parent
aa441de4
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
13 additions
and
16 deletions
+13
-16
StatusReporter.java
common/src/main/java/org/apache/atlas/pc/StatusReporter.java
+0
-0
WorkItemBuilder.java
...on/src/main/java/org/apache/atlas/pc/WorkItemBuilder.java
+0
-0
WorkItemConsumer.java
...n/src/main/java/org/apache/atlas/pc/WorkItemConsumer.java
+0
-0
WorkItemManager.java
...on/src/main/java/org/apache/atlas/pc/WorkItemManager.java
+0
-0
DeleteType.java
intg/src/main/java/org/apache/atlas/DeleteType.java
+1
-1
Action.java
...rc/main/java/org/apache/atlas/entitytransform/Action.java
+0
-0
AtlasEntityTransformer.java
.../apache/atlas/entitytransform/AtlasEntityTransformer.java
+0
-0
BaseEntityHandler.java
...a/org/apache/atlas/entitytransform/BaseEntityHandler.java
+0
-0
Condition.java
...main/java/org/apache/atlas/entitytransform/Condition.java
+0
-0
EntityAttribute.java
...ava/org/apache/atlas/entitytransform/EntityAttribute.java
+0
-0
HdfsPathEntityHandler.java
...g/apache/atlas/entitytransform/HdfsPathEntityHandler.java
+0
-0
HiveColumnEntityHandler.java
...apache/atlas/entitytransform/HiveColumnEntityHandler.java
+0
-0
HiveDatabaseEntityHandler.java
...ache/atlas/entitytransform/HiveDatabaseEntityHandler.java
+0
-0
HiveStorageDescriptorEntityHandler.java
...s/entitytransform/HiveStorageDescriptorEntityHandler.java
+0
-0
HiveTableEntityHandler.java
.../apache/atlas/entitytransform/HiveTableEntityHandler.java
+0
-0
TransformationConstants.java
...apache/atlas/entitytransform/TransformationConstants.java
+0
-0
TransformerContext.java
.../org/apache/atlas/entitytransform/TransformerContext.java
+0
-0
ChangedTypeDefs.java
.../main/java/org/apache/atlas/listener/ChangedTypeDefs.java
+0
-0
EntityChangeListenerV2.java
...ava/org/apache/atlas/listener/EntityChangeListenerV2.java
+0
-0
TypeDefChangeListener.java
...java/org/apache/atlas/listener/TypeDefChangeListener.java
+0
-0
DeleteHandlerDelegate.java
...tlas/repository/store/graph/v1/DeleteHandlerDelegate.java
+1
-1
DeleteHandlerV1.java
...ache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
+1
-1
AtlasEntityStoreV2.java
...e/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java
+1
-1
AtlasTypeDefStore.java
...c/main/java/org/apache/atlas/store/AtlasTypeDefStore.java
+0
-0
TransformationHandlerTest.java
...ache/atlas/entitytransform/TransformationHandlerTest.java
+0
-0
StatusReporterTest.java
...src/test/java/org/apache/atlas/pc/StatusReporterTest.java
+0
-0
WorkItemConsumerTest.java
...c/test/java/org/apache/atlas/pc/WorkItemConsumerTest.java
+0
-0
WorkItemConsumerWithResultsTest.java
.../org/apache/atlas/pc/WorkItemConsumerWithResultsTest.java
+0
-0
WorkItemManagerTest.java
...rc/test/java/org/apache/atlas/pc/WorkItemManagerTest.java
+0
-0
WorkItemManagerWithResultsTest.java
...a/org/apache/atlas/pc/WorkItemManagerWithResultsTest.java
+0
-0
SoftReferenceTest.java
...he/atlas/repository/store/graph/v1/SoftReferenceTest.java
+1
-1
AtlasRelationshipStoreHardDeleteV2Test.java
...tore/graph/v2/AtlasRelationshipStoreHardDeleteV2Test.java
+1
-3
AtlasRelationshipStoreSoftDeleteV2Test.java
...tore/graph/v2/AtlasRelationshipStoreSoftDeleteV2Test.java
+1
-1
AtlasRelationshipStoreV2Test.java
...pository/store/graph/v2/AtlasRelationshipStoreV2Test.java
+1
-1
InverseReferenceUpdateHardDeleteV2Test.java
...tore/graph/v2/InverseReferenceUpdateHardDeleteV2Test.java
+1
-1
InverseReferenceUpdateSoftDeleteV2Test.java
...tore/graph/v2/InverseReferenceUpdateSoftDeleteV2Test.java
+1
-1
InverseReferenceUpdateV2Test.java
...pository/store/graph/v2/InverseReferenceUpdateV2Test.java
+1
-1
entity1.json
repository/src/test/resources/json/entity1.json
+0
-0
transform1.json
repository/src/test/resources/json/transform1.json
+0
-0
RequestContext.java
...er-api/src/main/java/org/apache/atlas/RequestContext.java
+0
-1
AuditFilter.java
...c/main/java/org/apache/atlas/web/filters/AuditFilter.java
+1
-1
TestEntityRESTDelete.java
...a/org/apache/atlas/web/adapters/TestEntityRESTDelete.java
+1
-1
No files found.
intg
/src/main/java/org/apache/atlas/pc/StatusReporter.java
→
common
/src/main/java/org/apache/atlas/pc/StatusReporter.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/pc/WorkItemBuilder.java
→
common
/src/main/java/org/apache/atlas/pc/WorkItemBuilder.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/pc/WorkItemConsumer.java
→
common
/src/main/java/org/apache/atlas/pc/WorkItemConsumer.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/pc/WorkItemManager.java
→
common
/src/main/java/org/apache/atlas/pc/WorkItemManager.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg/src/main/java/org/apache/atlas/
store/
DeleteType.java
→
intg/src/main/java/org/apache/atlas/DeleteType.java
View file @
fb374763
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* limitations under the License.
* limitations under the License.
*/
*/
package
org
.
apache
.
atlas
.
store
;
package
org
.
apache
.
atlas
;
import
org.apache.commons.lang.StringUtils
;
import
org.apache.commons.lang.StringUtils
;
...
...
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/Action.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/Action.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/AtlasEntityTransformer.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/AtlasEntityTransformer.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/BaseEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/BaseEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/Condition.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/Condition.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/EntityAttribute.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/EntityAttribute.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/HdfsPathEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/HdfsPathEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/HiveColumnEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/HiveColumnEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/HiveDatabaseEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/HiveDatabaseEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/HiveStorageDescriptorEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/HiveStorageDescriptorEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/HiveTableEntityHandler.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/HiveTableEntityHandler.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/TransformationConstants.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/TransformationConstants.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/entitytransform/TransformerContext.java
→
repository
/src/main/java/org/apache/atlas/entitytransform/TransformerContext.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/listener/ChangedTypeDefs.java
→
repository
/src/main/java/org/apache/atlas/listener/ChangedTypeDefs.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/listener/EntityChangeListenerV2.java
→
repository
/src/main/java/org/apache/atlas/listener/EntityChangeListenerV2.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/listener/TypeDefChangeListener.java
→
repository
/src/main/java/org/apache/atlas/listener/TypeDefChangeListener.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerDelegate.java
View file @
fb374763
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v1;
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v1;
import
org.apache.atlas.RequestContext
;
import
org.apache.atlas.RequestContext
;
import
org.apache.atlas.repository.graphdb.AtlasGraph
;
import
org.apache.atlas.repository.graphdb.AtlasGraph
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.util.AtlasRepositoryConfiguration
;
import
org.apache.atlas.util.AtlasRepositoryConfiguration
;
import
org.slf4j.Logger
;
import
org.slf4j.Logger
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
View file @
fb374763
...
@@ -36,7 +36,7 @@ import org.apache.atlas.repository.graphdb.AtlasGraph;
...
@@ -36,7 +36,7 @@ import org.apache.atlas.repository.graphdb.AtlasGraph;
import
org.apache.atlas.repository.graphdb.AtlasVertex
;
import
org.apache.atlas.repository.graphdb.AtlasVertex
;
import
org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2
;
import
org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2
;
import
org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever
;
import
org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.*
;
import
org.apache.atlas.type.*
;
import
org.apache.atlas.type.AtlasStructType.AtlasAttribute
;
import
org.apache.atlas.type.AtlasStructType.AtlasAttribute
;
import
org.apache.atlas.type.AtlasStructType.AtlasAttribute.AtlasRelationshipEdgeDirection
;
import
org.apache.atlas.type.AtlasStructType.AtlasAttribute.AtlasRelationshipEdgeDirection
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java
View file @
fb374763
...
@@ -48,7 +48,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
...
@@ -48,7 +48,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
import
org.apache.atlas.repository.store.graph.EntityGraphDiscovery
;
import
org.apache.atlas.repository.store.graph.EntityGraphDiscovery
;
import
org.apache.atlas.repository.store.graph.EntityGraphDiscoveryContext
;
import
org.apache.atlas.repository.store.graph.EntityGraphDiscoveryContext
;
import
org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate
;
import
org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasArrayType
;
import
org.apache.atlas.type.AtlasArrayType
;
import
org.apache.atlas.type.AtlasBusinessMetadataType.AtlasBusinessAttribute
;
import
org.apache.atlas.type.AtlasBusinessMetadataType.AtlasBusinessAttribute
;
import
org.apache.atlas.type.AtlasClassificationType
;
import
org.apache.atlas.type.AtlasClassificationType
;
...
...
This diff is collapsed.
Click to expand it.
intg
/src/main/java/org/apache/atlas/store/AtlasTypeDefStore.java
→
repository
/src/main/java/org/apache/atlas/store/AtlasTypeDefStore.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java
→
repository
/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/pc/StatusReporterTest.java
→
repository
/src/test/java/org/apache/atlas/pc/StatusReporterTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/pc/WorkItemConsumerTest.java
→
repository
/src/test/java/org/apache/atlas/pc/WorkItemConsumerTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/pc/WorkItemConsumerWithResultsTest.java
→
repository
/src/test/java/org/apache/atlas/pc/WorkItemConsumerWithResultsTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/pc/WorkItemManagerTest.java
→
repository
/src/test/java/org/apache/atlas/pc/WorkItemManagerTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/java/org/apache/atlas/pc/WorkItemManagerWithResultsTest.java
→
repository
/src/test/java/org/apache/atlas/pc/WorkItemManagerWithResultsTest.java
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/SoftReferenceTest.java
View file @
fb374763
...
@@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
...
@@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
import
org.apache.atlas.repository.store.graph.v2.AtlasEntityStream
;
import
org.apache.atlas.repository.store.graph.v2.AtlasEntityStream
;
import
org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2
;
import
org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasType
;
import
org.apache.atlas.type.AtlasType
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreHardDeleteV2Test.java
View file @
fb374763
...
@@ -18,11 +18,9 @@
...
@@ -18,11 +18,9 @@
package
org
.
apache
.
atlas
.
repository
.
store
.
graph
.
v2
;
package
org
.
apache
.
atlas
.
repository
.
store
.
graph
.
v2
;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.atlas.RequestContext
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.store.DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.testng.annotations.BeforeTest
;
import
java.util.List
;
import
java.util.List
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreSoftDeleteV2Test.java
View file @
fb374763
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
java.util.List
;
import
java.util.List
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreV2Test.java
View file @
fb374763
...
@@ -39,7 +39,7 @@ import org.apache.atlas.repository.store.graph.AtlasRelationshipStore;
...
@@ -39,7 +39,7 @@ import org.apache.atlas.repository.store.graph.AtlasRelationshipStore;
import
org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate
;
import
org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate
;
import
org.apache.atlas.runner.LocalSolrRunner
;
import
org.apache.atlas.runner.LocalSolrRunner
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.apache.commons.collections.CollectionUtils
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/InverseReferenceUpdateHardDeleteV2Test.java
View file @
fb374763
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasTypeUtil
;
import
org.apache.atlas.type.AtlasTypeUtil
;
import
java.util.Map
;
import
java.util.Map
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/InverseReferenceUpdateSoftDeleteV2Test.java
View file @
fb374763
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
...
@@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasTypeUtil
;
import
org.apache.atlas.type.AtlasTypeUtil
;
import
java.util.Map
;
import
java.util.Map
;
...
...
This diff is collapsed.
Click to expand it.
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/InverseReferenceUpdateV2Test.java
View file @
fb374763
...
@@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.bootstrap.AtlasTypeDefStoreInitializer;
...
@@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.bootstrap.AtlasTypeDefStoreInitializer;
import
org.apache.atlas.repository.store.graph.AtlasEntityStore
;
import
org.apache.atlas.repository.store.graph.AtlasEntityStore
;
import
org.apache.atlas.runner.LocalSolrRunner
;
import
org.apache.atlas.runner.LocalSolrRunner
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasEntityType
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.type.AtlasTypeRegistry
;
import
org.apache.atlas.type.AtlasTypeUtil
;
import
org.apache.atlas.type.AtlasTypeUtil
;
...
...
This diff is collapsed.
Click to expand it.
intg
/src/test/resources/json/entity1.json
→
repository
/src/test/resources/json/entity1.json
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
intg
/src/test/resources/json/transform1.json
→
repository
/src/test/resources/json/transform1.json
View file @
fb374763
File moved
This diff is collapsed.
Click to expand it.
server-api/src/main/java/org/apache/atlas/RequestContext.java
View file @
fb374763
...
@@ -23,7 +23,6 @@ import org.apache.atlas.model.instance.AtlasEntity;
...
@@ -23,7 +23,6 @@ import org.apache.atlas.model.instance.AtlasEntity;
import
org.apache.atlas.model.instance.AtlasEntity.AtlasEntityWithExtInfo
;
import
org.apache.atlas.model.instance.AtlasEntity.AtlasEntityWithExtInfo
;
import
org.apache.atlas.model.instance.AtlasEntityHeader
;
import
org.apache.atlas.model.instance.AtlasEntityHeader
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.store.DeleteType
;
import
org.apache.atlas.utils.AtlasPerfMetrics
;
import
org.apache.atlas.utils.AtlasPerfMetrics
;
import
org.apache.atlas.utils.AtlasPerfMetrics.MetricRecorder
;
import
org.apache.atlas.utils.AtlasPerfMetrics.MetricRecorder
;
import
org.apache.commons.lang.StringUtils
;
import
org.apache.commons.lang.StringUtils
;
...
...
This diff is collapsed.
Click to expand it.
webapp/src/main/java/org/apache/atlas/web/filters/AuditFilter.java
View file @
fb374763
...
@@ -22,7 +22,7 @@ import org.apache.atlas.AtlasClient;
...
@@ -22,7 +22,7 @@ import org.apache.atlas.AtlasClient;
import
org.apache.atlas.AtlasException
;
import
org.apache.atlas.AtlasException
;
import
org.apache.atlas.RequestContext
;
import
org.apache.atlas.RequestContext
;
import
org.apache.atlas.authorize.AtlasAuthorizationUtils
;
import
org.apache.atlas.authorize.AtlasAuthorizationUtils
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.util.AtlasRepositoryConfiguration
;
import
org.apache.atlas.util.AtlasRepositoryConfiguration
;
import
org.apache.atlas.web.util.DateTimeHelper
;
import
org.apache.atlas.web.util.DateTimeHelper
;
import
org.apache.atlas.web.util.Servlets
;
import
org.apache.atlas.web.util.Servlets
;
...
...
This diff is collapsed.
Click to expand it.
webapp/src/test/java/org/apache/atlas/web/adapters/TestEntityRESTDelete.java
View file @
fb374763
...
@@ -28,7 +28,7 @@ import org.apache.atlas.model.instance.EntityMutationResponse;
...
@@ -28,7 +28,7 @@ import org.apache.atlas.model.instance.EntityMutationResponse;
import
org.apache.atlas.model.instance.EntityMutations
;
import
org.apache.atlas.model.instance.EntityMutations
;
import
org.apache.atlas.model.typedef.AtlasTypesDef
;
import
org.apache.atlas.model.typedef.AtlasTypesDef
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.store.AtlasTypeDefStore
;
import
org.apache.atlas.
store.
DeleteType
;
import
org.apache.atlas.DeleteType
;
import
org.apache.atlas.web.rest.EntityREST
;
import
org.apache.atlas.web.rest.EntityREST
;
import
org.mockito.Mockito
;
import
org.mockito.Mockito
;
import
org.testng.Assert
;
import
org.testng.Assert
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment