aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-05Merge "Remove the literal false boolean value"Bharath Balasubramanian1-1/+1
2018-09-05Merge "Move string literal to left of string comparison"Bharath Balasubramanian1-1/+1
2018-09-05Merge "Added bug fix reported in SonarQube for MusicUtil"Bharath Balasubramanian1-2/+2
2018-09-05Merge "Added fix for potential nullpointer exception"Bharath Balasubramanian1-1/+0
2018-09-05Move string literal to left of string comparisonSooriyaa1-1/+1
Move string literal to left of string comparison Issue-ID: MUSIC-131 Change-Id: I210469c9c7e827df51f20fb7f580282a145b4464 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-05Remove the literal false boolean valueSooriyaa1-1/+1
Remove the literal false boolean value Issue-ID: MUSIC-130 Change-Id: I99f7168abc2d354919b2b01006b89ec26e762864 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-04Removed unused imports. added error logChandan Ghosh1-17/+3
Issue-ID: MUSIC-126 Change-Id: I1a73518da1c3d028ce9e8933def60c02b26482ff Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-09-03Merge "Added fix for potential nullpointerexception"Bharath Balasubramanian2-9/+14
2018-09-03Merge "MusicLockState.java: Fixed sonar issue"Bharath Balasubramanian1-1/+4
2018-09-03Merge "JsonDelete.java: Fixed sonar issue"Bharath Balasubramanian1-1/+3
2018-09-03ProtocolSupport.java: fixed sonar issueArundathi Patil1-0/+2
Fixed sonar code-smella/issues accross this file Issue-ID: MUSIC-124 Change-Id: Iebfaae30d941761ffbe59920cf6301cf22daae44 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03MusicLockState.java: Fixed sonar issueArundathi Patil1-1/+4
Fixed sonar code-smells/issues accross this file Issue-ID: MUSIC-123 Change-Id: I7b288ea53029488e827f31c1dabd7ad276de97a2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03JsonDelete.java: Fixed sonar issueArundathi Patil1-1/+3
Fixed sonar issue, declare variable on seperate line. Issue-ID: MUSIC-121 Change-Id: Idf2cdb49a7d021d275dea5685a77e98b9c94fe9e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03Added fix for potential nullpointerexceptionChandan Ghosh2-9/+14
Added fix for potential nullpointerexception and added error log reported in sonarqube Issue-ID: MUSIC-119 Change-Id: I13b3b13b1caa209c0f9ff9f19b38a62c4486c2fe Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-08-31Merge "jsonSelect.java: Fixed sonar issue"Bharath Balasubramanian1-2/+3
2018-08-31jsonSelect.java: Fixed sonar issueArundathi Patil1-2/+3
Fixed sonar issue, either log or rethrow this error Issue-ID: MUSIC-116 Change-Id: Iace6b3251a2b3b60cfd8ce99d6a0ed8ecf80fe02 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31JsonConditional.java: Fixed sonar issueArundathi Patil1-2/+2
Fixed sonar issue, use transient keyword for variables. Issue-ID: MUSIC-117 Change-Id: I9c8ef0b9fb3239c98a09058cf14019df095e440b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-29Added fix for potential nullpointer exceptionChandan Ghosh1-8/+12
Added fix for potential nullpointerexception reported in sonarqube Issue-ID: MUSIC-114 Change-Id: I6792a357534880fb85d353e2832b16aca2415c8b Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-08-29Added bug fix reported in SonarQube for MusicUtilChandan Ghosh1-2/+2
Added bug fix reported in SonarQube for MusicUtil Issue-ID: MUSIC-107 Change-Id: I6792a357505880fb85d353e3872b16aca2412c8b Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-08-28Merge "JasonUpdate.java: Fixed sonar issue"Bharath Balasubramanian1-4/+5
2018-08-28Merge "MusicCore.java : Fixed sonar issue"Bharath Balasubramanian1-2/+6
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-08-28MusicCore.java : Fixed sonar issueArundathi Patil1-2/+6
Fixed sonar issue, null pointer exception could be thrown Issue-ID: MUSIC-111 Change-Id: I4ea473a5e656292ecfd807ab84793f7c4ec233b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28JasonUpdate.java: Fixed sonar issueArundathi Patil1-4/+5
Fixed sonar issue, make values transient or serializable Issue-ID: MUSIC-110 Change-Id: Ief55a0b21e3494c39050a83bdc1a04f2bef49234 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-27Swagger Update and other updates.Nelson, Thomas (tn1381)14-135/+417
Updates related to callback api Change-Id: I2a4c00e8db4a430c5998e7770389451610f0770a Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-27Merge "Use managed guava version"Thomas Nelson2-25/+25
2018-08-27Use managed guava versionGary Wu2-25/+25
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I32d49c89aa250e155a66d1302c16893f27803997 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-27Merge "JsonInser.java : fixed sonar issue"Bharath Balasubramanian1-3/+2
2018-08-27JsonInser.java : fixed sonar issueArundathi Patil1-3/+2
Fixed sonar issue, use transient or serializable keyword Issue-ID: MUSIC-109 Change-Id: I1c8077548167884790713a2dc52538aa80b16f4e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-27MusicHealthCheck.java- Fixed sonar issueArundathi Patil1-4/+6
Fixed sonar issue, A nullpointer exception could be thrown Issue-ID: MUSIC-108 Change-Id: Id025658bde7b92bbacd940fc6c2121fc84086ea6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-20Update swagger.json and other updates.Nelson, Thomas (tn1381)17-171/+2797
Change-Id: I84753300e64ba82072e65ef1bde2cb76771ee046 Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-14Merge "Fix Documentation spelling"Brendan Tschaen5-16/+23
2018-08-08Fix Documentation spellingTschaen, Brendan (bt054f)5-16/+23
Change-Id: I87806db4cf99a30ba86249d2afb3ea8b9f9bfcb2 Issue-ID: MUSIC-94 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-08-08Updates to Callback Api and ConnectionThomas Nelson Jr9-76/+387
Change-Id: I6a3f0537a616ae4d54b47fa2c70ba5128e39f123 Issue-ID: MUSIC-92 Signed-off-by: Thomas Nelson Jr <tn1381@att.com>
2018-07-16various UpdatesThomas Nelson Jr (arthurdent3) tn1381@att.com33-527/+4504
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>
2018-06-26Add voting app exampleTschaen, Brendan (bt054f)9-0/+959
Change-Id: Ife1e6ea10cf74e3495ed72bc14a77179665ca327 Issue-ID: MUSIC-82 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-06-07Merge "Document Updates and Bug Fixes"Bharath Balasubramanian20-132/+92
2018-06-07Document Updates and Bug FixesThomas Nelson Jr (arthurdent3) tn1381@att.com20-133/+93
Added latest Bug Fix Change-Id: I6e40e50a3e077c81f8098582b718bc60e39f8253 Issue-ID: MUSIC-76 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-06-06Fix format issue in RNGildas Lanilis1-9/+14
Change-Id: I928df1ed0710f0afdf68b3ea85d491f4ade57d6f Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-06-05Update Master to include jar folder.Thomas Nelson Jr (arthurdent3) tn1381@att.com89-22/+13855
This will put jar folder form separate branch into this where it belongs and we can build properly for beijing. Cassablanca will have a parent pom approach. Change-Id: Ieae3fce5ab42faddf4964285533fdc59d8b963de Issue-ID: MUSIC-79 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-05-30Document Security section of the Release NotesGildas Lanilis1-15/+21
Change-Id: I2c5e3df11a35715a77017cf3c239e6f14251cd49 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-22Update Release NotesThomas Nelson Jr (arthurdent3) tn1381@att.com1-21/+16
Change-Id: Iacdd31927dff74c9589ae239652ff6579af14084 Issue-ID: MUSIC-62 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-28Merge "Change Version Number of Cassandra"Bharath Balasubramanian1-2/+2
2018-04-27Change Version Number of CassandraThomas Nelson Jr (arthurdent3) tn1381@att.com1-2/+2
Change-Id: I567086c33d1518bde6847effb069bb149db46c48 Issue-ID: MUSIC-74 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-20Merge "Pin jnr-unixsocket for Docker plugin to 0.13"Bharath Balasubramanian1-0/+7
2018-04-18Update cassandra docker imageThomas Nelson Jr (arthurdent3) tn1381@att.com1-3/+5
Removal for issues with Kubernetes - Need to make sure any injected files Are chown 664 or ID is smae ID as Cassandra in Container ( Which is 999 ). Change-Id: Ib568d94131bcd6766da202f4591f4634d1804761 Issue-ID: MUSIC-70, MUSIC-60 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-16Pin jnr-unixsocket for Docker plugin to 0.13Mohammed Naser1-0/+7
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/fabric8io/docker-maven-plugin/pull/770 Change-Id: Ia69b1b1807e79cbc50bd12dbb7dd7f9f3d60cfc9 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-11Add repo variable.Vikram Potturi(apotturi)2-6/+25
Change-Id: I6f2a9af4b40a768549d8460102913aa65d80d9a0 Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-10Adding HEAT map information.Nelson,Thomas(tn1381)(arthurdent3)2-0/+83
I adding missing Files. Change-Id: Id6e49cd95e0327b5b79b29707f25a44602dd06be Issue-ID: MUSIC-63 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-04-09Adding HEAT map information.Vikram Potturi(apotturi)9-104/+52
Change-Id: I676137f72ab3cf451532c8f8fcfd032f83c31d5b Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>