This is an automated email from the ASF dual-hosted git repository.
radhikakundam pushed a change to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
from b4273e59d ATLAS-5221: Fix failing integration tests (#540)
new 6f636d56f ATLAS-5066: Improve Unit Test Coverage for Webapp Module
(#437)
new 4b60b13e3 ATLAS-4848: Atlas 'updateTime' parameter is not updated when
term is added (#348)
new 1c1be1898 ATLAS-5090:Improve Unit Test Coverage for Kafka-bridge
Module (#423)
new 48420ecb1 ATLAS-4924: When client and server are on different
timezones, searchFilter gives incorrect results using timerange operator (#346)
new 9a752f125 ATLAS-5019: Add header in atlas login.jsp page (#335)
new c86c18ac7 ATLAS-5019: corrected checkstyle errors in the header in
atlas login.jsp patch - commit 008f7548752dafa25a7f4ba336b89be2557e0926 (#344)
new 319833309 ATLAS-5034: Entities not created in Atlas when hive table
created on top a OFS/O3FS bucket/volume (#372)
new 7bc772852 ATLAS-5034: Entities not created in Atlas when hive table
created on top a OFS/O3FS bucket/volume (#379)
new 299a48830 ATLAS-5223: Add option in Pre-commit to add profile during
build (#542)
new 8364f30f1 ATLAS-4983: Add pull request template (#268)
new f3fd6aa3f ATLAS-4982: added .asf.yaml (#266)
new 20cbf9c40 ATLAS-5232: Change pom version from 2.5.0-SNAPSHOT to 2.5.0
new 8ddefa310 ATLAS-4984: Option to ignore spark_process attributes
details and sparkPlanDescription (#331)
new 96239b545 ATLAS-4984: Option to ignore spark_process attributes
details and sparkPlanDescription (#376)
new b2180af92 ATLAS-5043 : import-hive.sh is failing when shell entity id
present during import (#360)
The 15 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:
.../config/solr/lang/stopwords_en.txt => .asf.yaml | 64 +-
.github/pull_request_template.md | 11 +
addons/couchbase-bridge/pom.xml | 2 +-
addons/falcon-bridge-shim/pom.xml | 2 +-
addons/falcon-bridge/pom.xml | 2 +-
addons/hbase-bridge-shim/pom.xml | 2 +-
addons/hbase-bridge/pom.xml | 2 +-
addons/hbase-testing-util/pom.xml | 2 +-
addons/hdfs-model/pom.xml | 2 +-
addons/hive-bridge-shim/pom.xml | 2 +-
addons/hive-bridge/pom.xml | 2 +-
.../atlas/hive/bridge/HiveMetaStoreBridge.java | 3 +
addons/impala-bridge-shim/pom.xml | 2 +-
addons/impala-bridge/pom.xml | 2 +-
addons/impala-hook-api/pom.xml | 2 +-
addons/kafka-bridge/pom.xml | 2 +-
.../apache/atlas/kafka/bridge/KafkaBridgeTest.java | 399 +++-
.../kafka/bridge/SchemaRegistryConnectorTest.java | 303 +++
addons/sqoop-bridge-shim/pom.xml | 2 +-
addons/sqoop-bridge/pom.xml | 2 +-
addons/storm-bridge-shim/pom.xml | 2 +-
addons/storm-bridge/pom.xml | 2 +-
addons/trino-extractor/pom.xml | 2 +-
atlas-examples/pom.xml | 2 +-
atlas-examples/sample-app/pom.xml | 2 +-
authorization/pom.xml | 2 +-
build-tools/pom.xml | 2 +-
client/client-v1/pom.xml | 2 +-
client/client-v2/pom.xml | 2 +-
client/common/pom.xml | 2 +-
client/pom.xml | 2 +-
common/pom.xml | 2 +-
.../apache/atlas/utils/AtlasPathExtractorUtil.java | 269 ++-
.../atlas/utils/AtlasPathExtractorUtilTest.java | 78 +-
dashboard/pom.xml | 2 +-
dashboardv2/pom.xml | 2 +-
dev-support/atlas-docker/.env | 2 +-
dev-support/test-patch.sh | 8 +
distro/pom.xml | 2 +-
docs/pom.xml | 2 +-
graphdb/api/pom.xml | 2 +-
graphdb/common/pom.xml | 2 +-
graphdb/graphdb-impls/pom.xml | 2 +-
graphdb/janus/pom.xml | 2 +-
graphdb/janusgraph-rdbms/pom.xml | 2 +-
graphdb/pom.xml | 2 +-
hbase-shaded-client-fixed/pom.xml | 2 +-
intg/pom.xml | 2 +-
notification/pom.xml | 2 +-
plugin-classloader/pom.xml | 2 +-
pom.xml | 3 +-
repository/pom.xml | 2 +-
.../apache/atlas/discovery/SearchProcessor.java | 10 +-
.../apache/atlas/glossary/GlossaryTermUtils.java | 5 +
.../atlas/discovery/EntitySearchProcessorTest.java | 2 +
.../apache/atlas/glossary/GlossaryServiceTest.java | 40 +-
server-api/pom.xml | 2 +-
test-tools/pom.xml | 2 +-
tools/atlas-index-repair/pom.xml | 2 +-
tools/classification-updater/pom.xml | 2 +-
tools/notification-analyzer/pom.xml | 2 +-
webapp/pom.xml | 4 +-
.../notification/NotificationHookConsumer.java | 26 +-
.../preprocessor/EntityPreprocessor.java | 16 +
.../preprocessor/SparkPreprocessor.java | 40 +-
.../web/filters/AtlasAuthenticationFilter.java | 15 +-
.../web/filters/AtlasCSRFPreventionFilter.java | 2 +-
.../filters/AtlasKnoxSSOAuthenticationFilter.java | 5 +-
.../org/apache/atlas/web/filters/HeadersUtil.java | 77 +-
.../atlas/web/servlets/AtlasHttpServlet.java | 22 +-
.../java/org/apache/atlas/common/TestUtility.java | 75 +
.../org/apache/atlas/examples/QuickStartTest.java | 579 ++++++
.../apache/atlas/examples/QuickStartV2Test.java | 618 ++++++
.../notification/EntityCorrelationManagerTest.java | 174 ++
.../EntityNotificationListenerV2Test.java | 818 ++++++++
.../notification/EntityNotificationSenderTest.java | 690 +++++++
.../NotificationEntityChangeListenerTest.java | 572 ++++-
.../notification/NotificationHookConsumerTest.java | 2185 +++++++++++++++++++-
.../preprocessor/EntityPreprocessorTest.java | 238 +++
.../GenericEntityPreprocessorTest.java | 4 +-
.../preprocessor/HiveDbDDLPreprocessorTest.java | 107 +
.../preprocessor/HivePreprocessorTest.java | 333 +++
.../preprocessor/HiveTableDDLPreprocessorTest.java | 116 ++
.../preprocessor/PreprocessorContextTest.java | 834 ++++++++
.../preprocessor/RdbmsPreprocessorTest.java | 197 ++
.../preprocessor/SparkPreprocessorTest.java | 101 +
.../atlas/util/CredentialProviderUtilityTest.java | 427 ++++
.../java/org/apache/atlas/web/dao/UserDaoTest.java | 257 +++
.../atlas/web/errors/AllExceptionMapperTest.java | 63 +
.../web/errors/AtlasBaseExceptionMapperTest.java | 66 +
.../atlas/web/errors/ExceptionMapperUtilTest.java | 57 +
.../web/errors/NotFoundExceptionMapperTest.java | 62 +
.../atlas/web/filters/ActiveServerFilterTest.java | 239 +++
.../filters/AtlasAuthenticationEntryPointTest.java | 80 +
.../web/filters/AtlasAuthenticationFilterTest.java | 792 +++++++
.../AtlasAuthenticationKerberosFilterTest.java | 3 -
.../filters/AtlasAuthenticationSimpleFilterIT.java | 3 -
.../atlas/web/filters/AtlasHeaderFilterTest.java | 154 ++
.../AtlasKnoxSSOAuthenticationFilterTest.java | 547 +++++
.../apache/atlas/web/filters/AuditFilterTest.java | 87 +-
.../apache/atlas/web/filters/HeaderUtilsTest.java | 108 +
.../org/apache/atlas/web/filters/RestUtilTest.java | 121 ++
.../filters/StaleTransactionCleanupFilterTest.java | 69 +
.../apache/atlas/web/model/DebugMetricsTest.java | 95 +
.../java/org/apache/atlas/web/model/UserTest.java | 123 ++
.../apache/atlas/web/params/AbstractParamTest.java | 85 +
.../apache/atlas/web/params/BooleanParamTest.java | 75 +
.../apache/atlas/web/params/DateTimeParamTest.java | 75 +
.../atlas/web/resources/AdminResourceTest.java | 1405 +++++++++++++
.../apache/atlas/web/rest/DiscoveryRESTTest.java | 938 +++++++++
.../org/apache/atlas/web/rest/EntityRESTTest.java | 1728 ++++++++++++++++
.../apache/atlas/web/rest/GlossaryRESTTest.java | 896 ++++++++
.../atlas/web/rest/IndexRecoveryRESTTest.java | 527 +++++
.../org/apache/atlas/web/rest/LineageRESTTest.java | 702 +++++++
.../atlas/web/rest/RelationshipRESTTest.java | 329 +++
.../org/apache/atlas/web/rest/TypesRESTTest.java | 704 +++++++
.../AtlasADAuthenticationProviderTest.java | 464 +++++
.../AtlasAbstractAuthenticationProviderTest.java | 400 ++++
.../AtlasAuthenticationFailureHandlerTest.java | 352 ++++
.../security/AtlasAuthenticationProviderTest.java | 694 +++++++
.../AtlasAuthenticationSuccessHandlerTest.java | 336 +++
.../AtlasKeycloakAuthenticationProviderTest.java | 539 +++++
.../AtlasLdapAuthenticationProviderTest.java | 717 +++++++
.../AtlasPamAuthenticationProviderTest.java | 623 ++++++
.../atlas/web/security/BaseSSLAndKerberosTest.java | 3 -
.../atlas/web/security/BaseSecurityTest.java | 3 -
.../atlas/web/security/FileAuthenticationTest.java | 184 ++
.../atlas/web/security/PamLoginModuleTest.java | 364 ++++
.../atlas/web/security/PamPrincipalTest.java | 323 +++
.../web/security/UserAuthorityGranterTest.java | 62 +
.../web/service/AtlasDebugMetricsSinkTest.java | 339 +++
.../web/service/AtlasDebugMetricsSourceTest.java | 677 ++++++
.../atlas/web/service/CuratorFactoryTest.java | 292 ++-
.../atlas/web/service/DebugMetricsWrapperTest.java | 193 ++
.../atlas/web/service/EmbeddedServerTest.java | 352 ++++
.../web/service/SecureEmbeddedServerTestBase.java | 3 -
.../apache/atlas/web/service/ServiceStateTest.java | 216 ++
.../web/service/TimedAspectInterceptorTest.java | 229 ++
.../apache/atlas/web/service/UserServiceTest.java | 242 +++
.../atlas/web/servlets/AtlasErrorServletTest.java | 58 +
.../atlas/web/servlets/AtlasHttpServletTest.java | 68 +
.../atlas/web/servlets/AtlasLoginServletTest.java | 84 +
.../web/setup/KerberosAwareListenerTest.java} | 33 +-
.../atlas/web/util/AtlasJsonProviderTest.java | 80 +
.../apache/atlas/web/util/DateTimeHelperTest.java | 156 ++
.../apache/atlas/web/util/LineageUtilsTest.java | 461 +++++
146 files changed, 28159 insertions(+), 344 deletions(-)
copy dev-support/atlas-docker/config/solr/lang/stopwords_en.txt => .asf.yaml
(52%)
create mode 100644 .github/pull_request_template.md
create mode 100644
addons/kafka-bridge/src/test/java/org/apache/atlas/kafka/bridge/SchemaRegistryConnectorTest.java
copy intg/src/main/java/org/apache/atlas/type/AttributeToken.java =>
webapp/src/main/java/org/apache/atlas/notification/preprocessor/SparkPreprocessor.java
(55%)
create mode 100644
webapp/src/test/java/org/apache/atlas/common/TestUtility.java
create mode 100644
webapp/src/test/java/org/apache/atlas/examples/QuickStartTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/examples/QuickStartV2Test.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/EntityCorrelationManagerTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/EntityNotificationListenerV2Test.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/EntityNotificationSenderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/EntityPreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/HiveDbDDLPreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/HivePreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/HiveTableDDLPreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/PreprocessorContextTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/RdbmsPreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/notification/preprocessor/SparkPreprocessorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/util/CredentialProviderUtilityTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/dao/UserDaoTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/errors/AllExceptionMapperTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/errors/AtlasBaseExceptionMapperTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/errors/ExceptionMapperUtilTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/errors/NotFoundExceptionMapperTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/AtlasAuthenticationEntryPointTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/AtlasAuthenticationFilterTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/AtlasHeaderFilterTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/AtlasKnoxSSOAuthenticationFilterTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/RestUtilTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/filters/StaleTransactionCleanupFilterTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/model/DebugMetricsTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/model/UserTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/params/AbstractParamTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/params/BooleanParamTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/params/DateTimeParamTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/DiscoveryRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/EntityRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/GlossaryRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/IndexRecoveryRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/LineageRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/RelationshipRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/rest/TypesRESTTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasADAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasAbstractAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasAuthenticationFailureHandlerTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasAuthenticationSuccessHandlerTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasKeycloakAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasLdapAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/AtlasPamAuthenticationProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/PamLoginModuleTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/PamPrincipalTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/security/UserAuthorityGranterTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/AtlasDebugMetricsSinkTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/AtlasDebugMetricsSourceTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/DebugMetricsWrapperTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/EmbeddedServerTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/TimedAspectInterceptorTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/service/UserServiceTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/servlets/AtlasErrorServletTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/servlets/AtlasHttpServletTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/servlets/AtlasLoginServletTest.java
copy
webapp/src/{main/java/org/apache/atlas/web/setup/KerberosAwareListener.java =>
test/java/org/apache/atlas/web/setup/KerberosAwareListenerTest.java} (54%)
create mode 100644
webapp/src/test/java/org/apache/atlas/web/util/AtlasJsonProviderTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/util/DateTimeHelperTest.java
create mode 100644
webapp/src/test/java/org/apache/atlas/web/util/LineageUtilsTest.java