aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05fixed sonar issue in MusicPolicyVoilationExceptionSandeep J1-6/+8
removed commented lines of code Issue-ID: MUSIC-182 Change-Id: I4263aca28824cb1aac8d445d8b3992717fc1cc0f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-05fixed sonar issues in AAFResonse.javaSandeep J1-5/+8
changed return type to "List" rather than the implementation "ArrayList" Issue-ID: MUSIC-182 Change-Id: I1c75a5aaa7401a1a02c3680304924fe459c13aa6 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-04Merge "Fixed sonar issue in AppMessages.java"Bharath Balasubramanian1-13/+32
2018-11-29Fixed Sonar issue in MusicServiceExceptionezhil1-14/+19
Fixed Exception variable issue Issue-ID: MUSIC-209 Change-Id: Ia8806059da0d7a281eff696f0c96675dac515ee0 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-29Casablanca release notesTschaen, Brendan1-15/+24
Change-Id: I2ec9c604231d5e58644ccfaf9a7ab72938e73cfe Issue-ID: MUSIC-210 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-29Fixed sonar issue in JsonSelectezhil1-1/+1
Fixed logger issue Issue-ID: MUSIC-214 Change-Id: I501cc357e81bafc1377b3bc3e9913a03ed000ba0 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-29Sonar Fix: MusicDataStoreArundathi Patil1-30/+40
Fixed sonar issues/code-smells across this file. Issue-ID: MUSIC-201 Change-Id: I13ee35c8b7b6096bce3d46082878140b8da5c57f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-28Fixed sonar issue in AppMessages.javaezhil1-13/+32
Added getter and setter methods Issue-ID: MUSIC-208 Change-Id: I87ba212f79d70c6d105467f31b410fbed95891d5 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-27Logged error message in RestMusicAdminAPIezhil1-1/+3
Fixed Sonar issue in RestMusicAdminAPI Issue-ID: MUSIC-202 Change-Id: I49cf54168b3cc24e77cbb14078e147c7a4972834 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-27Add Music architectureTschaen, Brendan2-5/+45
Change-Id: I07f7d2418d606c758b83fd5fffae289bbe930fbc Issue-ID: MUSIC-193 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-27Revert "added cassandra repository test package"Tschaen, Brendan1-5/+0
This reverts commit 2681fb23f47137296498cbb35f6231fb5caea739. File was pushed to wrong branch and breaking further commits Issue-ID: MUSIC-203 Change-Id: I2cf564088cf4e6d7ec9b05c03e87e545a469abc5 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-21Merge "Correct offered API"Thomas Nelson1-8/+7
2018-11-21Merge "Sonar Fix: CronJobManager.java"Thomas Nelson1-4/+0
2018-11-20added cassandra repository test packageSandeep J1-0/+5
added test package for cassandra repository Issue-ID: MUSIC-195 Change-Id: I8c0ecefc1c5f34e74177f5d0b4d178c8ba98015a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20Merge "Sonar Fix: MusicLockingService"Thomas Nelson1-9/+18
2018-11-20Merge "removed unused imports and fixed sonar issues"Bharath Balasubramanian1-5/+4
2018-11-16Sonar Fix: CronJobManager.javaArundathi Patil1-4/+0
Removed the unused imports Issue-ID: MUSIC-192 Change-Id: I1b691af851b5a7c417a6cd6addf465b48ff6390a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-15Correct offered APIEric Debeau1-8/+7
Remove note Add link to download swagger.json Issue-ID: MUSIC-191 Change-Id: I8121f3809004058824d0f050618567a7308e7c8b Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-11-15Merge "fixed sonar issues in MusicDataStore.java"Thomas Nelson1-4/+7
2018-11-15Merge "fixed sonar issues in ZkStatelessLockService.java"Thomas Nelson1-4/+8
2018-11-15Merge "Sonar Fix: JsonResponse.java"Thomas Nelson1-12/+21
2018-11-15fixed sonar issues in MusicDataStore.javaSandeep J1-4/+7
fixed sonar issues as detailed in MUSIC-184 Issue-ID: MUSIC-184 Change-Id: I0a71f6c709bda3d39d144d7231e37c7045dcf0fa Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-14removed unused imports and fixed sonar issuesSandeep J1-5/+4
removed unused imports and fixed a couple of sonar issues Issue-ID: MUSIC-183 Change-Id: I26a06bdb136083645182bd02c80a370b9daefc67 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-14fixed sonar issues in ZkStatelessLockService.javaSandeep J1-4/+8
fix sonar issues as detailed in MUSIC-185 Issue-ID: MUSIC-185 Change-Id: I5e1696e8d737008acd605b25a07003aa00a49d4b Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-13Sonar Fix:MusicServiceException,ReturnTypeArundathi Patil2-23/+22
Fixed sonar isues/code-smells across this file Issue-ID: MUSIC-180 Change-Id: I2ef2f6902b9d783a498c1fc69e383bc94f61fbc6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-13Sonar Fix: JsonResponse.javaArundathi Patil1-12/+21
Fixed sonar issues/code-smells across this file Issue-ID: MUSIC-179 Change-Id: If8451a522cd27c567b650e38df2ef00e9f507ca4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-13Sonar Fix: MusicLockingServiceArundathi Patil1-9/+18
Fixed sonar issues/code-smells across this file Issue-ID: MUSIC-178 Change-Id: Iea3dd8daef36ed0ac2f368671e3530cc5962d870 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-05Update jaxb-api to resolve license issue.2.5.7Nelson,Thomas(tn1381)(arthurdent3)2-2/+8
Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1 Issue-ID: MUSIC-157 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-10-24Align error handling across classesTschaen, Brendan1-13/+12
Change-Id: I8e22d87898eaed672ca1549250db056c22e1c7b5 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Issue-ID: MUSIC-153
2018-10-17Merge "Add Delay variable to runcql"3.0.233.0.1-ONAPBharath Balasubramanian1-2/+5
2018-10-17Add Delay variable to runcqlNelson,Thomas(tn1381)(arthurdent3)1-2/+5
Change-Id: If09930012c443d5b04a70c55a1b315b3f2781ff1 Issue-ID: MUSIC-147 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-10-17Update pom and other files to fix bug in MUSICThomas Nelson6-183/+302
Change-Id: Ic6086b40a2dd41b15b028cd0ddb7c62df7175682 Issue-ID: MUSIC-147 Signed-off-by: Thomas Nelson <nelson24@att.com>
2018-10-16Update runcqlNelson,Thomas(tn1381)(arthurdent3)1-6/+6
Change-Id: Ieedb7a180de8bd591c610d0846e33b3a95daad8d Issue-ID: MUSIC-147 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-10-16Update runcqlNelson,Thomas(tn1381)(arthurdent3)1-30/+47
Change-Id: I1ed72cbf2e29d1a1636eebd252fb184a6dee7555 Issue-ID: MUSIC-147 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-10-14Bug Fix to keep runcwl from failing.Thomas Nelson Jr3-11/+51
Update to ensure container exits with a 0 Change-Id: I330a9488017303a6a3b08473bdedf43b9d65abd6 Issue-ID: MUSIC-147 Signed-off-by: Thomas Nelson <nelson24@nelson42.com> Signed-off-by: Thomas Nelson Jr arthurdent3 <nelson24@att.com>
2018-10-10Merge "Added test file for NameSpace.java"Thomas Nelson1-0/+56
2018-10-10Merge "Update to support Encrypted password"Bharath Balasubramanian3-17/+316
2018-10-10Merge "Added test file for JsonNotifyClientResponse.java"Thomas Nelson1-0/+46
2018-10-10Update to support Encrypted passwordThomas Nelson Jr (arthurdent3) tn1381@att.com3-17/+316
in properties. Update duplicate entries in pom file. Add dependency Fix Version Change-Id: If427601841c14cb14232452b4ec8236e76075275 Issue-ID: MUSIC-146 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-10-04Added fix for OOF issue.Thomas Nelson Jr (arthurdent3) tn1381@att.com4-9/+4
Updated Pom files for Library version change. Change-Id: Ibf10eba8923353010b66ac8496fb53815f3affc4 Issue-ID: MUSIC-143 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-30Added test file for JsonNotifyClientResponse.javaArundathi Patil1-0/+46
to increase the coverage Issue-ID: MUSIC-142 Change-Id: I582059e5544f3c092de832d54fcf0b5f15df62c0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for NameSpace.javaArundathi Patil1-0/+56
To increase the coverage Issue-ID: MUSIC-141 Change-Id: I86c9e8bb0fdeb7dd3ea587cb8087e95fdbb567e3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for JSONObject.javaArundathi Patil1-0/+44
To increase the coverage Issue-ID: MUSIC-140 Change-Id: Ic92c8a883d758341ab1ec11ad9bb0f062501fe79 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-18Merge "Update distribution files to support helm charts"Bharath Balasubramanian15-129/+204
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com15-129/+204
Helm Charts require new Docker images. Refined Cassandra and Cassandra cql loader. Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b Issue-ID: MUSIC-99 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-18Merge "Add distribution management to pom"Thomas Nelson1-59/+97
2018-09-18Merge "MusicServiceException.java: Fixed sonar issues"Thomas Nelson1-19/+19
2018-09-18Merge "Move string literal to left of string comparison"Thomas Nelson1-1/+1
2018-09-17Add distribution management to pomTschaen, Brendan (bt054f)1-59/+97
Change-Id: Ib3e17a547d0e8d4d71898293dd32013d987c14b0 Issue-ID: MUSIC-93 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-09-17Change pom for ONAPTschaen, Brendan (bt054f)1-4/+4
Change-Id: Ifc2b12a4231a856d9b858458b2d39129d3be00a7 Issue-ID: MUSIC-93 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>