aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31Use released parent poms0.4.4dublinTimoney, Dan (dt5972)47-47/+47
Use released version of parent poms (1.2.4) Change-Id: Iba69d17feaf8f5d29e1b311ebf5185c277087d33 Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-28Roll to next snapshotTimoney, Dan (dt5972)48-93/+93
Roll to next snapshot version (0.4.4-SNAPSHOT) Change-Id: I75c50a75f61a744104fdca44e65ef86665c419aa Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-23Create release 0.4.3 of CCSDK0.4.3Timoney, Dan (dt5972)47-47/+47
Update version of parent pom to released 1.2.3 version Change-Id: Id7b3c222b06852aaa93da2487d28de4f03e28e92 Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-30Roll to next snapshotTimoney, Dan (dt5972)48-93/+93
Roll dublin branch to next snapshot (0.4.3-SNAPSHOT) Change-Id: I1fd3e2fe0b3ddb5e82e912ba9f0efa00b1ac7b9e Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-24Update to use released 1.2.2 parent0.4.2Timoney, Dan (dt5972)47-47/+47
Update to use released 1.2.2 version of parent poms. Change-Id: I2edaa726e871ec3ad3bf1aa1cc3d592c79ca6c92 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-09add support for SendError in LoggingFilterAgarwal, Ruchira (ra1926)1-17/+68
Fix for illegalStateException in loggingFilter Change-Id: I357266468a3a9ed11c1d1aeeeb31b52dc653c432 Issue-ID: CCSDK-1198 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com>
2019-04-03Fixing Log Filter Exception in Finally BlockSingal, Kapil (ks220y)1-240/+231
sli-core filters: Fixing RequestResponseLoggingFilter.java which throws Exception in Finally Block Change-Id: Id5beb4ed320b85a4ffcaff603bacb4b1789d501e Issue-ID: CCSDK-1198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-03-22Support system variables in property valuesRich Tabedzki3-25/+127
Changes made: * Added code in DBResourceManager to replace with its value * Expanded debug statement by adding processing time Change-Id: I22748daed50063e8e0ac7201e88d69a2609c1788 Issue-ID: CCSDK-1133 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-03-19Compile against Fluorine SR2Timoney, Dan (dt5972)48-93/+93
Compile against ODL Fluorine SR2 Change-Id: I9554aaa76d76f7ba7efb961e5ee1cbbb2b1768d5 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-14Prepare for release 0.4.10.4.1Timoney, Dan (dt5972)47-47/+47
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: If211c26cdbb7caa9033b511a9719851f9edcfcdc Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-05Add junit test casesTimoney, Dan (dt5972)3-1/+69
Add junit test cases for sli/core repository. Change-Id: Ifcec596cf9f835249a7967c9c7830253b53d2ef6 Issue-ID: CCSDK-1128 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-21Increase code coverageTimoney, Dan (dt5972)5-4/+178
Added junit test cases, and updated jacoco config in provider/base to include provider tests as well Change-Id: I8f384b3a4dd7362f004eaa959cd0c634edf0ddbe Issue-ID: CCSDK-1096 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-13Restore default vlbcheck RPCTimoney, Dan (dt5972)1-275/+278
Restore default implementation of vlbcheck in case where no DG exists. Change-Id: I6371e8e26e14e66bf252ee8d1f08d18101b290f5 Issue-ID: CCSDK-1064 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-05Merge "Add dummy input"Dan Timoney2-0/+14
2019-02-05Merge "Junit for EncShellCommand.java"Dan Timoney1-0/+41
2019-02-05Add dummy inputTimoney, Dan (dt5972)2-0/+14
Fluorine version of restconf does not handle RPCs with no input correctly. So, need to work around that by defining dummy input for SLI-API vlbcheck and healthcheck APIs Change-Id: I6a78a899937e1bb9bd7674530166a493875ca3bf Issue-ID: CCSDK-1035 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-01Hack to force classloader t find mariadb driverTimoney, Dan (dt5972)1-0/+7
Container is not coming up because dblib is getting ClassNotFoundException for mariadb driver, even though it is installed. To correct this temporarily, updated code to explicitly create a driver object. Change-Id: I210d042be2c71a4392781ad26f858c916dbd7364 Issue-ID: CCSDK-489 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-01Junit for EncShellCommand.javaDriptaroop Das1-0/+41
Junit for EncShellCommand.java Issue-ID: CCSDK-1016 Change-Id: I7cbdb49b6e04ce6a69a48f9a507c7db959698140 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-10Code changes to sli/core for ODL FluorineTimoney, Dan (dt5972)59-1539/+1335
Code changes needed to support port to ODL Fluorine. Change-Id: I539aeaabeab1056cd109b6bee12046d91d61cab1 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-09Merge "Prepare for release build"0.4.0Dan Timoney49-1219/+1290
2019-01-08Fix sonar issues in ccsdk-sli-coreRich Tabedzki2-11/+10
Changes made: * Updated message template handling in CachedDataSource Change-Id: I9a082753d80f790b77448a5b3de957b404d737fb Issue-ID: CCSDK-647 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-01-08Prepare for release buildTimoney, Dan (dt5972)49-1219/+1290
Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: Ia1fb4b7211619be726857b0333c1f75985ff1a64 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-07fixed sonar issue in JdbcCachedDataSourceRich Tabedzki5-7/+60
Changes made: * updated cleanup code * added TerminatingConfiguration class Change-Id: Iee16116a5fc419065915b9f84488874dd192af7c Issue-ID: CCSDK-913 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-01-07Merge "fixed sonar issues in PrintYangToProp.java"Dan Timoney1-10/+8
2019-01-07Merge "Fixed sonar fix in DbConfigPool.java"Dan Timoney1-5/+4
2019-01-07fixed sonar issues in PrintYangToProp.javaSandeep J1-10/+8
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: Ifb7328c8b3cf40d412a0efffad6cb55673cf83dc Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-04Fixed sonar fix in DbConfigPool.javaezhil1-5/+4
Fixed major sonar issue Issue-ID: CCSDK-796 Change-Id: Id8a655875c972bb3df1f12f211b6a0068922b21d Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-28Merge "fixed sonar issues in SliPluginUtils.java"Dan Timoney1-6/+7
2018-12-28Merge "fixed sonar issues in sliapiProvider.java"Dan Timoney1-1/+1
2018-12-28Merge "fixed sonar issues in ConfigureNodeExecutor.java"Dan Timoney1-10/+12
2018-12-28Merge "fixed sonar issues in MdsalHelper.java"Dan Timoney1-10/+12
2018-12-28Merge "fixed sonar issues in SvcLogicServiceImpl.java"Dan Timoney1-4/+3
2018-12-28Merge "fixed sonar issue in PollingWorker.java"Dan Timoney1-1/+1
2018-12-21fixed sonar issues in SliPluginUtils.javaSandeep J1-6/+7
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I6d48ed028e98c2fc9ce0cf6ae215dfd3fcc6c871 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-21fixed sonar issues in sliapiProvider.javaSandeep J1-1/+1
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I4f2c19ea603782730866772687f338757e72612e Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-21fixed sonar issues in ConfigureNodeExecutor.javaSandeep J1-10/+12
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I14e357eeab5aaa2736f6c6492925e860e9029f80 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-20fixed sonar issues in MdsalHelper.javaSandeep J1-10/+12
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I0b77ad983305da8b19fa6e3587da8ea3fe1bca95 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-20fixed sonar issues in SvcLogicServiceImpl.javaSandeep J1-4/+3
fixed sonar issues and formatted code Issue-ID: CCSDK-525 Change-Id: I8fd20f55e225aeac37a5c763857c00228ef5a58a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-20fixed sonar issue in PollingWorker.javaSandeep J1-1/+1
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: If242b9995469c0b0a25b1285db1536ff52adce2c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-20fixed sonar issues in DBResourceManager.javaSandeep J1-5/+5
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I169df48b14e1288271356a972c36e678da1ffa04 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-19Merge "fixed sonar issues in SliStringUtils.java"Dan Timoney1-26/+28
2018-12-19Merge "fixed sonar issues in SliPluginUtils.java"Dan Timoney1-6/+10
2018-12-19Merge "fixed sonar issues in DME2.java"Dan Timoney1-2/+4
2018-12-19Merge "fixed sonar issues in sliapiProvider.java"Dan Timoney1-4/+4
2018-12-19Merge "fixed sonar issues and formatted code"Dan Timoney1-49/+78
2018-12-19fixed sonar issues in SliStringUtils.javaSandeep J1-26/+28
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: Id1326402bca7207518ba35cf3f5139cef249c5e5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-19fixed sonar issues in SliPluginUtils.javaSandeep J1-6/+10
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I672eb667887af1d5d25de4da7429299b414ef79f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-19fixed sonar issues in DME2.javaSandeep J1-2/+4
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: Ib6858f2ed802ca979f9098bf87c5536ba223ff5a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-19fixed sonar issues in sliapiProvider.javaSandeep J1-4/+4
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: Ia021b4b3d46251e5316e72cabae75a38cb0b00bc Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-19fixed sonar issue in UpdateNodeExecutor.javaSandeep J1-1/+3
to increase code coverage Issue-ID: CCSDK-525 Change-Id: I217ef3ac414ce2c57ba10e99c071ea91d4ae3904 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>