aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/main
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella7-1911/+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-09-26Read lock promotionTschaen, Brendan1-0/+4
Change-Id: Ib2515c728503fb729e6ecc2e09973bbfa9e2e317 Issue-ID: MUSIC-508 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-09-17Merge "Load Music properties without Spring Boot"Thomas Nelson1-4/+94
2019-09-17Merge "Deadlock detection by owner"Thomas Nelson2-2/+156
2019-09-16Load Music properties without Spring BootArthur Martella1-4/+94
Issue-ID: MUSIC-503 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I14510c4fb686a4e48eed057e9714b7a0e00e5d9e
2019-09-16Deadlock detection by ownerArthur Martella2-2/+156
Issue-ID: MUSIC-502 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: Iec20cfeec96d7031c691055ffba2f65c34854adf
2019-08-29Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-5/+5
Move this constructor to comply with Java Code Conventions Issue-ID: MUSIC-463 Change-Id: Ifb9b8c1bf4b76074061b1123886dcfc78f7b7186 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-07-10Handled unclosed resources using try-with-resources statementjegadeeshbabu11-4/+5
Used try-with-resources Issue-ID: MUSIC-432 Change-Id: I1b2df10324fbfc100499b7de4c2414a44e232aec Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-07-02MUSIC-ORM-ImplemetationSudarshan Kumar1-0/+63
MUSIC-ORM-Implemetation Issue-ID: MUSIC-348 Change-Id: Ifb6d4a1f331e080bdbeab236942e73ab13a69dad Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-06-26Sonar fixes for MusicApplicationNelson, Thomas (tn1381)1-4/+10
and util files. Fixed Testing issuse Update Gitignore to include vscode. Issue-ID: MUSIC-419 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I202613f905e2ef0cde338e7c98074faf68bc649a Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent35-352/+414
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>
2019-06-02AuthUtil tests addedTschaen, Brendan1-30/+0
Change-Id: I78a13b43c85cb208c217841ed85eaf0284aad930 Issue-ID: MUSIC-405 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-06-02Increase MusicUtil Code CoverageTschaen, Brendan1-16/+0
Change-Id: I99bdec64d00a3822e4f40ed75b496c591b070057 Issue-ID: MUSIC-405 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-05-16CADI and a few small updates.Nelson, Thomas (arthurdent3)3-182/+273
- Include CADI and remove Admin API and admin code. - A few Sonar Fixes. - Properties File Clean up. - Read/Write Locking API. - Various whitespace fixes. Issue-ID: MUSIC-394 Change-Id: I58e1b64b71796bb6bda1c97ea688f434a836d3c7 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-13Changes Listed below:Nelson, Thomas (arthurdent3)3-47/+141
- 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-4/+5
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-03-08Merge "Remove unused property file"Thomas Nelson1-257/+0
2019-03-07Remove unused property fileTschaen, Brendan1-257/+0
Change-Id: Iaf96335db0ddf6d719ce00ca0dafb7df420419ac Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-07Remove straggling zookeper referencesTschaen, Brendan2-27/+1
Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
2019-02-26Remove zookeeper referenceTschaen, Brendan2-107/+0
Test cachingUtil, and other test coverage increase Remove unused code Rebased ontop of authentication changes Change-Id: I795a9a90d0863b03cc2a4917d4ff13a0a6fca1cc Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-22Create authentication interfaceTschaen, Brendan3-488/+11
Change-Id: I2172870be0056d6b050eb73c9a53c12f05360d79 Issue-ID: MUSIC-345 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-13Merge "Sonar code duplicates moved to MusicUtil.java"Bharath Balasubramanian1-1/+46
2019-02-13Merge "Sonar Vulnerability Fixes: CachingUtil.java"Bharath Balasubramanian1-18/+11
2019-02-11Sonar vulnerability fixes in CronJobManagerr.bogacki1-14/+8
Change-Id: I16133a60013cc63dd389a1aa14ddda693441570b Issue-ID: MUSIC-320 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar code duplicates moved to MusicUtil.javar.bogacki1-1/+46
Change-Id: I08e089171e94c78c8977d20aea29b0eb97f57a74 Issue-ID: MUSIC-317 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-08Sonar Vulnerability Fixes: CachingUtil.javar.bogacki1-18/+11
Replaced prinStackTrace with logger Change-Id: I5c42dd8c4f1f5add0b66b11e21b964787d5f3348 Issue-ID: MUSIC-316 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)9-1130/+815
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-17Merge "fixed sonar issue in MusicUtil.java"Thomas Nelson1-1/+3
2019-01-17Merge "fixed sonar issues in CachingUtil.java"Thomas Nelson1-5/+10
2019-01-14Merge "Fixed sonar issues in PropertiesListners.java"Bharath Balasubramanian1-4/+5
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>
2018-12-05New logging interfaceTschaen, Brendan1-3/+3
Change-Id: I613ed617afd97160e4bb88c121dcf27d1df018f9 Issue-ID: MUSIC-229 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
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-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-13Sonar Fix:MusicServiceException,ReturnTypeArundathi Patil1-2/+2
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-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com1-4/+5
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-06Merge "replaced stacktrace with error log"Thomas Nelson1-2/+5
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-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-05replaced stacktrace with error logChandan Ghosh1-2/+5
Replaced stacktrace with error log. Reported in SonarQube. Issue-ID: MUSIC-129 Change-Id: I54626e3b8d80cf7242cd1e67b627aa73266f1e8d Signed-off-by: Chandan Ghosh <cghosh12@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-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-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-27Swagger Update and other updates.Nelson, Thomas (tn1381)3-2/+21
Updates related to callback api Change-Id: I2a4c00e8db4a430c5998e7770389451610f0770a Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-20Update swagger.json and other updates.Nelson, Thomas (tn1381)4-68/+95
Change-Id: I84753300e64ba82072e65ef1bde2cb76771ee046 Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2018-08-08Updates to Callback Api and ConnectionThomas Nelson Jr2-4/+55
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.com5-73/+173
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-07Document Updates and Bug FixesThomas Nelson Jr (arthurdent3) tn1381@att.com2-9/+22
Added latest Bug Fix Change-Id: I6e40e50a3e077c81f8098582b718bc60e39f8253 Issue-ID: MUSIC-76 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>