aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-03-17Update logbax.xml and create test resources.Nelson,Thomas(tn1381)(arthurdent3)7-1/+445
Also update pom to reflect that test resources are located in a different dir. Issue-ID: MUSIC-365 Change-Id: Ie118621dfdea9819403d3adf4f9d54cd2571ecdc Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-03-08Merge "Unit test coverage lines for MusicUtil.java"Thomas Nelson1-0/+7
2019-03-08Merge "Sonar Fixes - MusicDataStoreHandle.java"Thomas Nelson1-1/+2
2019-03-08Merge "CassaLockStore.java - Sonar Fixes"Thomas Nelson1-5/+5
2019-03-08Merge "RestMusicQAPI.java - Sonar Fixes"Thomas Nelson1-13/+9
2019-03-08Merge "Remove unused property file"Thomas Nelson1-257/+0
2019-03-07Remove unused property fileTschaen, Brendan1-257/+0
Change-Id: Iaf96335db0ddf6d719ce00ca0dafb7df420419ac Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-07Remove straggling zookeper referencesTschaen, Brendan7-39/+8
Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
2019-02-28Complete new authentication across REST APIsTschaen, Brendan10-299/+106
Change-Id: I0d8ae84bdebbad986d557f722047318d5b72b591 Issue-ID: MUSIC-345 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-27Admin api tests w/ mocked authorizationTschaen, Brendan5-141/+263
Change-Id: I2069a4c1e9e6985615fce77cfb2a255fc9e322f3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-26Test for wrong user, missing required inputsTschaen, Brendan2-16/+404
Change-Id: If7625349ea0cbb9bedf15554ca72d29dbaa1ba0d Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-26Remove zookeeper referenceTschaen, Brendan24-3113/+225
Test cachingUtil, and other test coverage increase Remove unused code Rebased ontop of authentication changes Change-Id: I795a9a90d0863b03cc2a4917d4ff13a0a6fca1cc Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-25Merge "Sonar Fixes - CadiAuthFilter.java"Thomas Nelson2-45/+12
2019-02-25Merge "Caching util test cases"Thomas Nelson8-1363/+1342
2019-02-24RestMusicQAPI.java - Sonar FixesDriptaroop Das1-14/+9
RestMusicQAPI.java - Sonar Fixes Issue-ID: MUSIC-347 Change-Id: I165a64bb498b8f59e84538fd293fbea4ccd913e4 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-24CassaLockStore.java - Sonar FixesDriptaroop Das1-5/+5
CassaLockStore.java - Sonar Fixes Issue-ID: MUSIC-346 Change-Id: If26ec9ccaa8bf1b1cbd2aa2d848ad08b634cc611 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-22Create authentication interfaceTschaen, Brendan15-242/+333
Change-Id: I2172870be0056d6b050eb73c9a53c12f05360d79 Issue-ID: MUSIC-345 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-21Caching util test casesTschaen, Brendan8-1363/+1342
And cleaning up of other tests Issue-ID: MUSIC-341 Change-Id: Ida4ee49b2a923c64a2ce66c310db9b0dd502b8d7 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-21Merge "Sonar vulnerability fixes in MusicDataStoreHandle"Thomas Nelson1-4/+7
2019-02-21Merge "Fixed major Sonar issues in JsonDelete"Thomas Nelson3-17/+14
2019-02-20Conditional test casesTschaen, Brendan7-721/+724
Additional coverage for other tests. Remove unused Benchmark api Change-Id: Ib091f1827a226a4a50e3427b20af4c8b12c363c3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Update MUSIC test cases.Tschaen, Brendan11-3858/+2025
Fix some old test cases that were expecting incorrect output Refactor to REST API suite to re-use cassandra instance Change-Id: I9400b3e1e3ce35114e587336f0841207493c9680 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Merge "MusicHealthCheck.java - Multiple Sonar Fixes"Thomas Nelson1-15/+4
2019-02-20Sonar Fixes - MusicDataStoreHandle.javaDriptaroop Das1-2/+2
Sonar Fixes - MusicDataStoreHandle.java Issue-ID: MUSIC-340 Change-Id: I693e1bc924df35e173036b0df34cd1d17d36a1c8 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-19Fixed major Sonar issues in JsonDeleter.bogacki3-17/+14
Removed unnecessary imports. Changed return type from ArrayList to List. Change-Id: I9a17c9848b33be9f6ca5a2d51ee4b3f18abfcc38 Issue-ID: MUSIC-338 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-18Sonar vulnerability fixes in MusicDataStoreHandler.bogacki1-4/+7
Removed unnecessary imports. Added private constructor for static utility class. Change-Id: I2e41ba263194dbb3e7e6ae70074c85bfd69b7ab1 Issue-ID: MUSIC-335 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-14Merge "Introduced local variable"Thomas Nelson1-2/+3
2019-02-14Merge "Fixed Sonar issues in ZkStatelessLockService"Thomas Nelson1-15/+23
2019-02-14Merge "Added test case to improve code coverage"Thomas Nelson1-2/+16
2019-02-14Merge "Removed Duplicate logger statements"Thomas Nelson1-8/+1
2019-02-14Unit test coverage lines for MusicUtil.javaDriptaroop Das1-0/+7
Unit test coverage lines for MusicUtil.java Issue-ID: MUSIC-332 Change-Id: I26afea2e78a1bf23cfa61f413cae48c80d187f3c Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-13Fixed Sonar issues in ZkStatelessLockServicer.bogacki1-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-13Merge "Sonar code duplicates moved to MusicUtil.java"Bharath Balasubramanian3-207/+150
2019-02-13Merge "Sonar Vulnerability Fixes: CachingUtil.java"Bharath Balasubramanian1-18/+11
2019-02-13Merge "Added unit test case"Bharath Balasubramanian1-0/+8
2019-02-13Merge "added local variable instead of using method args"Bharath Balasubramanian1-3/+4
2019-02-13Merge "Sonar vulnerability fixes in CronJobManager"Bharath Balasubramanian1-14/+8
2019-02-13Merge "Cleaning up Sonar issues in JerseyConfig"Bharath Balasubramanian1-53/+44
2019-02-13Merge "Fix for code Vulnerability,reported by Sonar"Bharath Balasubramanian1-6/+4
2019-02-13Added test case to improve code coverageJegadeesh Babu1-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-13Removed Duplicate logger statementsJegadeesh Babu1-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-12Introduced local variableJegadeesh Babu1-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-12Fix for code Vulnerability,reported by SonarJegadeesh Babu1-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-12Removed sub-expressions from RestMusicDataAPIr.bogacki1-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-11Cleaning up Sonar issues in JerseyConfigr.bogacki1-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-11added local variable instead of using method argsJegadeesh Babu1-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-11Sonar vulnerability fixes in CronJobManagerr.bogacki1-14/+8
Change-Id: I16133a60013cc63dd389a1aa14ddda693441570b Issue-ID: MUSIC-320 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar code duplicates moved to MusicUtil.javar.bogacki3-207/+150
Change-Id: I08e089171e94c78c8977d20aea29b0eb97f57a74 Issue-ID: MUSIC-317 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar Vulnerability Fixes: CachingUtil.javar.bogacki1-18/+11
Replaced prinStackTrace with logger Change-Id: I5c42dd8c4f1f5add0b66b11e21b964787d5f3348 Issue-ID: MUSIC-316 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-07Sonar Fixes - CadiAuthFilter.javaDriptaroop Das2-45/+12
Sonar Fixes - CadiAuthFilter.java Issue-ID: MUSIC-313 Change-Id: I8c9b3197cc72b331201f2b8742b036be58fea616 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>