Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-14 | Merge "Introduced local variable" | Thomas Nelson | 1 | -2/+3 | |
2019-02-14 | Merge "Fixed Sonar issues in ZkStatelessLockService" | Thomas Nelson | 1 | -15/+23 | |
2019-02-14 | Merge "Added test case to improve code coverage" | Thomas Nelson | 1 | -2/+16 | |
2019-02-14 | Merge "Removed Duplicate logger statements" | Thomas Nelson | 1 | -8/+1 | |
2019-02-13 | Fixed Sonar issues in ZkStatelessLockService | r.bogacki | 1 | -15/+23 | |
Fixed potential NullPointerException. Added restoring of the interrupted state. Removed unnecessary imports. Added missing loggers. Change-Id: I62bb8ef2b4893c60c1cea7dcd4ba29f2908b4d05 Issue-ID: MUSIC-329 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> | |||||
2019-02-13 | Merge "Sonar code duplicates moved to MusicUtil.java" | Bharath Balasubramanian | 3 | -207/+150 | |
2019-02-13 | Merge "Sonar Vulnerability Fixes: CachingUtil.java" | Bharath Balasubramanian | 1 | -18/+11 | |
2019-02-13 | Merge "Added unit test case" | Bharath Balasubramanian | 1 | -0/+8 | |
2019-02-13 | Merge "added local variable instead of using method args" | Bharath Balasubramanian | 1 | -3/+4 | |
2019-02-13 | Merge "Sonar vulnerability fixes in CronJobManager" | Bharath Balasubramanian | 1 | -14/+8 | |
2019-02-13 | Merge "Cleaning up Sonar issues in JerseyConfig" | Bharath Balasubramanian | 1 | -53/+44 | |
2019-02-13 | Merge "Fix for code Vulnerability,reported by Sonar" | Bharath Balasubramanian | 1 | -6/+4 | |
2019-02-13 | Added test case to improve code coverage | Jegadeesh Babu | 1 | -2/+16 | |
Added test case to improve code coverage Issue-ID: MUSIC-324 Change-Id: I0bec3c6a1d890cd920fe9a21de7e75590114f48d Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-13 | Removed Duplicate logger statements | Jegadeesh Babu | 1 | -8/+1 | |
Used logger statements as per convention Issue-ID: MUSIC-330 Change-Id: Iaea377861e1b2c5ea0724a664de2ef2db88d76cd Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-12 | Introduced local variable | Jegadeesh Babu | 1 | -2/+3 | |
Introduced local variable instead of using method args Issue-ID: MUSIC-323 Change-Id: I670c49e2b28ba280d3446868ac042dfdae2b6c16 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-12 | Fix for code Vulnerability,reported by Sonar | Jegadeesh Babu | 1 | -6/+4 | |
Removed and printStackTrace and added logger Issue-ID: MUSIC-314 Change-Id: Ieeb33d6e58ec469c6fb540d943bae97b703ebbda Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-12 | Removed sub-expressions from RestMusicDataAPI | r.bogacki | 1 | -2/+5 | |
Fixed critical Sonar issue related to identical sub-expressions on both sides of operator. Added more details to error logger. Change-Id: I421c4ac3894c08b6b174fdaeb6e68be50e024e63 Issue-ID: MUSIC-328 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> | |||||
2019-02-11 | Cleaning up Sonar issues in JerseyConfig | r.bogacki | 1 | -53/+44 | |
Unnecessary imports have been removed. Formatting done according to ONAP and Google Java Style. Issue-ID: MUSIC-321 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I04ed46d1cb5daa601713e1a4ee0e024b7d1ad55d | |||||
2019-02-11 | added local variable instead of using method args | Jegadeesh Babu | 1 | -3/+4 | |
Added local variable sonar bug fix Issue-ID: MUSIC-322 Change-Id: I73c90d2fbfea4bd91f767bbb67eb1774a75ce3f1 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-11 | Sonar vulnerability fixes in CronJobManager | r.bogacki | 1 | -14/+8 | |
Change-Id: I16133a60013cc63dd389a1aa14ddda693441570b Issue-ID: MUSIC-320 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> | |||||
2019-02-08 | Sonar code duplicates moved to MusicUtil.java | r.bogacki | 3 | -207/+150 | |
Change-Id: I08e089171e94c78c8977d20aea29b0eb97f57a74 Issue-ID: MUSIC-317 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> | |||||
2019-02-08 | Sonar Vulnerability Fixes: CachingUtil.java | r.bogacki | 1 | -18/+11 | |
Replaced prinStackTrace with logger Change-Id: I5c42dd8c4f1f5add0b66b11e21b964787d5f3348 Issue-ID: MUSIC-316 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> | |||||
2019-02-06 | Added unit test case | Jegadeesh Babu | 1 | -0/+8 | |
Added unit test case to reach min coverage limit Issue-ID: MUSIC-308 Change-Id: I4b96218d977c176285abe1903bf570e3525a9ce2 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com> | |||||
2019-02-05 | Merge changes from topic 'sudars_19_music_291_1' | Thomas Nelson | 2 | -0/+263 | |
* changes: MusicServiceException-Junit test cases added MusicQueryException - Junit Test Case Added | |||||
2019-02-05 | Merge "MusicPolicyVoilationException-Junit TestCase added" | Thomas Nelson | 1 | -0/+106 | |
2019-02-05 | Merge "MusicLockingExceptionTest - Junit test cases" | Thomas Nelson | 1 | -0/+104 | |
2019-02-04 | Merge "Updated:Typo" | Thomas Nelson | 2 | -2/+2 | |
2019-02-01 | Merge "Update Jar." | Bharath Balasubramanian | 17 | -258/+31 | |
2019-02-01 | Merge "Sonar Fixes - MusicAuthentication.java" | Thomas Nelson | 1 | -5/+3 | |
2019-02-01 | Sonar Fixes - MusicAuthentication.java | Driptaroop Das | 1 | -5/+3 | |
Sonar Fixes - MusicAuthentication.java Issue-ID: MUSIC-304 Change-Id: I70518240f7c736b5301d6a1104c131328643391b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com> | |||||
2019-01-31 | Update Jar. | Nelson,Thomas(tn1381)(arthurdent3) | 17 | -258/+31 | |
Change-Id: Ib78033ce66873e2180a6248a97339c0b54a22500 Issue-ID: MUSIC-303 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | |||||
2019-01-31 | MusicConditional.java - Multiple Sonar Fix | Driptaroop Das | 1 | -16/+10 | |
MusicConditional.java - Multiple Sonar Fix Issue-ID: MUSIC-301 Change-Id: I570bf949313d430de9aa16351c8cf339f288b8c7 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com> | |||||
2019-01-31 | Remove callback tests | Tschaen, Brendan | 2 | -211/+0 | |
Change-Id: I11b3571ed5b6483c32cd0cc81a9f1e9d5aa3899b Issue-ID: MUSIC-300 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> | |||||
2019-01-30 | Merge "Push variuos changes" | Bharath Balasubramanian | 192 | -7245/+10990 | |
2019-01-30 | Merge "added test file for MusicDigest.java" | Bharath Balasubramanian | 1 | -0/+60 | |
2019-01-30 | Merge "added file to test JsonCallBackResponse.java" | Bharath Balasubramanian | 1 | -0/+108 | |
2019-01-30 | Merge "added file to test JsonCallBack.java" | Bharath Balasubramanian | 1 | -0/+103 | |
2019-01-29 | Push variuos changes | Nelson,Thomas(tn1381)(arthurdent3) | 194 | -7216/+11095 | |
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | |||||
2019-01-29 | Merge "added test case to JsonUpdateTest.java" | Thomas Nelson | 1 | -0/+7 | |
2019-01-29 | Merge "added test case to JsonTableTest.java" | Thomas Nelson | 1 | -0/+8 | |
2019-01-29 | Merge "added test file for AppMessages.java" | Thomas Nelson | 1 | -0/+65 | |
2019-01-29 | MusicServiceException-Junit test cases added | Sudarshan Kumar | 1 | -0/+145 | |
MusicServiceException-Junit test cases added Issue-ID: MUSIC-293 Change-Id: I101a1efc50a0e34d4610e8821f50e6e426849bff Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com> | |||||
2019-01-29 | MusicQueryException - Junit Test Case Added | Sudarshan Kumar | 1 | -0/+118 | |
MusicQueryException - Junit Test Case Added Issue-ID: MUSIC-292 Change-Id: I7211cd1d714707370ba4c676b5a78f4772336905 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com> | |||||
2019-01-29 | MusicPolicyVoilationException-Junit TestCase added | Sudarshan Kumar | 1 | -0/+106 | |
MusicPolicyVoilationException-Junit Testcase added Issue-ID: MUSIC-291 Change-Id: Ib4bb2ce2257f5fdf2293828acddf54ed9fdddb79 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com> | |||||
2019-01-28 | added test file for AppMessages.java | Sandeep J | 1 | -0/+65 | |
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I0293f5d22dfa5ff0f9ba043fd32880e247acfdac Signed-off-by: Sandeep J <sandeejh@in.ibm.com> | |||||
2019-01-28 | added test file for MusicHealthCheck.java | Sandeep J | 1 | -0/+54 | |
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I5dd50042d302f6637c184e4df2bef8df95a326d9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com> | |||||
2019-01-25 | Merge "added test cases to JsonResponseTest.java"release-3.0.24 | Thomas Nelson | 1 | -0/+45 | |
2019-01-25 | Merge "Additional Test Case Added" | Thomas Nelson | 1 | -2/+16 | |
2019-01-25 | Merge "added file to test JsonNotification.java" | Thomas Nelson | 1 | -0/+116 | |
2019-01-25 | Merge "multiple sonar fixes - RestMusicAdminAPI.java" | Thomas Nelson | 1 | -114/+46 | |