summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-14Merge "Fixed sonar issues in JSONCallbackResponse.java"Bharath Balasubramanian1-12/+12
2019-01-11fixed sonar issue in RestMusicQAPI.javaSandeep J1-17/+4
fixed sonar issue Issue-ID: MUSIC-182 Change-Id: I9b76915a9e34dd4529a9b111e7362c4c301f61ab Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11fixed sonar issue in RestMusicDataAPISandeep J1-7/+4
fixed sonar issue Issue-ID: MUSIC-212 Change-Id: I130cf5e79a1f15fddd681d66c28eb4504e48fa5e Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11fixed sonar issues in RestMusicAdminAPI.javaSandeep J1-6/+3
fixed sonar issues Issue-ID: MUSIC-182 Change-Id: If523b22d3daae8adadfc6858596529ca03e682cb Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11fixed sonar issue in MusicUtil.javaSandeep J1-1/+3
fixed sonar issue Issue-ID: MUSIC-182 Change-Id: I6f386242860c7645967c698599b9c79976482416 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11fixed sonar issues in CachingUtil.javaSandeep J1-5/+10
fixed sonar issues Issue-ID: MUSIC-182 Change-Id: I40d6b719989c92d3a4ae95ec3c83354b061aae48 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11fixed sonar issue in ZNodeName.javaSandeep J1-1/+3
fixed sonar issue Issue-ID: MUSIC-182 Change-Id: I5079c24e9f9342e2e6634e066c51c8eb0a03207b Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-09Sonar fix: RestMusicHealthCheckAPI.javaArundathi Patil1-13/+9
Fixed sonar issues/code-smells across this file Issue-ID: MUSIC-269 Change-Id: Ie14eb89590c6d2ee2ca53ce9f765eefe913a056e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-20Merge "fixed sonar issue in MusicPolicyVoilationException"Bharath Balasubramanian1-6/+8
2018-12-20Merge "Fixed Sonar issues in JsonUpdate"Bharath Balasubramanian1-5/+12
2018-12-20Merge "Fixed Sonar issue in MusicServiceException"Bharath Balasubramanian1-14/+19
2018-12-12Fixed sonar issues in ProtocolSupport.javaezhil1-12/+18
Fixed Exception issues and logging sonar issues Issue-ID: MUSIC-261 Change-Id: Ie7fffd3ad612d81fad1180cadd24432dd005fd57 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-12Fixed sonar issues in JSONCallbackResponse.javaezhil1-12/+12
Fixed minor sonar issues Issue-ID: MUSIC-260 Change-Id: I613d7e92dea8c2a0c5103d3d2d6be3589052df76 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-10Fixed Sonar issues in JsonUpdateezhil1-5/+12
Update logger interface Renamed variable and Logged error Issue-ID: MUSIC-216 Change-Id: I341c0e14c13fb071d0a606eba27e79b4ee510ede Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-10Fixed sonar issue in JsonInsert.javaezhil1-6/+13
Logged IO exception using EELFLoggerDelegate Issue-ID: MUSIC-256 Change-Id: I0ffa5b9f63d5128a8ef05e1ba354696ff4f64d30 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-10Fixed sonar fix in JsonNotification.javaezhil1-0/+8
Logged exception using EELFLoggerDelegate Issue-ID: MUSIC-257 Change-Id: I6f4b8c4b8020b76c260fbd3d545f4072c8cbfc65 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-06Merge "New logging interface"Thomas Nelson3-7/+35
2018-12-06Merge "Fixed sonar issue in JsonSelect"Thomas Nelson1-1/+1
2018-12-06Merge "Logged error message in RestMusicAdminAPI"Thomas Nelson1-1/+3
2018-12-06Merge "fixed sonar issues in AAFResonse.java"Thomas Nelson1-5/+8
2018-12-05New logging interfaceTschaen, Brendan3-7/+35
Change-Id: I613ed617afd97160e4bb88c121dcf27d1df018f9 Issue-ID: MUSIC-229 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-12-05Merge "Sonar Fix: MusicDataStore"Thomas Nelson1-30/+40
2018-12-05Fixed sonar issues in PropertiesListners.javaezhil1-4/+5
Fixed sonar issue Issue-ID: MUSIC-225 Change-Id: I7e7192b94b434430cb2811dd89e631046c97844c Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-05Fixed major Sonar issues in RestMusicBmAPIezhil1-13/+14
Fixed major sonar Issue Issue-ID: MUSIC-227 Change-Id: Ie829b541cb1dd7b0fe56bbb00ce5a17c04836866 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
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>