aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main/java/org/onap/music/datastore
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28lowered some code smellsIndrijeet kumar1-5/+1
lowered some code smells Issue-ID: PORTAL-869 Change-Id: I38a7c71f67b05bea076c6a0912712097da2093c7 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-15Remove requirement for encryption cipherTschaen, Brendan1-1/+6
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I0ee6b753dea08c02d199410247d6c1f1d06574b7
2020-04-01some code smells removedIndrijeet kumar1-11/+22
some code smells removed Issue-ID: PORTAL-869 Change-Id: I54235879743bbd31fa3b12df5c527b876c66ea00 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-01-30Merge "JUnit test case coverage for Condition.java, JsonLock.java, ↵Brendan Tschaen1-3/+13
MusicLockState.java, MusicCore.java Issue-ID: MUSIC-521"
2020-01-30JUnit test case coverage for Condition.java, JsonLock.java, ↵Gadicherla, Shiva1-3/+13
MusicLockState.java, MusicCore.java Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <shiva.gadicherla@att.com> Change-Id: I02aa0986b89883514ae2a001ec00006f0f28c3e8
2020-01-29Merge "Further MusicCassaCore Testing"Thomas Nelson1-0/+3
2020-01-27Further MusicCassaCore TestingTschaen, Brendan1-0/+3
Change-Id: I6314a6ea15e3787b840050deb04190e1928c20e2 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2020-01-21Bug fixes, syncronization, and clean up daemonTschaen, Brendan1-14/+17
Change-Id: Ic70bac496621540bd1589b7f8d07d8db43f3aed0 Issue-ID: MUSIC-548 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2020-01-02Added properties for cassandra connect and read time outs with Junit cases.Gadicherla, Shiva1-58/+65
Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <shiva.gadicherla@att.com> Change-Id: I15b09521f87161189f56701b7021f58276c875dc
2020-01-02Unit tests for MusicDataStore and CassaLockStoreTschaen, Brendan1-11/+10
Change-Id: I8ad41f58262210204a34cf62e4172653d335d983 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-11-12Update junitsTschaen, Brendan4-76/+63
Change-Id: Ic08113ccee0c11e541764059632dfb2692eba657 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)1-11/+14
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-30Include lockstate codec by defualtTschaen, Brendan1-27/+30
Change-Id: I5a39b2c865cff205af9d650e54157b992e748973 Issue-ID: MUSIC-508 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella14-0/+3027
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