summaryrefslogtreecommitdiffstats
path: root/ms/neng/src/main
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Deterministic startup for resourceSourceMappingsAlexis de Talhouët1-1/+1
also fix a typo in property name resourceSourceMappings is required for loading the resources (templates, DDs, blueprint), but the bean initializing its values was getting instantiated after the resources loading process, ending up failing loading the resources. Mkaing DataBaseInitService dependent on the ApplicationRegistrationService bean will force SpringBoot to have the dependsOn bean loaded before the one declaring the dependency. Change-Id: I573a7706212dd411a284ec7b57c9373d7d6ff376 Issue-ID: CCSDK-650 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.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>