aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16Load Music properties without Spring BootArthur Martella1-4/+94
Issue-ID: MUSIC-503 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I14510c4fb686a4e48eed057e9714b7a0e00e5d9e
2019-09-16Deadlock detection by ownerArthur Martella9-30/+384
Issue-ID: MUSIC-502 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: Iec20cfeec96d7031c691055ffba2f65c34854adf
2019-08-16Issue-ID: MUSIC-481. Removed commented out lines of code.Mamtha5-26/+5
Issue-ID: MUSIC-481. Removed commented out code. Code cleanup Change-Id: I1565f2d9312a9d6daa232074fee35577dfe197c2 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-08-14Merge "Sonar Fix: Removed commented out lines of code"Brendan Tschaen1-12/+0
2019-08-14Merge "General sonar fixes: use logger"Brendan Tschaen1-2/+2
2019-08-14Merge "MUSIC-463-sonar fix-remove declaration of method ↵Brendan Tschaen1-1/+1
exception-MusicLoggingServletFilter.java"
2019-08-12Sonar Fix: Removed commented out lines of codeMamtha1-12/+0
Sonar Fix: Removed commented out lines of code. Issue-ID: MUSIC-481 Change-Id: Iee6d633697949f22d2d00069f12fba8253bb2a07 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-08-01General sonar fixes: use loggerArindam Mondal1-2/+2
Issue-ID: MUSIC-410 Change-Id: Iac08df4b7534f3293f7ffa3ca1877b5baf044f89 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-07-25MUSIC-465 junits-Application.java fileThugutla Sailakshmi1-0/+94
junits-Application.java file Issue-ID: MUSIC-465 Change-Id: I5869dca91e9b4a7cf54f2493a8b0699d23fc8a73 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-23MUSIC-463-sonar fix-remove declaration of method ↵Thugutla Sailakshmi1-1/+1
exception-MusicLoggingServletFilter.java remove declaration of method exception-MusicLoggingServletFilter.java Issue-ID: MUSIC-463 Change-Id: I388194f74354604515390372e1442b3892ac07e7 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-23Merge "Sonar Fix: JsonSelect.java"Brendan Tschaen1-1/+1
2019-07-23Merge "Sonar Fix: AuthUtil.java"Thomas Nelson1-2/+4
2019-07-23Merge "Handled unclosed resources using try-with-resources statement"Thomas Nelson1-4/+5
2019-07-19Sonar Fix: AuthUtil.javaArundathi Patil1-2/+4
Fixed sonar issues across this file Issue-ID: MUSIC-460 Change-Id: Ib421c3980085a3114c4f2d3f102a391e9c8f2155 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar Fix: JsonResponse.javaArundathi Patil1-10/+11
Fixed sonar issues across this file Issue-ID: MUSIC-459 Change-Id: I3249ca2644171bb5c65313b9b4198ddb039a0c61 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar Fix: JsonSelect.javaArundathi Patil1-1/+1
Fixed sonar issues in this file Issue-ID: MUSIC-426 Change-Id: I3080f15e2ba3909db21c5c529a0ed2b58ceeff41 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-16Merge "Sonar Fix: Marked field as private"Thomas Nelson1-2/+2
2019-07-16Merge "Fixed sonar issues in MusicHealthCheck.java"Thomas Nelson1-3/+1
2019-07-11Sonar Fix: Marked field as privateSudarshan Kumar1-2/+2
Sonar Fix: Marked field as private Issue-ID: MUSIC-434 Change-Id: If2e2e405933173b2b5eb09f407492a5097f4a291 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-10Handled unclosed resources using try-with-resources statementjegadeeshbabu11-4/+5
Used try-with-resources Issue-ID: MUSIC-432 Change-Id: I1b2df10324fbfc100499b7de4c2414a44e232aec Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-07-10Sonar Fix - Remove the boxing to BooleanSudarshan Kumar1-8/+10
Remove the boxing to Boolean. The argument is already of the same type Issue-ID: MUSIC-431 Change-Id: Ia5eb5f180d50fd8737c456ae53a493bbcb2b28a7 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-09Merge "Sonar reduce method parameter"Thomas Nelson3-19/+150
2019-07-09Merge "Sonar Fix - added static for the fields"Thomas Nelson1-3/+3
2019-07-09Merge "Sonar fix in RestMusicHealthCheckAPI.java"Thomas Nelson1-6/+8
2019-07-09Merge "MUSIC-ORM-Implemetation"Thomas Nelson11-644/+1872
2019-07-09Merge "Fixed sonar issues in MusicDataStoreHandle.java"Thomas Nelson1-3/+3
2019-07-09Sonar Fix - added static for the fieldsMamtha1-3/+3
Sonar Fix - added static for the fields Issue-ID: MUSIC-407 Change-Id: If9ce53f870381e10acf412163b409606ed128a5f Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2019-07-09Sonar fix- RestMusicVersionAPI.javaArundathi Patil1-7/+6
Fixed multiple sonar issues in this file Issue-ID: MUSIC-430 Change-Id: Ic8029d4c3b96f23ea18a94ca7f0683e10c9552d6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-09Sonar fix in RestMusicHealthCheckAPI.javaArundathi Patil1-6/+8
Fixed sonar issues in this file Issue-ID: MUSIC-429 Change-Id: If56fa1064651e6df2c49fc5835efdd310ead5bbe Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issues in MusicHealthCheck.javaArundathi Patil1-3/+1
Fixed multiple sonar issues across this file Issue-ID: MUSIC-428 Change-Id: I9e6843226bc3544411334af7070e5c67f072e159 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issues in MusicDataStoreHandle.javaArundathi Patil1-3/+3
Fixed multiple sonar issues across this file Issue-ID: MUSIC-424 Change-Id: If2b132fc03e1ec3b3485774d708de06b1d12cd93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Sonar reduce method parameterArindam Mondal3-19/+150
+)update ++)updateAtomic Issue-ID: MUSIC-408 Change-Id: I89d981a31a00f024b3a7be24f5845a0a40c4a6a2 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-07-02MUSIC-ORM-ImplemetationSudarshan Kumar11-644/+1872
MUSIC-ORM-Implemetation Issue-ID: MUSIC-348 Change-Id: Ifb6d4a1f331e080bdbeab236942e73ab13a69dad Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-01Enhance PreparedQueryObjectTschaen, Brendan2-13/+69
Change-Id: I3da1ff5b5e8b63b6cf15a16cec5660e9ec9cf73d Issue-ID: MUSIC-422 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-27Merge "Sonar fixes for MusicApplication"Brendan Tschaen5-37/+47
2019-06-26Sonar Changes for Authentication ClassesNelson, Thomas (tn1381)4-79/+120
Issue-ID: MUSIC-418 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I42240c66179a8a7a1b27093d3fffc180a73f4d14 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-26Sonar fixes for MusicApplicationNelson, Thomas (tn1381)5-37/+47
and util files. Fixed Testing issuse Update Gitignore to include vscode. Issue-ID: MUSIC-419 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I202613f905e2ef0cde338e7c98074faf68bc649a Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Merge "Some bug fixes and Minor Chages."Thomas Nelson34-850/+1218
2019-06-25Clean up some unneded files.Nelson, Thomas (tn1381)8-535/+0
Added a missed file. Issue-ID: MUSIC-415 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I5dac9778b975529dc5b34b1e771de0a046b925da Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Merge "added file to test MusicReponse.java"Thomas Nelson1-0/+62
2019-06-25Merge "added file to test AuthorisationError.java"Thomas Nelson1-0/+51
2019-06-25Merge "added file to test PreparedQueryObject"Thomas Nelson1-0/+75
2019-06-25Merge "added test case to JsonInsertTest.java"Thomas Nelson1-3/+11
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent334-850/+1218
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>
2019-06-25added file to test AuthorisationError.javaSandeep J1-0/+51
to increase code coverage Issue-ID: MUSIC-412 Change-Id: I524de3158652b485bc50963313e6bbbf10fa8540 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-25added file to test PreparedQueryObjectSandeep J1-0/+75
to increase code coverage Issue-ID: MUSIC-412 Change-Id: Id231f3b0f122d9b9e95988a45eb8cd18ecdb0136 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-19Merge "added test cases to JsonResponseTest.java"Thomas Nelson1-0/+22
2019-06-17added test case to JsonOnboardTest.javaSandeep J1-1/+10
to increase code coverage Issue-ID: MUSIC-412 Change-Id: If3cea8de2e00fea19a5636e47fde9a30c2a395a8 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-17added file to test MusicReponse.javaSandeep J1-0/+62
to increase code coverage Issue-ID: MUSIC-412 Change-Id: I42f00d6d2379a56c2a8559872c41978aa886d64f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-17added test case to JsonInsertTest.javaSandeep J1-3/+11
to increase code coverage Issue-ID: MUSIC-412 Change-Id: I83d1d2f5d70ff5b73119f5c4e0d27e512de0f261 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>