aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest/src
AgeCommit message (Collapse)AuthorFilesLines
2020-04-17Remove key.propertiesTschaen, Brendan1-1/+2
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
2020-04-06removed code smellsRupinder1-2/+4
Removed some unused imports and 2 statments from one line Issue-ID: PORTAL-869 Change-Id: I99f97a7a7c16a4ff2d28c40cfd88546dfe799a29 Signed-off-by: Rupindewr<rupinsi1@in.ibm.com>
2020-03-30Move application.properties to music-restTschaen, Brendan1-0/+9
Issue-ID: MUSIC-572 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I17d0d0f0dbea1c5944b84c7c7a97342b37606531
2020-03-02Junit test case coverage for some classes in music-restGadicherla, Shiva9-5/+480
Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <shiva.gadicherla@att.com> Change-Id: I3be0da4c0f9e2cb052e9f2dcd3ce5931b8f59d9a
2020-01-30Merge "JUnit test case coverage for Condition.java, JsonLock.java, ↵Brendan Tschaen2-0/+180
MusicLockState.java, MusicCore.java Issue-ID: MUSIC-521"
2020-01-30JUnit test case coverage for Condition.java, JsonLock.java, ↵Gadicherla, Shiva2-0/+180
MusicLockState.java, MusicCore.java Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <shiva.gadicherla@att.com> Change-Id: I02aa0986b89883514ae2a001ec00006f0f28c3e8
2020-01-21Bug fixes, syncronization, and clean up daemonTschaen, Brendan4-10/+58
Change-Id: Ic70bac496621540bd1589b7f8d07d8db43f3aed0 Issue-ID: MUSIC-548 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2020-01-03Merge "CadiAuthFilter-junits"Thomas Nelson1-0/+63
2020-01-02Added properties for cassandra connect and read time outs with Junit cases.Gadicherla, Shiva1-18/+38
Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <shiva.gadicherla@att.com> Change-Id: I15b09521f87161189f56701b7021f58276c875dc
2019-11-20CadiAuthFilter-junitsThugutla sailakshmi1-0/+63
Issue-ID: OPTFRA-578 Change-Id: I1b44674cf203dad91d0be9fb2c2ad0f50f5c9648 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-09Merge "Remove this unused logger private field Issue-ID: MUSIC-523 ↵Brendan Tschaen1-6/+4
Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7 Signed-off-by: manisha07 <cmanis10@in.ibm.com>"
2019-10-04Remove this unused logger private fieldmanisha071-6/+4
Issue-ID: MUSIC-523 Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)2-7/+7
Had to create whole new method for Atomic Lock Creation. Added thread safe set to contol lock creation per key. Updated the deadlock to use local_quorum Removed some uneeded import Updated some logging. Issue-ID: MUSIC-512 Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Change-Id: I7e1a4c34de5dc9a0e90adf30d1f4d1bac698ceae Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella40-0/+9891
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9