aboutsummaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07Naming micro-service code.BT298344-282/+1033
Changes for bypassing normal flow when client passes an already resolved name. Plus, unit test updates, and code formatting updates to follow standards. Change-Id: I7e432531b6f344f6aeb358e2b28b8a6fd74c5070 Issue-ID: CCSDK-608 Signed-off-by: BT2983 <BT2983@att.com>
2018-10-04Merge "Fix neng communication with AAI"Dan Timoney5-39/+41
2018-10-04Merge "Added test file for ConfigModelService"Dan Timoney1-0/+36
2018-10-04Merge "Added test file to ModelTypeValidator"Dan Timoney1-0/+58
2018-10-04Merge "Added testcase to PolicyFinderServiceImpl"Dan Timoney1-10/+17
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-10-04Merge "SDN Controller Blueprints Processor"Dan Timoney1-1/+1
2018-10-04Merge "Added test file for NameGenRequest"Dan Timoney1-0/+64
2018-10-04Merge "Added test file for NameGenResponse"Dan Timoney1-0/+51
2018-10-03Merge "Added test file for HelloWorld"Dan Timoney1-0/+42
2018-10-03Merge "Added test file for GetConfigResponse"Dan Timoney1-0/+41
2018-10-03Fix neng communication with AAIAlexis de Talhouët5-39/+41
Add support with Basic Auth Disable hostname validation as k8s service name might not be listed within the cert Add support to trustore client side. Change-Id: I279df2b5e2fadd425fbeb3dc53ff72d8e3dcfe87 Issue-ID: CCSDK-600 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-27Roll to next snapshot versionTimoney, Dan (dt5972)27-36/+32
Roll to next snapshot version Change-Id: Ifbbe4c890c47001d60117f09a67daa278d57dcd4 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-27Added test file for ConfigModelServiceArundathi Patil1-0/+36
Added test file for class ConfigModelService Issue-ID: CCSDK-552 Change-Id: Ie175d141b70494961118f249c48d00d42677d654 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-27Prepare for release0.3.0Timoney, Dan (dt5972)4-928/+928
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-27Added test file to ModelTypeValidatorezhil1-0/+58
Added test class file for ModelTypeValidator Issue-ID: CCSDK-594 Change-Id: I11de4b3a62db499399b2051a4096d3f098d1e135 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-27Added testcase to PolicyFinderServiceImplezhil1-10/+17
Added testcase for handle error method in PolicyFinderService Issue-ID: CCSDK-594 Change-Id: I5ec263001af0cf7ddc5a8065e54d5d162c295e29 Signed-off-by: ezhil <ezhrajam@in.ibm.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>
2018-09-25Added test file for AllowedRangesArundathi Patil1-0/+50
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: I782e1eaee13422dd9eee859fffdf98106236e382 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24SDN Controller Blueprints ProcessorSingal, Kapil (ks220y)1-1/+1
Changing Date Format to consume Blueprints Model Artifact Change-Id: I07a48e4781c27aeff6cec4d1cdeb3539e768f4e9 Issue-ID: CCSDK-596 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2018-09-24Added test file for NameGenResponseArundathi Patil1-0/+51
To increase the coverage Issue-ID: CCSDK-552 Change-Id: I6f21460997b6913bc4dab39f81a614ba115650aa Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for NameGenRequestArundathi Patil1-0/+64
To increase the coverage Issue-ID: CCSDK-552 Change-Id: I418c62fd2a134fd307883cfa4f270bcd2345262a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for HelloWorldArundathi Patil1-0/+42
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: I31e72eea55b4a6b9ff5e0e4bf1b6f8182621432e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for GetConfigResponseArundathi Patil1-0/+41
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Id62958fce23c38b3c957a82ed6ddf7e5a2b15ae1 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for GetConfigRequestArundathi Patil1-0/+60
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: Id01311100b2f8d21e000eb6d3d6ed5d221c92f7f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Merge "Added test file to AaiServiceImpl"Dan Timoney1-0/+51
2018-09-24Added test file to AaiServiceImplArundathi Patil1-0/+51
Wrote test cases to AaiServiceImpl. Issue-ID: CCSDK-552 Change-Id: I820c09caee9c4c533d07ea9d1f1c5d77dbbe09a8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-23naming ms - pom updates for docker.bt29831-2/+6
Updates to pom.xml to fix the docker build issues. Set the right phase for copy, and adding additional tags to image. Change-Id: I31726bfc6183bf2ccc2485d752093a8bb62a4703 Issue-ID: CCSDK-588 Signed-off-by: bt2983 <bt2983@att.com>
2018-09-21Make neng produce DockerimageAlexis de Talhouët1-24/+26
Change-Id: Iea7694a0f39d2614ec880d6c6fafe305baa2bea7 Issue-ID: CCSDK-593 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-21Merge "added version no to google guava plugin dependency"Dan Timoney2-3/+3
2018-09-21Merge "added test file to cover VlanTag.java"Dan Timoney1-0/+61
2018-09-21Merge "added test file to UnassignVlanTagResponseOutput"Dan Timoney1-0/+68
2018-09-21Merge "added test file to cover UnassignVlanTagResponse"Dan Timoney1-0/+71
2018-09-21Merge "Controller Blueprints Microservice"Dan Timoney10-25/+170
2018-09-21Merge "naming ms - pom updates for docker."Dan Timoney1-145/+118
2018-09-21Merge "Added test file for ServiceParameterTest"Dan Timoney1-0/+95
2018-09-21Merge "Added test file to cover IdentifierMap"Dan Timoney1-0/+98
2018-09-21Merge "Added test file for PolicyDetails"Dan Timoney1-0/+75
2018-09-21added version no to google guava plugin dependencySandeep J2-3/+3
to increase code coverage Issue-ID: CCSDK-591 Change-Id: I0599d001c5433ac1c63c160099090eab09bdaffa Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-21added test file to cover VlanTag.javaSandeep J1-0/+61
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ie08cbffb67539a5ef5f27938b52c2a66eac6be7c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-21added test file to UnassignVlanTagResponseOutputSandeep J1-0/+68
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9c02ea5869e4b00877212af05411d6195965abd8 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-21added test file to cover UnassignVlanTagResponseSandeep J1-0/+71
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I12dc8bca8c56fa4424e360d98b805f9b3afa23fe Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-21Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)10-25/+170
Add basic authentication for Controllerblueprint MS. Change-Id: I145e26d6feba873e8d3ed82e4169cbaa425a277e Issue-ID: CCSDK-590 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-09-20naming ms - pom updates for docker.BT29831-145/+118
Switching to io.fabric8 plugin. Change-Id: I5b37c90983fe5f5df5860c623413afd661bbf0b6 Issue-ID: CCSDK-588 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-20Merge "naming ms - interface testing updates."Dan Timoney3-5/+28
2018-09-20Merge "Added test file to cover GeneratedName"Dan Timoney1-0/+90
2018-09-20Merge "Added test file to cover AaiResponse"Dan Timoney1-0/+41
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