aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/conductor/conditionals/MusicConditional.java
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella1-379/+0
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
2019-07-05Sonar reduce method parameterArindam Mondal1-17/+23
+)update ++)updateAtomic Issue-ID: MUSIC-408 Change-Id: I89d981a31a00f024b3a7be24f5845a0a40c4a6a2 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-05-13Changes Listed below:Nelson, Thomas (arthurdent3)1-12/+19
- 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-03-28Log stack traces with loggerr.bogacki1-2/+11
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-02-12Introduced local variableJegadeesh Babu1-2/+3
Introduced local variable instead of using method args Issue-ID: MUSIC-323 Change-Id: I670c49e2b28ba280d3446868ac042dfdae2b6c16 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-01-31MusicConditional.java - Multiple Sonar FixDriptaroop Das1-16/+10
MusicConditional.java - Multiple Sonar Fix Issue-ID: MUSIC-301 Change-Id: I570bf949313d430de9aa16351c8cf339f288b8c7 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)1-275/+279
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
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-10Adding a constant to remove duplicate stringSooriyaa1-4/+5
Adding a constant to remove duplicate string Issue-ID: MUSIC-133 Change-Id: I1c9e82cf210c2dd0f00bec53c95fa5281f368568 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-06Merge "Removing the literal true boolean value"Thomas Nelson1-2/+2
2018-09-05Added error log in MusicConditional classChandan Ghosh1-0/+4
Added error log in MusicConditional class where it was missing. Reported in Sonar. Issue-ID: MUSIC-129 Change-Id: I8d3102547015313520b67058312e4072f621ca34 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-09-04Removing the literal true boolean valueSooriyaa1-2/+2
Removing the literal true boolean value Issue-ID: MUSIC-125 Change-Id: Id126541571cc3eb2475f064421b0baaeada8e0e7 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-08-28MusicConditional.java: Fixed sonar issueArundathi Patil1-1/+1
Fixed sonar issue, null pointer exception could be thrown Issue-ID: MUSIC-112 Change-Id: I2480634a270114c21d23dda72c381b7e9e389b18 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-16various UpdatesThomas Nelson Jr (arthurdent3) tn1381@att.com1-0/+353
Q-api, triggers, conductor conditional updates. Bug fixes Change-Id: Iec392309787cd90f0a2827a2955399723640e800 Issue-ID: MUSIC-93 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>