summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Merge "added tst file to cver UnassignVlanTagRequestInput"Dan Timoney1-0/+67
2018-09-20Merge "added test file to cover UnassignVlanTagRequest"Dan Timoney1-0/+63
2018-09-20Merge "added test fle to cover AsignVlanTagResponseOutput"Dan Timoney1-0/+77
2018-09-20Merge "added test file to cover AssignVlanTagResponse"Dan Timoney1-0/+66
2018-09-20Merge "added test file to cover AssignVlanTagRequestInput"Dan Timoney1-0/+106
2018-09-20Merge "added test file for covering AssignVlanTagRequest"Dan Timoney1-0/+67
2018-09-20Merge "added test case to TestVlangtagApiServiceImpl"Dan Timoney1-0/+18
2018-09-20Merge "added test case to SpringServiceTest.java"Dan Timoney1-0/+5
2018-09-20Merge "added test case to PolicyPropertyMethodUtilsTest"Dan Timoney1-0/+5
2018-09-19naming ms - pom updates for docker.BT29831-1/+1
Temporarily disabling docker. Change-Id: I0550730057fafe296243d3a14f3821174008c6e1 Issue-ID: SDNC-462 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-19naming ms - pom updates for docker.BT29831-1/+1
Giving absolute path for docker plugin. Change-Id: If02b0d7d1e6d5763e4cc7dd6ccacf5e717bb9b2c Issue-ID: SDNC-462 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-19naming ms - pom updates for docker.BT29831-1/+9
Copying docker files to target directory since the src seems to be unavailable during official build. Issue-ID: SDNC-462 Change-Id: I20fd57b80e93f75b2419ec4071cdc4205748ebac Signed-off-by: BT2983 <BT2983@att.com>
2018-09-19added tst file to cver UnassignVlanTagRequestInputSandeep J1-0/+67
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I7120ea999808d09588b29a147482490cf45979c7 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test file to cover UnassignVlanTagRequestSandeep J1-0/+63
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Iabc53ae55f7b705ea899c380f342632fc76dcb2f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test fle to cover AsignVlanTagResponseOutputSandeep J1-0/+77
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I3ce46de4c532c9dbc69900c3ac2da90388ab2820 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test file to cover AssignVlanTagResponseSandeep J1-0/+66
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I8d2a5fad245f67b8af813ecf3bdd860ec37dc921 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test file to cover AssignVlanTagRequestInputSandeep J1-0/+106
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I1c024660061a0baf4c8a716a710c06af33ddeac9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test file for covering AssignVlanTagRequestSandeep J1-0/+67
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib94674fe0072cc1cf923fd5e72a16f32a9dfffc3 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test case to TestVlangtagApiServiceImplSandeep J1-0/+18
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I2649fe9385b1fa62f1879e02db2993f9000d04ce Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-19added test case to SpringServiceTest.javaSandeep J1-0/+5
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I7d395d354468469b919b87a69ec7542e90346b6c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-18added test case to PolicyPropertyMethodUtilsTestSandeep J1-0/+5
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I99e927f97e06be07d25a4a297cd129e1bbb01cda Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-18naming ms - docker updates.BT29832-1/+16
Added exec phase, and using lighter docker base image. Change-Id: I020c6e88408f4d17fe214ee7ac8f960230ad4980 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-17Fixing build errors in tests.BT29830-0/+0
Fixed ControllerBluprintsApplicationTest.java per discussion with Brinda. Change-Id: I99e927f97e06be07d25a4a297cd129e1bbb00ba6 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-17Merge "Controller Blueprints Microservice"Dan Timoney3-6/+6
2018-09-17naming micro-service updates.BT298326-50/+663
More tests, changes for maria DB, support for UUID and timestamp etc. Change-Id: I17bdf3acbe970ef4104f2ec0d59d5777c0a9928e Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-17Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)3-6/+6
Change database to mariadb in docker compose and spring boot version upgrade Change-Id: Icd73b8110aea2a1b90ab29217b9c5e30817e6c06 Issue-ID: CCSDK-574 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-09-17Remove invalid testTimoney, Dan (dt5972)1-6/+2
Test case expects 404 Not Found, but URL used is actually same as one used in 200 OK case. Change-Id: Icf7da8237b483cdf13eccbb4a8bb17c23f300733 Issue-ID: CCSDK-558 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-14Merge "formatted code for ControllerBluPrintsApplication"Dan Timoney1-14/+18
2018-09-14Merge "added test case to PolicyFinderServiceImpl"Dan Timoney1-0/+9
2018-09-14Merge "added test cases to SpringServiceTest.java"Dan Timoney1-0/+15
2018-09-14Merge "AssignVlanTagResponseOutput : fixed sonar issue"Dan Timoney1-1/+1
2018-09-14Merge "PingResponse.java: Fixed sonar issues"Dan Timoney1-6/+6
2018-09-14Merge "fixed sonar issue in CorsFilter.java"Dan Timoney1-1/+4
2018-09-14Merge "fix sonar issue in ApplicationLoggingFilter.java"Dan Timoney1-2/+3
2018-09-14Merge "fixed major sonar issue in WebConfig.java"Dan Timoney1-1/+2
2018-09-14Merge "added test case to PropertyOperatorTest.java"Dan Timoney1-0/+9
2018-09-14Fix parent nodeTimoney, Dan (dt5972)2-3/+3
For release build to work properly, parent node must either be outside the project altogether OR must be one directory above OR relativePath must be specified. Changed controllerblueprint to use pom in directory above as parent. Change-Id: Ib3152f7cf90dd2a6628ab4631b387f1f0b51baad Issue-ID: CCSDK-570 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-14formatted code for ControllerBluPrintsApplicationSandeep J1-14/+18
added object assignment in setUp method Issue-ID: CCSDK-552 Change-Id: I485e21b09b9c04bb04a499a0f7bbf8079f8e24d1 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14added test case to PolicyFinderServiceImplSandeep J1-0/+9
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9f926a3dc218c2c7a6de6d616b49999f7c531466 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14added test cases to SpringServiceTest.javaSandeep J1-0/+15
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I6f6964410c8743d4141243e7a6b32ab7393d60ec Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14AssignVlanTagResponseOutput : fixed sonar issueArundathi Patil1-1/+1
Sonar Link: https://sonar.onap.org/code?id=org.onap.ccsdk.apps%3Accsdk-apps&selected=org.onap.ccsdk.apps.ms.vlantagapi%3Avlantag-api%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fccsdk%2Fapps%2Fms%2Fvlantagapi%2Fcore%2Fmodel%2FAssignVlanTagResponseOutput.java Issue-ID: CCSDK-569 Change-Id: Iad791178f9772edc383658a39d9861bd01cac613 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-14PingResponse.java: Fixed sonar issuesArundathi Patil1-6/+6
Sonar Link: https://sonar.onap.org/code?id=org.onap.ccsdk.apps%3Accsdk-apps&selected=org.onap.ccsdk.apps.ms.vlantagapi%3Avlantag-api%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fccsdk%2Fapps%2Fms%2Fvlantagapi%2Fcore%2Fmodel%2FPingResponse.java Issue-ID: CCSDK-568 Change-Id: Ida9f3aec8ede4163ef5009715437e2ae901e761f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-13Merge "Controller Blueprints Microservice"Dan Timoney13-30/+71
2018-09-14fixed sonar issue in CorsFilter.javaSandeep J1-1/+4
fixed sonar issue as detailed in CCSDK-566 Issue-ID: CCSDK-566 Change-Id: I5ec97cca3c0b632fb1219e981be950fce771e224 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14fix sonar issue in ApplicationLoggingFilter.javaSandeep J1-2/+3
fixed sonar issue as detailed in CCSDK-565 Issue-ID: CCSDK-565 Change-Id: Iacef03814e977e8823812bed9d4c5544cb9f7a49 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14fixed major sonar issue in WebConfig.javaSandeep J1-1/+2
fixed sonar issue as detailed in CCSDK-564 Issue-ID: CCSDK-564 Change-Id: I694bc8d5abe130016ba7ac9d7786895fe1d5010d Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14added test case to PropertyOperatorTest.javaSandeep J1-0/+9
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9efbb57491b6b6c53447dbb77da97d5a62c93481 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-13Use CCSDK parent for spring bootTimoney, Dan (dt5972)1-2/+2
Use CCSDK parent for spring boot Change-Id: Ic77cabd1e189ee8f2b25d17068229ded211c45e3 Issue-ID: CCSDK-558 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-13Use mariadb JDBC connectorTimoney, Dan (dt5972)3-27/+12
To resolve license issues, use mariadb JDBC connector Change-Id: I9c953e27b69fbd33fa715cfc3917af7991a23457 Issue-ID: CCSDK-559 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-13Control docker build with profileTimoney, Dan (dt5972)6-91/+227
Docker build should only be run if docker profile is enabled. Change-Id: I6942c3e59b769053fd47d04fe98f3e4b95ea33dd Issue-ID: CCSDK-558 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>