-
Notifications
You must be signed in to change notification settings - Fork 87
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
Move few changes dev to dev3 #809
Merged
loganathan-sekaran
merged 11 commits into
mosip:1.2.0.1-B2
from
loganathan-sekaran:move-few-changes-dev-to-dev3
Mar 17, 2023
Merged
Move few changes dev to dev3 #809
loganathan-sekaran
merged 11 commits into
mosip:1.2.0.1-B2
from
loganathan-sekaran:move-few-changes-dev-to-dev3
Mar 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [MOSIP-24670] Updated API correction id and version * [MOSIP-24670] Updated API body correction * [MOSIP-22640] Fixed Sonar Bugs * updated PR * updated PR * updated review code * [MOSIP-22640] Fixed sonar bugs * updated PR * updated PR * [MOSIP-22639] Resolved security hotspots in code * [MOSIP-24630] Fixed Security Vulnerability in code * added error for isValidUrl method * renamed vaildateURL method * updated PR * updated PR * [MOSIP-24670] Made corrections in id and version * resolved conflicts * updated PR * updated PR * [MOSIP-24670] Made corrections n API body, response code * updated PR * updated PR * updated dateTime * updated PR * [MOSIP-25539] Made corrections in API body, response code * [MOSIP-25539] made corrections in API body * updated error message * updated error code * updated trasactionid dto change * added equals * [MOSIP-25539] made corrections in api body * [MOSIP-25539] Corrected API response body Task 5 * resolved build failure * [MOSIP-25539] Task 2 Added error code for vaildateOtp API * updated PR * updated PR * updated PR * updated PR * [MOSIP-25539] Updated validateotp method * updated PR * [MOSIP-25798] Added validations * updated PR * updated PR * updated PR * updated PR * updated PR * [MOSIP-25791] Added purpose as mandatory * Added error * Added Audit logs * updated test cases * [MOSIP-22913],[MOSIP-22914],[MOSIP-24653],[MOSIP-24796] Added Audit logs * updated logs * updated auditlog code * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * [MOSIP-25268] Fixed Sonar vulnerability * [MOSIP-25268] Fixed Sonar vulnerability * [MOSIP-26272] Added validation for /update-uin API * updated PR * updated update-uin PR * Fixed build issue * Updated transactionId error message * Updated Test cases ResidentServiceResUpdateTest class
…tory. (mosip#790) * Fixed service history issue. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-25854 Fixed vid card issue. * MOSIP-25854 Fixed vid card issue. * MOSIP-25854 Fixed vid card issue. * MOSIP-25536 Added online verification partner id in jpa repo view history. * MOSIP-25536 Fixed test case failure.
Co-authored-by: Loganathan Sekar <[email protected]>
* Fix for setting read status to false * Revert "Fix for setting read status to false (mosip#791)" This reverts commit c00a051. * Check test fix * Fix NPE in test in github * Test fix * logic fix in test * Test fix * Test fix * Minor fixes * Ignoring test for build failure in github action. to be reverted and fixed --------- Co-authored-by: Loganathan Sekar <[email protected]>
* Fix for setting read status to false * Revert "Fix for setting read status to false (mosip#791)" This reverts commit c00a051. * Check test fix * Fix NPE in test in github * Test fix * logic fix in test * Test fix * Test fix * Minor fixes * Ignoring test for build failure in github action. to be reverted and fixed * Fix for setting read status to false (mosip#791) Co-authored-by: Loganathan Sekar <[email protected]> --------- Co-authored-by: Loganathan Sekar <[email protected]>
* Fix for setting read status to false * Revert "Fix for setting read status to false (mosip#791)" This reverts commit c00a051. * Check test fix * Fix NPE in test in github * Test fix * logic fix in test * Test fix * Test fix * Minor fixes * Ignoring test for build failure in github action. to be reverted and fixed * Fix for setting read status to false (mosip#791) Co-authored-by: Loganathan Sekar <[email protected]> * Fix for share credential request to cred req service * fix for is masked false * Fix for isMasked --------- Co-authored-by: Loganathan Sekar <[email protected]>
* [MOSIP-24670] Updated API correction id and version * [MOSIP-24670] Updated API body correction * [MOSIP-22640] Fixed Sonar Bugs * updated PR * updated PR * updated review code * [MOSIP-22640] Fixed sonar bugs * updated PR * updated PR * [MOSIP-22639] Resolved security hotspots in code * [MOSIP-24630] Fixed Security Vulnerability in code * added error for isValidUrl method * renamed vaildateURL method * updated PR * updated PR * [MOSIP-24670] Made corrections in id and version * resolved conflicts * updated PR * updated PR * [MOSIP-24670] Made corrections n API body, response code * updated PR * updated PR * updated dateTime * updated PR * [MOSIP-25539] Made corrections in API body, response code * [MOSIP-25539] made corrections in API body * updated error message * updated error code * updated trasactionid dto change * added equals * [MOSIP-25539] made corrections in api body * [MOSIP-25539] Corrected API response body Task 5 * resolved build failure * [MOSIP-25539] Task 2 Added error code for vaildateOtp API * updated PR * updated PR * updated PR * updated PR * [MOSIP-25539] Updated validateotp method * updated PR * [MOSIP-25798] Added validations * updated PR * updated PR * updated PR * updated PR * updated PR * [MOSIP-25791] Added purpose as mandatory * Added error * Added Audit logs * updated test cases * [MOSIP-22913],[MOSIP-22914],[MOSIP-24653],[MOSIP-24796] Added Audit logs * updated logs * updated auditlog code * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * updated enum name for audit logs * [MOSIP-25268] Fixed Sonar vulnerability * [MOSIP-25268] Fixed Sonar vulnerability * [MOSIP-26272] Added validation for /update-uin API * updated PR * updated update-uin PR * Fixed build issue * Updated transactionId error message * Updated Test cases ResidentServiceResUpdateTest class * [MOSIP-26343] Created module specific audits * updated PR * updated PR
Co-authored-by: Ritik Jain <[email protected]>
* added log for number of entries * fix batch job individual id null * added notification for vid card download * rename the method to get individual id from session * update websub notification --------- Co-authored-by: Ritik Jain <[email protected]>
* Fixed service history issue. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-24939 Improved code coverage. * MOSIP-25854 Fixed vid card issue. * MOSIP-25854 Fixed vid card issue. * MOSIP-25854 Fixed vid card issue. * MOSIP-25536 Added online verification partner id in jpa repo view history. * MOSIP-25536 Fixed test case failure. * MOSIP-24939 Improved sonar coverage. * MOSIP-24939 Improved sonar coverage. * MOSIP-24939 Fixed service history issue. * MOSIP-24939 Fixed service history issue. * MOSIP-24939 Fixed service history issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.