summaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api
AgeCommit message (Collapse)AuthorFilesLines
2019-02-14Fix docker tagsTimoney, Dan (dt5972)1-22/+11
Update docker tags to conform to ONAP project standards Change-Id: I348f9507e382931e6adfa224d30225f0fbe270bc Issue-ID: CCSDK-1059 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-29Merge "Added test condition to AssignVlanTagResponse"Dan Timoney1-0/+2
2019-01-29Merge "Test condition to AssignVlanTagRequestInputTest"Dan Timoney1-1/+5
2019-01-23ControllerBlueprint blueprintsProcessor containerSteve Alphonse Siani1-238/+238
Change-Id: I77df77757c276fca705091c1566c386f842269c4 Issue-ID: CCSDK-949 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-01-19Added test condition to AssignVlanTagResponseezhil1-0/+2
Change-Id: I96976973541cf86125f2e6384ca03651b0d65708 Issue-ID: CCSDK-965 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Test condition to AssignVlanTagRequestInputTestezhil1-1/+5
Change-Id: Iba1a0b20397a8e0c93ee3a0c751eac7c076a859c Issue-ID: CCSDK-964 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-17Merge "added test case to VlanTagTest.java"Dan Timoney1-0/+1
2019-01-11Update to use correct parent pomTimoney, Dan (dt5972)1-2/+2
Updated neng microservice to use springboot v1 parent as opposed to odlparent. Without that change, javadoc was failing when compiled with Fluorine version of odlparent-lite parent pom. Change-Id: I677278d90869f493c281c7c5432b271dd43e7513 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-12added test case to VlanTagTest.javaSandeep J1-0/+1
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib8c6555ef87cc67512d1c56d713289b2f2d2af18 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-12added test case to PolicyConfigTest.javaSandeep J1-0/+6
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ifd6a6bbfea531fcb3ebb9ab8cef63bc26eb2f7d0 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-10Prepare for release build0.4.0Timoney, Dan (dt5972)1-5/+3
Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: I63929ef52de41309905ee31e3fbcf49b64063059 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-07Merge "Add Sonar Kotlin support"Dan Timoney1-1/+1
2019-01-04Add Sonar Kotlin supportAlexis de Talhouët1-1/+1
Rework parent pom so configuration can be inherited for all modules from root ccsdk-apps/pom.xml. Also updated some pom description so it is better presented within Sonar. These commands can be used locally to publish report to Sonar: mvn clean install -e -Dsonar mvn sonar:sonar -e -Dsonar -Dsonar.host.url=https://sonar.onap.org Note: kotlin code coverage is not fully functional due to https://github.com/jacoco/jacoco/issues/763 That issue has been fixed in jacoco master branch, but hasn't been released. Once released, in version 0.8.3, we can override version of jacoco plugin for ccsdk-apps. Change-Id: Ic382a4d0df9d14a82536993d2dfa55d7f105f951 Issue-ID: CCSDK-725 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-12-28Fixed sonar issues in VlantagApiServiceImpl.javaezhil1-2/+3
Fixed major sonar issue Change-Id: I32700d3e42f3838ab2b7498047a782492409e619 Issue-ID: CCSDK-878 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-13Added the support for Shared-Range Policy FlagPaira, Saurav (sp694w) sp694w@att.com5-20/+93
With Shared-Range Flag multiple Keys can share the same vlantag value Change-Id: I62c9f1ebb504430f0b0fe2932cd26dffa5cc4aed Issue-ID: CCSDK-823 Signed-off-by: Paira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>
2018-12-11Merge "fixed sonar Issue in UnassignVlanTagResponse"Dan Timoney1-1/+2
2018-12-11Merge "fixed sonar issue in UnassignVlanTagRequest"Dan Timoney1-1/+2
2018-12-11Merge "fixed sonar issue in AssignVlanTagResponse"Dan Timoney1-2/+5
2018-12-11Merge "fixed sonar issue in AssignVlanTagRequest"Dan Timoney1-1/+2
2018-12-11fixed sonar Issue in UnassignVlanTagResponseSandeep J1-1/+2
fixed sonar issue Issue-ID: CCSDK-552 Change-Id: I72d4a96a8eddcb146eb1904ba9d6031ec6a3b940 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issue in UnassignVlanTagRequestSandeep J1-1/+2
fixed sonar issue Issue-ID: CCSDK-552 Change-Id: Ieedb5bcbc360477d19b4b3a7c73369e400eac76f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issue in AssignVlanTagResponseSandeep J1-2/+5
fixed sonar issues Issue-ID: CCSDK-552 Change-Id: Ie1960d68e28426ea62565e48916b85f41059d77a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issue in AssignVlanTagRequestSandeep J1-1/+2
fixed sonar issue Issue-ID: CCSDK-552 Change-Id: Ifc17a47ccddd2b1a6f79550edc2d60b1d91b3d5a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issue in PolicyEngineResponse.javaSandeep J1-1/+2
fixed sonar issue Issue-ID: CCSDK-552 Change-Id: If1c7b4179d2495e700cb2d6ce896f9ff81dabf39 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-30Fixed sonar issues in PolicyManagerClient.javaezhil1-0/+2
Logged exceptions using Logger Issue-ID: CCSDK-769 Change-Id: Id2f9c5c11fd76e10598e8dfc23c4d115a102ff10 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-28Merge "added test file to test PolicyEngineResponse.java"Dan Timoney1-0/+112
2018-11-28Merge "added test file to test ResourceModel.java"Dan Timoney1-0/+57
2018-11-28Merge "added test file for testing PolicyConfigTest.java"Dan Timoney1-0/+113
2018-11-28Merge "added test file to test RequestObject.java"Dan Timoney1-0/+44
2018-11-28Merge "added test file to test PolicyContent.java"Dan Timoney1-0/+47
2018-11-28Merge "added test file to cover Elements.java"Dan Timoney1-0/+56
2018-11-28Merge "added test case to VlanTagRequestInputTest"Dan Timoney1-0/+8
2018-11-22added test file to test PolicyEngineResponse.javaSandeep J1-0/+112
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I18652d1b1644470e0cfa2aa458828ecdcb160d18 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21added test file to test ResourceModel.javaSandeep J1-0/+57
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib5d0552fda92214d1df492956790c6100c5f308c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21added test file to test RequestObject.javaSandeep J1-0/+44
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I606273036965f70ab5f2b2ba31c9a889f9467ef4 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21added test file to test PolicyContent.javaSandeep J1-0/+47
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I4d659cb2ed7878879b15ca8f7e3c8971e8a8a2ca Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test file for testing PolicyConfigTest.javaSandeep J1-0/+113
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I21f59675c8f57f3b5114d8a33f5e0f84a85df139 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test file to cover Elements.javaSandeep J1-0/+56
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I4cb9f8e5193eb0d039bf7433459af9f06cbcfd35 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test case to VlanTagRequestInputTestSandeep J1-0/+8
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Id16d6cb3bf2182a58ea35c63698285c852960353 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test case to AssignVlanTagResponseTestSandeep J1-0/+7
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ifd2456108ec0b9eca15fdc104cd47b14e7d23466 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-13Fix error: cannot access SvcLogicResource in vlanAlexis de Talhouët1-0/+6
Since https://gerrit.onap.org/r/#/c/71970/ got merged, transitive dependency is no longer resolving SvcLogicResource hence we need to explicitly define it here. Add dependency as provided so it's available during compilation Change-Id: I9182eb8e9cfa38f5251faf9fecb4ac4ca13e3148 Issue-ID: CCSDK-653 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-02SwaggerConfig,ResourceAssignmentInitializer-SonarArundathi Patil1-9/+0
Fixed sonar issues/code-smells accross these files Issue-ID: CCSDK-631 Change-Id: I0312937af688341e37b68f7da6229fdf935d620d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-10-30Remove SDNR seed codeTimoney, Dan (dt5972)1-1/+0
Remove SDNR seed code to resolve license issues. Code is not currently used, so it will be removed for now and a cleaned version resubmitted for Dublin release. Change-Id: I37ca0feb458012626bf448739ff2497679fcb357 Issue-ID: CCSDK-641 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-25Roll to initial Dublin versionTimoney, Dan (dt5972)1-2/+2
Roll to initial Dublin release version Change-Id: I9f56f6643bf5850a9958d46f137fa929b1c05e5d Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-12Prepare for RC0 releaseTimoney, Dan (dt5972)1-1/+1
Update to prepare for RC0 release build: remove -STAGING tag from release version and use released parent poms. Change-Id: I6b1a9c5ce48badada0da7a8988bf58ad84c1528f Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-04Merge "Added test cases to VlanTag class"Dan Timoney1-1/+17
2018-10-04Merge "Added test file for AllowedRanges"Dan Timoney1-0/+50
2018-09-27Roll to next snapshot versionTimoney, Dan (dt5972)2-6/+3
Roll to next snapshot version Change-Id: Ifbbe4c890c47001d60117f09a67daa278d57dcd4 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-27Prepare for release0.3.0Timoney, Dan (dt5972)1-1/+1
Updated ccsdk/apps to prepare for release build: (a) Removed -STAGING tag from release version in version.properties (b) Updated parents to use released versions Change-Id: Id02db0fa514734abbf65bc39ccfa8ad26e9d43e8 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-25Added test cases to VlanTag classArundathi Patil1-1/+17
added test cases for get/setVlanRole and toString functions. Issue-ID: CCSDK-552 Change-Id: Ie8eff442433c2a878ba892fda51a8d09fd800134 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>