aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16added test file to test ExternalkeyValidator.javaSandeep J1-0/+44
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib3afe9e2fe682d86cafe050e36dfbb5fa4292fc5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-16Sonar fix: Application.javaArundathi Patil1-4/+10
Fixed sonar issues across this file Issue-ID: CCSDK-726 Change-Id: I416500a26f258cba87576a80c9da371a8a8f1a88 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-16added test case to AaiServiceImplTestSandeep J2-2/+18
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib89f25c39bf0878170da6997ca74c587c4c72535 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-15Merge "Fixed sonar issue in ExternalKeyValidator"Dan Timoney1-1/+1
2018-11-15Merge "Fixed major sonar issue in PolicySequence"Dan Timoney1-4/+4
2018-11-15Merge "Sonar fixes in PolicyReader.Java"Dan Timoney1-8/+13
2018-11-15Fixed sonar issue in ExternalKeyValidatorezhil1-1/+1
Included empty method to check colletion Issue-ID: CCSDK-690 Change-Id: Ibf393c07f6d57f5871ad8c094c0d4ae1501da856 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-15Fixed major sonar issue in PolicySequenceezhil1-4/+4
Fixed variable hide issue Issue-ID: CCSDK-687 Change-Id: I20fbfdd30f76bc55463c9b49fe3ac05dfe8c9f50 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-15Sonar fixes in PolicyReader.Javaezhil1-8/+13
Replaced duplicate literals with constants Issue-ID: CCSDK-686 Change-Id: I389b4785a16dac8e7e20e7ccaeb05ab3de0256d8 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-15Fixed sonar issue in PropertyOperatorezhil1-2/+2
Fixed return type issue in propertyOperator Issue-ID: CCSDK-685 Change-Id: I11c88c6667d95a6e71db9c58d9ad43931d63423d Signed-off-by: ezhil <ezhrajam@in.ibm.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-16Merge "Naming micro-service code - sql issues."0.3.1Dan Timoney1-1/+1
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-10Naming micro-service code - sql issues.BT29831-1/+1
Table names are case-sensitive in the version of Maria used in ONAP. Change-Id: I0a38a35a48fd2a2c850af67b46f882f2e7c96047 Issue-ID: CCSDK-608 Signed-off-by: BT2983 <BT2983@att.com>
2018-10-09Upgrade spring versionTimoney, Dan (dt5972)1-2/+2
Upgrade spring version to resolve security vulnerabilities Change-Id: I1a02c7a09a6f57fb2b69a6f2afe7325c60f9a4cf Issue-ID: CCSDK-441 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
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 testcase to PolicyFinderServiceImpl"Dan Timoney1-10/+17
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)1-3/+2
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-2/+2
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 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-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 "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-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 test case to SpringServiceTest.java"Dan Timoney1-0/+5
2018-09-20Added test file for ServiceParameterTestArundathi Patil1-0/+95
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Ia70ae4efffb673a8b5b358a4e56f66a526cc860b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-20Added test file for PolicyDetailsArundathi Patil1-0/+75
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Ic5f8105bdf6b071c3ab42bcf4ef48a152c29dfc4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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>