Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop 2 rc2 normalization fix #790

Conversation

loganathan-sekaran
Copy link
Member

No description provided.

kameshsr and others added 30 commits October 19, 2021 15:04
* Added default filter attributes to configuration

* Code updated
…ip#598)

* Fixes in demo auth dynamic attributes

* Fixed error message for decoding failure

* Fix in fetching postal code for auth anonym profile

* WIP for dynamic attribute auto match

* Allow new dynamic attrib for auth without mapping

* Removed unwanted comment
* Fixes in demo auth dynamic attributes

* Fixed error message for decoding failure

* Fix in fetching postal code for auth anonym profile

* WIP for dynamic attribute auto match

* Allow new dynamic attrib for auth without mapping

* Removed unwanted comment

* Fix in age not match error msg
* Fix bio auth type check issue due to case sensitive check

* Minor fix
* Fix bio auth type check issue due to case sensitive check

* Minor fix

* Added missing Face for ekyc request in filter
…sip#621)

* Fixed biotype,biosubtype related error messages

* Fix NPE for null idtype

* Test fixes

* Revert debug code for idserviceimpl
This reverts commit 5cb0b79758ede70509ff7e0cbe864e9589434cff.
* Fixed keymanager bean loading issue

* MOSIP-18411 fixed kyc attribute filtered out issue

* MOSIP-17587-Fix status for ekyc auth in anonym profile
* Fix duplicate type code in kyc auth txn entry

* MOSIP-18191 fix segment timestamp validation not working

* Added null check for auth type code duplicate condition
mandeepdhiman123 and others added 26 commits January 8, 2022 15:03
* Created Test CLass For IdServiceImpl => IdServiceImplTest

* Created Test CLass For IdServiceImpl => IdServiceImplTest

* Created Test CLass For IdServiceImpl => IdServiceImplTest

Co-authored-by: Vipul Dhurve <[email protected]>
* fix partner name in anon prof

* Minor refactoring, test corrections with assertions

* Fix in column length limit in code

* Fix in photo attribute check

* Fix in bio time property

* Corrected attribute lengths, removed size for audit
* Updated test class for IdServiceImpl => IdServiceImplTest

* Updated test class for IdServiceImpl

* Updated test class for IdServiceImpl

Co-authored-by: Vipul Dhurve <[email protected]>
* Added a Bean to get Service Names as a Arraylist to RestRequestBuilder

* Removed vulnerability of Regular expression to DoS(Denial of Service)

* Revert "Removed vulnerability of Regular expression to DoS(Denial of Service)"

This reverts commit 49e2a73.

* Removed Vulnerability of Regular Expression to DoS(Denial of Service)

* Revert "Removed Vulnerability of Regular Expression to DoS(Denial of Service)"

This reverts commit 8922fb0.

* Revert "Merge branch 'develop' of https://github.com/balaji-alluru/id-authentication-1 into develop"

This reverts commit 00b5eb5, reversing
changes made to 34bb5b5.

* Removed Vulnerability of Regular expressions to DoS(Denial of Service)

* Updated TestCases to AuthRequestValidator Class

* Update AuthRequestValidatorTest.java
…mosip#771)

* [MOSIP-19429] added thread pool with config prop and logic to monitor

* [MOSIP-19429] updated thread group count
* Created test class for UpdateAythtypeStatusServiceImpl => pdateAythtypeStatusServiceImplTest

* Created test class for UpdateAythtypeStatusServiceImpl => pdateAythtypeStatusServiceImplTest

* Created test class for UpdateAythtypeStatusServiceImpl => pdateAythtypeStatusServiceImplTest

* Created test class for UpdateAythtypeStatusServiceImpl => pdateAythtypeStatusServiceImplTest

* Created test class for UpdateAythtypeStatusServiceImpl => pdateAythtypeStatusServiceImplTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Updated Test class for InternalAuthController => InternalAUthCOntrollerTest

* Updated Test class for InternalAuthController => InternalAuthControllerTest

* Updated Test class for InternalAuthController => InternalAuthControllerTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for HotlistScheduledCleanupJob => HotlistScheduledCleanupJobTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for HotlistScheduledCleanupJob => HotlistScheduledCleanupJobTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for IdTypeUtil => IdTypeUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for BytesUtil => BytesUtilTest

* Created test class for HotlistScheduledCleanupJob => HotlistScheduledCleanupJobTest

* Created test class for MasterDataCacheInitializer => MasterDataCacheInitializerTest

Co-authored-by: Vipul Dhurve <[email protected]>
* Added support to dynamic attrib norm if in name or fulladdr

* Added tests

* Minor refactoring
…rc2-normalization-fix

# Conflicts:
#	authentication/authentication-common/src/main/java/io/mosip/authentication/common/service/builder/AuthResponseBuilder.java
#	authentication/authentication-common/src/main/java/io/mosip/authentication/common/service/facade/AuthFacadeImpl.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/builder/AuthResponseBuilderTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/facade/AuthFacadeImplTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/filter/BaseIDAFilterTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/helper/IdInfoHelperTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/helper/RestSampleTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/impl/DemoAuthServiceTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/impl/IdServiceImplTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/impl/OTPServiceImplTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/impl/idevent/IdChangeEventHandlerServiceImplTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/impl/notification/NotificationServiceImplTest.java
#	authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/transaction/manager/IdAuthSecurityManagerTest.java
#	authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthCommonConstants.java
#	authentication/authentication-internal-service/src/test/java/io/mosip/authentication/internal/service/controller/InternalAuthControllerTest.java
@loganathan-sekaran loganathan-sekaran merged commit 2ec9624 into mosip:1.2.0-rc2 Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants