Skip to content

Commit

Permalink
Merge conflict resolution prior to develop -> master merge (PSMRI#42)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
18 people authored Dec 14, 2023
1 parent c5e2d35 commit ca41970
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
java-version: 8
distribution: 'adopt'


- name: Build with Maven
run: mvn clean install -DENV_VAR=${{ env.ENV_VAR }}
Expand Down
5 changes: 5 additions & 0 deletions src/main/environment/common_local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# DataSource settings: set here your own configurations for the database
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
4 changes: 1 addition & 3 deletions src/main/environment/common_test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver


spring.datasource.driver-class-name=com.mysql.jdbc.Driver

0 comments on commit ca41970

Please sign in to comment.