aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent327-636/+1051
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-12Use logger to log exceptionArindam Mondal1-3/+5
Issue-ID: MUSIC-410 Change-Id: Ief175a400c2c336eeb03807d71c4ef7a05a1b748 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-06-03Merge "Bug Fix for Empty Body."Brendan Tschaen3-35/+54
2019-06-02AuthUtil tests addedTschaen, Brendan2-41/+9
Change-Id: I78a13b43c85cb208c217841ed85eaf0284aad930 Issue-ID: MUSIC-405 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-02Increase MusicUtil Code CoverageTschaen, Brendan1-16/+0
Change-Id: I99bdec64d00a3822e4f40ed75b496c591b070057 Issue-ID: MUSIC-405 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-01Update unit tests for holders apiTschaen, Brendan1-1/+1
Change-Id: Ib4d6ce287cdacc2c0aad36c2936075087a9e6f49 Issue-ID: MUSIC-405 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-05-28Bug Fix for Empty Body.Nelson, Thomas (arthurdent3)3-35/+54
Updated a few missing checks for this. Update api name, add properties to be more forgiving for lock type Change-Id: I4743110bdc654e4346052bd0e045270fd4925417 Issue-ID: MUSIC-398 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-17Merge "Update junit test"Brendan Tschaen1-2/+3
2019-05-16CADI and a few small updates.Nelson, Thomas (arthurdent3)32-2963/+2626
- Include CADI and remove Admin API and admin code. - A few Sonar Fixes. - Properties File Clean up. - Read/Write Locking API. - Various whitespace fixes. Issue-ID: MUSIC-394 Change-Id: I58e1b64b71796bb6bda1c97ea688f434a836d3c7 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-15Update junit testNelson, Thomas (arthurdent3)1-2/+3
Change-Id: I1c39d008958cebed0454b5a1f980e3c88082c876 Issue-ID: MUSIC-395 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-13Changes Listed below:Nelson, Thomas (arthurdent3)25-1165/+1644
- Added build version API - Updated Keyspace active to use Properties setting - Update Libraries Netty,jbcrypt,Jackson Databind and log4j - Removed some irrelivant files - Updated some usint tests to ignore some tests(This will be updated soon) - Bugfixes - Missing Values, inform user. - Respond with proper error - Fix Locking Contention issue. - Add locking retry for atomic calls. Change-Id: Ie218dd92edb0c20e4a0efe33eeaaec84e5293c44 Issue-ID: MUSIC-393 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-04-10Merge "Log stack traces with logger"Bharath Balasubramanian10-53/+112
2019-04-10Merge "Log exceptions from CachingUtil.java"Thomas Nelson1-26/+29
2019-03-28Log stack traces with loggerr.bogacki10-53/+112
Fixed critical sonar issues: -"Either log or rethrow this exception" Change-Id: I99a550f2cf40bd6c34a0f8ca1893c964669c76de Issue-ID: MUSIC-367 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-25Merge "Respond error codes responses for wrong urls"2.5.8Bharath Balasubramanian1-0/+2
2019-03-20Respond error codes responses for wrong urlsTschaen, Brendan1-0/+2
Change-Id: I7fddb09af825755394b0f75e993bc9ea64a8c82d Issue-ID: MUSIC-368 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-19Log exceptions from CachingUtil.javar.bogacki1-26/+29
Fixed critical sonar issues: -log exceptions stack traces -fixed imports. Change-Id: I4fc3c79852cd0c483abef975bcd7e535f3de48f3 Issue-ID: MUSIC-366 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
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, Brendan5-34/+7
Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
2019-02-28Complete new authentication across REST APIsTschaen, Brendan9-296/+103
Change-Id: I0d8ae84bdebbad986d557f722047318d5b72b591 Issue-ID: MUSIC-345 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-27Admin api tests w/ mocked authorizationTschaen, Brendan1-1/+1
Change-Id: I2069a4c1e9e6985615fce77cfb2a255fc9e322f3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-26Remove zookeeper referenceTschaen, Brendan16-2090/+24
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 Nelson2-108/+98
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, Brendan10-232/+325
Change-Id: I2172870be0056d6b050eb73c9a53c12f05360d79 Issue-ID: MUSIC-345 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-21Caching util test casesTschaen, Brendan2-108/+98
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 Nelson2-9/+7
2019-02-20Conditional test casesTschaen, Brendan2-321/+2
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, Brendan2-1/+2
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.bogacki2-9/+7
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 "Removed Duplicate logger statements"Thomas Nelson1-8/+1
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 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