aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/main
AgeCommit message (Collapse)AuthorFilesLines
2018-12-04Fixed sonar issue in PolicySequenceezhil1-5/+11
Fixed sonar issues in PolicySequence Issue-ID: CCSDK-768 Change-Id: Ifc4558d2c970d80d157c825891948fbc57a7bde1 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-28Merge "Fix a typo in property name"Dan Timoney1-1/+1
2018-11-28Merge "Fixed Sonar issue in Application.java"Dan Timoney1-4/+5
2018-11-28Merge "Fixed sonar issues in GetConfigResponse"Dan Timoney1-1/+1
2018-11-28Fix a typo in property nameAlexis de Talhouët1-1/+1
Change-Id: I573a7706212dd411a284ec7b57c9373d7d6ff376 Issue-ID: CCSDK-650 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-27Fixed Sonar issue in Application.javaezhil1-4/+5
Renamed the log variable Issue-ID: CCSDK-756 Change-Id: Ibb71e2cc363619bdf2593f67fabada2e55ff8287 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-21Fixed sonar issues in GetConfigResponseezhil1-1/+1
Made variable as private Issue-ID: CCSDK-739 Change-Id: Ieb17ea85f91f6f6ba8f3596b55362a403d573b6a Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-21Fixed sonar issue in GetConfigRequestezhil1-4/+4
Changed variables private to the class Issue-ID: CCSDK-738 Change-Id: Iff3d084b4f26579021412a27372892e0a2dd427b Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Merge "Fixed sonar issue in NameGenResponse"Dan Timoney1-1/+3
2018-11-19Merge "Fixed Sonar issue in RecipeParser"Dan Timoney1-0/+3
2018-11-19Merge "Sonar fix: Application.java"Dan Timoney1-4/+10
2018-11-19Fixed sonar issue in NameGenResponseezhil1-1/+3
Made variable private for the class Issue-ID: CCSDK-732 Change-Id: Idc7e8cceab09a8f01516a0b5d0953a7f113a3145 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Fixed Sonar issue in RecipeParserezhil1-0/+3
Declared private constructor Issue-ID: CCSDK-689 Change-Id: Ib4f491b4579c8eb0091af0144d250c397fb44b3f Signed-off-by: ezhil <ezhrajam@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 J1-0/+6
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-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-07Naming micro-service code.BT298314-102/+293
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-03Fix neng communication with AAIAlexis de Talhouët4-38/+39
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-18naming ms - interface testing updates.BT29832-5/+15
Added additional configurable properties for interfaces, and to work with no certificates or https. Change-Id: I680b10ce21c41cecf6c32ddbbcb1c33967fff2e0 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-18naming ms - docker updates.BT29831-1/+5
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-17naming micro-service updates.BT29839-30/+100
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-12JerseyConfiguration:Fixed sonar issueArundathi Patil1-6/+7
Sonar link : https://sonar.onap.org/code?id=org.onap.ccsdk.apps%3Accsdk-apps&selected=org.onap.ccsdk.apps%3Accsdk-apps-ms-neng%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fccsdk%2Fapps%2Fms%2Fneng%2Fcore%2FJerseyConfiguration.java Issue-ID: CCSDK-549 Change-Id: Ie2b186a810a3284f574baea6caa847814dfa6e55 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-11fixed major sonar issues in SpringServiceImpl.javaSandeep J1-6/+8
fixed sonar issues as detailed in CCSDK-526 Issue-ID: CCSDK-526 Change-Id: Ie00d7147e5ddfc596e9b5484a7aef4984204bab2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-08-27Naming micro-service updates.BT29832-11/+40
Support for docker compose and some fixes. Change-Id: Ida28efd9c785aaf9d12b31e053ef5b1014289e60 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-20Naming micro-service code.BT29831-2/+2
Using different docker plugin. Change-Id: I2103d3058e9b3d1b95dac49790b244e21d77b39a Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-16Naming micro-service code.BT29838-43/+98
Docker updates and tests. Change-Id: Iba669453c4035290441c757f5b1c673ab41213d6 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-24Adding naming micro-service code - scripts-2.BT29837-64/+0
Refactor DB scripts. Change-Id: I9a9a2f57435a73f7adb35c388d33dad1f9316e75 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - more tests.BT29835-17/+22
Integration tests and more unit tests. Change-Id: Id3500085a43ff817d04d8f407e5cdbc4271dfb35 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - tests.BT29831-1/+1
Unit tests. Change-Id: I14176a8b47764d5e308258fd9b24bf3e301d04d5 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - scripts.BT298315-0/+226
Docker and DB scripts. Change-Id: I2e9e153f6c72e5f5d6ee86cc9dfc275ec77b4642 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - API.BT298315-0/+1227
API and configuration related classes. Change-Id: Ic62c502fc38b3f36dc12016e16f61adba789db9d Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - generation.BT298313-0/+1333
Main generation algorithm and AAI interface. Change-Id: I21eb0065358b4c9eeda85a4ae41545e864fdc627 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-22Adding naming micro-service code - persistence.BT298311-0/+994
Entities and repository classes. Change-Id: I9d7e11fd7196c20cf74ff302f552c1732e0c9121 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-22Adding part-1 of naming micro-service code.BT29839-0/+1066
Adding pom, main files and policy related classes. Change-Id: I9ccbd03784cb2d85b3f1be353417f596384bd554 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>