forked from PSMRI/Identity-API
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Beneficiary down sync API pagination #6
Open
shreypatidar-beehyv
wants to merge
1
commit into
develop
Choose a base branch
from
beneficiary_downSync_pagination
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Collaborator
shreypatidar-beehyv
commented
Sep 21, 2023
- Implemented pagination while getting beneficiaries based on villageIDs and lastSync date.
- Modified query, sync-dto as required.
- Added paginated response builder.
…eIDs and lastSync date. 2) Modified query, sync-dto as required. 3) Added paginated response builder.
shreypatidar-beehyv
pushed a commit
that referenced
this pull request
Dec 18, 2023
* Readme file added (#1) * Create README.md Added new readme.md file * Update README.md * Removed unnecessary dependencies from pom.xml (#2) * Removed unnecessary dependencies from pom.xml, added crypto.utils to resolve build issues * pom.xml cleanup * updated code-of-conduct, copying, contributing, readme (#3) * Create CONTRIBUTING.md * Create CODE_OF_CONDUCT.md * Create COPYING * Update README.md * modified .gitignore file (#4) * modified .gitignore file * Delete target directory * Update .gitignore * Delete logs directory * code smell fixes (#6) * Added copyright text (#7) Co-authored-by: Anjana K J <[email protected]> * code smell fix (PSMRI#8) * code smell fix * code smell fixes * Sonarqube reported code smell fix * done correction for application.properties * Swagger changes (PSMRI#9) * Swagger changes * Swagger changes * Code smell fix (PSMRI#10) * code smell fixes (PSMRI#11) * Create sast-and-package-prod.yml (PSMRI#12) * Create sast-and-package-prod.yml * Update sast-and-package-prod.yml * Code smell changes (PSMRI#13) * Update README.md * code smell fixes * Added environment variable * Added password changes & edit environment variable (PSMRI#16) * Added environment variable * Added password changes * Passing environment variable * Passing environment variable (PSMRI#17) * Passing environment variable * Passing environment variable (PSMRI#19) * Passing environment variable (PSMRI#20) * Passing environment variable * Passing environment variable * Workflow change (PSMRI#21) * Update sast-and-package-prod.yml * Update sast-and-package.yml * CreatedDate filed for Identity (PSMRI#22) * CreatedDate filed for Identity * removed uncommented code * Send SMS null Id issue (PSMRI#23) * CreatedDate filed for Identity * removed uncommented code * deleting DB config * Send SMS Null ID Issue * mmu cr changes * update changes * changes mmu cr * Update sast-and-package-prod.yml (PSMRI#26) * edit api changes * Identity API cleanup and password masking * Updated the language option for codeql and added maven test * Added CodeQl tool to do static code analysis on pull request * Implementing Basic reverse sync operation * Fix issue on controller * Updated the language option for codeql and added maven test * Added CodeQl tool to do static code analysis on pull request * Implementing Basic reverse sync operation * Fix issue on controller * Identity API cleanup and password masking * edit api changes * change made in description of identity controller (PSMRI#30) * Multiple beneficiaries sync issue changes for FLW (PSMRI#31) Co-authored-by: Devika <[email protected]> * Delete .github/workflows/sast-and-package-prod.yml * Delete .github/workflows/sast-and-package.yml * Create package-prod.yml * Create package.yml * Create sast.yml * Use a logger to log this exception (PSMRI#32) * Added Pull Request template, added placeholders in properties file, and added admin_local to git ignore (PSMRI#33) --------- Co-authored-by: Mahima Elizabeth George <[email protected]> Co-authored-by: Sweta Prakash <[email protected]> Co-authored-by: Vidyadevi Salunkhe <[email protected]> Co-authored-by: Anjana2310 <[email protected]> Co-authored-by: Anjana K J <[email protected]> Co-authored-by: Harimohan Rajamohanan <[email protected]> Co-authored-by: swetatech24 <[email protected]> Co-authored-by: Anjana <[email protected]> Co-authored-by: mukul5947 <[email protected]> Co-authored-by: Indrani Bandyopadhyay <[email protected]> Co-authored-by: devikasuresh20 <[email protected]> Co-authored-by: indraniBan <[email protected]> Co-authored-by: Sunil GV <[email protected]> Co-authored-by: roopesh-beehyv <[email protected]> Co-authored-by: helenKaryamsetty <[email protected]> Co-authored-by: Babacar Ndiaye <[email protected]> Co-authored-by: Devika <[email protected]>
shreypatidar-beehyv
pushed a commit
that referenced
this pull request
Dec 18, 2023
* Develop branch merge to master (#5) * Readme file added (#1) * Create README.md Added new readme.md file * Update README.md * Removed unnecessary dependencies from pom.xml (#2) * Removed unnecessary dependencies from pom.xml, added crypto.utils to resolve build issues * pom.xml cleanup * updated code-of-conduct, copying, contributing, readme (#3) * Create CONTRIBUTING.md * Create CODE_OF_CONDUCT.md * Create COPYING * Update README.md * modified .gitignore file (#4) * modified .gitignore file * Delete target directory * Update .gitignore * Delete logs directory --------- Co-authored-by: Mahima Elizabeth George <[email protected]> Co-authored-by: Sweta Prakash <[email protected]> Co-authored-by: Vidyadevi Salunkhe <[email protected]> * Feature/dev tomaster (PSMRI#36) * Readme file added (#1) * Create README.md Added new readme.md file * Update README.md * Removed unnecessary dependencies from pom.xml (#2) * Removed unnecessary dependencies from pom.xml, added crypto.utils to resolve build issues * pom.xml cleanup * updated code-of-conduct, copying, contributing, readme (#3) * Create CONTRIBUTING.md * Create CODE_OF_CONDUCT.md * Create COPYING * Update README.md * modified .gitignore file (#4) * modified .gitignore file * Delete target directory * Update .gitignore * Delete logs directory * code smell fixes (#6) * Added copyright text (#7) Co-authored-by: Anjana K J <[email protected]> * code smell fix (PSMRI#8) * code smell fix * code smell fixes * Sonarqube reported code smell fix * done correction for application.properties * Swagger changes (PSMRI#9) * Swagger changes * Swagger changes * Code smell fix (PSMRI#10) * code smell fixes (PSMRI#11) * Create sast-and-package-prod.yml (PSMRI#12) * Create sast-and-package-prod.yml * Update sast-and-package-prod.yml * Code smell changes (PSMRI#13) * Update README.md * code smell fixes * Added environment variable * Added password changes & edit environment variable (PSMRI#16) * Added environment variable * Added password changes * Passing environment variable * Passing environment variable (PSMRI#17) * Passing environment variable * Passing environment variable (PSMRI#19) * Passing environment variable (PSMRI#20) * Passing environment variable * Passing environment variable * Workflow change (PSMRI#21) * Update sast-and-package-prod.yml * Update sast-and-package.yml * CreatedDate filed for Identity (PSMRI#22) * CreatedDate filed for Identity * removed uncommented code * Send SMS null Id issue (PSMRI#23) * CreatedDate filed for Identity * removed uncommented code * deleting DB config * Send SMS Null ID Issue * mmu cr changes * update changes * changes mmu cr * Update sast-and-package-prod.yml (PSMRI#26) * edit api changes * Identity API cleanup and password masking * Updated the language option for codeql and added maven test * Added CodeQl tool to do static code analysis on pull request * Implementing Basic reverse sync operation * Fix issue on controller * Updated the language option for codeql and added maven test * Added CodeQl tool to do static code analysis on pull request * Implementing Basic reverse sync operation * Fix issue on controller * Identity API cleanup and password masking * edit api changes * change made in description of identity controller (PSMRI#30) * Multiple beneficiaries sync issue changes for FLW (PSMRI#31) Co-authored-by: Devika <[email protected]> * Delete .github/workflows/sast-and-package-prod.yml * Delete .github/workflows/sast-and-package.yml * Create package-prod.yml * Create package.yml * Create sast.yml * Use a logger to log this exception (PSMRI#32) * Added Pull Request template, added placeholders in properties file, and added admin_local to git ignore (PSMRI#33) --------- Co-authored-by: Mahima Elizabeth George <[email protected]> Co-authored-by: Sweta Prakash <[email protected]> Co-authored-by: Vidyadevi Salunkhe <[email protected]> Co-authored-by: Anjana2310 <[email protected]> Co-authored-by: Anjana K J <[email protected]> Co-authored-by: Harimohan Rajamohanan <[email protected]> Co-authored-by: swetatech24 <[email protected]> Co-authored-by: Anjana <[email protected]> Co-authored-by: mukul5947 <[email protected]> Co-authored-by: Indrani Bandyopadhyay <[email protected]> Co-authored-by: devikasuresh20 <[email protected]> Co-authored-by: indraniBan <[email protected]> Co-authored-by: Sunil GV <[email protected]> Co-authored-by: roopesh-beehyv <[email protected]> Co-authored-by: helenKaryamsetty <[email protected]> Co-authored-by: Babacar Ndiaye <[email protected]> Co-authored-by: Devika <[email protected]> * Resolved a merge conflict --------- Co-authored-by: Mahima Elizabeth George <[email protected]> Co-authored-by: Sweta Prakash <[email protected]> Co-authored-by: Vidyadevi Salunkhe <[email protected]> Co-authored-by: ravishanigarapu <[email protected]> Co-authored-by: Anjana2310 <[email protected]> Co-authored-by: Anjana K J <[email protected]> Co-authored-by: swetatech24 <[email protected]> Co-authored-by: Anjana <[email protected]> Co-authored-by: mukul5947 <[email protected]> Co-authored-by: Indrani Bandyopadhyay <[email protected]> Co-authored-by: devikasuresh20 <[email protected]> Co-authored-by: indraniBan <[email protected]> Co-authored-by: Sunil GV <[email protected]> Co-authored-by: roopesh-beehyv <[email protected]> Co-authored-by: helenKaryamsetty <[email protected]> Co-authored-by: Babacar Ndiaye <[email protected]> Co-authored-by: Devika <[email protected]>
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.