-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61370/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2014
https://issues.apache.org/jira/browse/ATLAS-2014
Repository: atlas
Description
-------
updated type create/update to populate createdBy and updatedBy fields
Diffs
-----
intg/src/test/java/org/apache/atlas/TestUtilsV2.java 14614f18
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java
3638e198
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasTypeDefGraphStoreV1.java
6037d435
repository/src/test/java/org/apache/atlas/repository/impexp/ExportServiceTest.java
b835d223
repository/src/test/java/org/apache/atlas/repository/impexp/ImportServiceTest.java
72107994
repository/src/test/java/org/apache/atlas/repository/impexp/ZipFileResourceTestUtils.java
82692cfb
repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java
485ec201
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasDeleteHandlerV1Test.java
62ef21c9
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1Test.java
2ac0fc66
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1Test.java
263ad5be
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/InverseReferenceUpdateV1Test.java
e2a80108
Diff: https://reviews.apache.org/r/61370/diff/1/
Testing
-------
Updated the unit tests and verified that fields createdBy and updatedBy are
populated correctly.
Thanks,
Madhan Neethiraj