aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-24Upgraded tosca parser to version 1.4.8Benjamin, Max (mb388a)3-4/+4
- Upgraded tosca parser to version 1.4.8 and updated imports Change-Id: Ic9549375d3d70598606056691e4e8baabfbd83d1 Issue-ID: SO-1426 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-22validate number of uri keysBenjamin, Max (mb388a)5-5/+90
test was setting unnecessary keys on uri changed plural to singular AAI class added in validation for number of keys provided Change-Id: I86f61301aa5f2ea676678908bae1e88b86d7e570 Issue-ID: SO-1409 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-22fixed incorrect object referenceBenjamin, Max (mb388a)1-2/+2
changed plural to singular AAI class Change-Id: I6205d95b881d011e377669858fc85dc2ff0a17f6 Issue-ID: SO-1412 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-22Merge "Either log or rethrow this exception."Steve Smokowski1-2/+3
2019-01-22Either log or rethrow this exception.Shubhada Ramkrishna Vaze1-2/+3
Location:DistributionClientEmulator.java Change-Id: I38b1b3fed9db0d24a6045352127e48b98cce6b63 Issue-ID: SO-1397 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2019-01-21Merge "Bug fixes from AT&T January 20th"Steve Smokowski36-144/+619
2019-01-21Bug fixes from AT&T January 20thBenjamin, Max (mb388a)36-144/+619
sorted vfmodules by base last for negative action reqs store Response in execution as String on network delete added functionality to skip rollback based on flag # Conflicts: # bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/workflo w/tasks/WorkflowAction.java require XML in the header for delete network request Update APP-C LCM Client library version to 1.7.0. replaced wiremock style test with mockito test Handle AAIClient Exps in CreateCustomerV1 getServiceInstance() changed default status code to be configurable Replace vnfType by nfRole in the healthcheck request to SDNO. updated error messages in sdnc handler and flow status updated flow status message on completion of flow Send GenericVnf object for AAI VNF update for vnf-api updates Add a JUnit test file for SDNOValidatorImpl.java Set nodeType on the inner SDNO request as per update from SDNO. updated rollbackToAssigned logic to remove unassign flows updated sdnc handler error message for client error added exception handling for httpclienterror in sdnc out map workflow exception so error is reported throws sdnc error message on bad response from sdnc add catalog entries for TRANSPORT service delete flows change script number that was duplicate add find method to NorthBoundRequestRepository include serviceType in hash code use asterisk for all non-TRANSPORT flow db entries alacart true, rm not needed transport srvc model steps correct insert query syntax for orchestration_flow support serviceType (TRANSPORT) process flow fix SDNCAdapterException causing no callback to bpmn use JsonAlias for alternate case when deserializing GRM client will accept both "serviceEndPointList" and "ServiceEndPointList" root node in the JSON response. AAIRestClient now uses getSystemName in headers finishtime should not be returned in requeststatus Change-Id: I81a185252b057020f7f36f125c85c3357756da88 Issue-ID: SO-1403 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-21Merge "convert from sync to async"Steve Smokowski15-105/+617
2019-01-20convert from sync to asyncBenjamin, Max (mb388a)15-105/+617
fixed network adapter object mapper test issues fixed all test issues and compilation issues remove setting of notification url for rollback covert sync calls for create and delete network to async removed async after from invoke sdnc adapter task remove unwanted changes that were committed earlier fix unmarshalling of response back from openstack adap added in code to throw an error when AIC issue Change-Id: Ic9fa39584ed2bcb70804fbd74586f1cc119c7d8b Issue-ID: SO-1404 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-20ensure data for si matches on macro requestsBenjamin, Max (mb388a)32-86/+1344
Fixed failing ValidationExceptionTest Moved MacroRequest.json to test specific folder Moved resource files to test specific folder Cleaned up comments from UserParamsValidationTest Refactored modelInfoValidation method Removed unused constants from ValidationException Removed unused ValidationException ADded overrideExistingMessage boolean Added test for missing modelType in userParams service object Fixed failing JUnit tests in MsoRequestTest Started fixing failing JUnit tests Began adding validation and tests for userParams modelInfo Began adding validation for instanceName Change-Id: I442f6b660af4e716d75746f8d8155aac1e183e80 Issue-ID: SO-1405 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-18Merge "Correct the URLs in swagger"Seshu Kumar M3-58/+58
2019-01-18Merge "remove unused uuid parameter"Steve Smokowski3-8/+7
2019-01-18Correct the URLs in swaggerseshukm3-58/+58
Issue-ID: SO-675 Change-Id: I55dbc4d64f41dbf0a38e38ee11ba35d4ed7f2cfd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-18update the interface doc for Dublinseshukm1-1/+1
Issue-ID: SO-675 Change-Id: I07a20a651e95ea114caeeec797a7881c3a1bc663 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-17Merge "Sonar:Critical"Steve Smokowski1-4/+4
2019-01-17Added CorsConfigurer class and cleaned up typosEoin Hanan40-119/+171
Change-Id: If133419e4ddb7aa4b8b0a199a57e1eaf9a8386c7 Issue-ID: SO-1335 Signed-off-by: Eoin Hanan <eoin.hanan@ericsson.com> (cherry picked from commit ae993816c1dbe800dffe0c9e0dada126a57860e6)
2019-01-17remove unused uuid parameterLukasz Muszkieta3-8/+7
Change-Id: I0c4d5d6fcbf5d7c48c82b4485980adf2fde809cd Issue-ID: SO-729 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-01-16JSON objects now displaying as stringEoin Hanan1-1/+14
Change-Id: I659f56dd28e8a1f44bf88c7a23c961866d081cca Issue-ID: SO-1286 Signed-off-by: Eoin Hanan <eoin.hanan@ericsson.com> (cherry picked from commit b19a518ceecc27255505616eed878abcff260f25)
2019-01-16Changes to UI Time VariablesEoin Hanan2-304/+304
Change-Id: If1289c7a7addf032b6c8d98fd58fca92ffcd5a7c Issue-ID: SO-1265 Signed-off-by: Eoin Hanan <eoin.hanan@ericsson.com> (cherry picked from commit 5df9c2d914e0b8bd6ade407a799fd6c159e54deb)
2019-01-16Flow loses highlighted path on page reloadsshinuj19892-7/+8
Change-Id: I7806cdd1998c4451359b452eb5c9bf1e7059fc32 Issue-ID: SO-1245 Signed-off-by: shinuj1989 <shinu.john@ericsson.com> (cherry picked from commit 8bc174515ba421f2163b74788454bda9bcb885b5)
2019-01-16Changed nodeport from 9091 to 30224eHanan1-1/+1
Change-Id: I64999b518b5ea2d20bd74a07ed1e566df065688f Issue-ID: SO-1164 Signed-off-by: eHanan <eoin.hanan@ericsson.com> (cherry picked from commit 0f66685d0eceb65e5aca62b0ed96123b57df2683)
2019-01-15Merge "remove unused uuid parameter"Steve Smokowski11-40/+26
2019-01-15Merge "Either log or rethrow this exception."Steve Smokowski1-1/+1
2019-01-15remove unused uuid parameterLukasz Muszkieta11-40/+26
Change-Id: I07793ddafdb8c23ff62ce282c413585c495751ab Issue-ID: SO-729 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-01-15Sonar:CriticalManamohan Satapathy1-4/+4
ValetUpdateResponse.java:L37 Change-Id: I93db82c18cda553d3b1c78467d7c558a2787e7d8 Issue-ID: SO-1351 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2019-01-15MsoTenantUtilsFactoryTest unit testsMichal Kabaj1-2/+34
-added new test cases for factory class Change-Id: Iddd221d1ff5fa6748657b635bc07b6c795b8b9d8 Issue-ID: SO-1339 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-01-15Either log or rethrow this exception.Shubhada Ramkrishna Vaze1-1/+1
Location:GlobalHealthcheckHandler.java Line No:180 Change-Id: I679e99774cee228dc239f0403a44be223fdd46cd Issue-ID: SO-1360 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2019-01-14Add missing license headersBenjamin, Max (mb388a)26-6/+526
add headers to files which were missing them Issue-ID: SO-1390 Change-Id: I6c754f72c5d1ef6485d6343aae4b994120901d08 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Merge "Add junit tests for MsoCloudifyUtils"Steve Smokowski1-1/+94
2019-01-12Merge "updated logging to JaxRsFilterLogging"Steve Smokowski6-116/+166
2019-01-12Merge "Created sniro request pojos for homingV2 flow"Steve Smokowski15-83/+741
2019-01-12Merge "get subnet sequence number from A&AI"Steve Smokowski7-9/+81
2019-01-12Merge "Re-enable Actuator for Springboot 2.0"Steve Smokowski8-30/+29
2019-01-12Merge changes I49db843f,I6c6d7a50Steve Smokowski18-288/+238
* changes: descriptive messages now returned by validator refactored validator to be more generic
2019-01-12Merge "Service Proxy Consolidation"Steve Smokowski12-398/+233
2019-01-12Merge "Quality of Life logging improvements"Steve Smokowski7-10/+29
2019-01-12Merge "removed retired A&AI versions from codebase"Steve Smokowski5-41/+12
2019-01-12Merge "Miscellaneous fixes"Steve Smokowski6-64/+60
2019-01-12Merge "explicitly type defs and strings for templates"Steve Smokowski19-50/+50
2019-01-12Merge "naming ms client fixes"Steve Smokowski10-17/+182
2019-01-12Merge "validation for vnfs before WorkflowAction starts"Steve Smokowski8-29/+467
2019-01-11added id when calling SDNCHandler subflowBenjamin, Max (mb388a)18-0/+36
added mso-request-id when calling SDNCHandler subflow Change-Id: I4b8f56ab5623236528b1c6031af616c8724dd716 Issue-ID: SO-1389 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11descriptive messages now returned by validatorBenjamin, Max (mb388a)10-20/+28
descriptive messages now returned by validator Change-Id: I49db843fbdfe20979fba6991744c62aa1f745d5f Issue-ID: SO-1388 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11naming ms client fixesBenjamin, Max (mb388a)10-17/+182
Fixed failing unit test for request object builder Added throws declaration for IOException Changed endpoint to point to wiremock Added exception handling for httpstatuscode Reverted changes to validator Added exception handling for response from naming mS Changed how element object properties are set Changed yaml to point to naming mS dev env Began adding unit tests for naming client Change-Id: Ic753e0dbaed52065ff5c0dfc9a59a726fdbdc642 Issue-ID: SO-1387 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11explicitly type defs and strings for templatesBenjamin, Max (mb388a)19-50/+50
explicitly type defs and strings for templates Change-Id: If4af5b0cdf086cd0d30277d1e835e2aa7c8e7f9c Issue-ID: SO-1386 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Miscellaneous fixesBenjamin, Max (mb388a)6-64/+60
updated common pom to use aai schema version 1.4.1 removed handle sync error from SDNCHandler bpmn flow added mso-request-id to in mapping of delete vnf flows moved temporary test file to temporary folder Removed obsolete genericVnfNode parameter from updateGenericVnfNode sorted vfmodules by base last for negative action reqs Change-Id: I7a5018d67292cfaac8d923ac3bd9b27ed037be57 Issue-ID: SO-1382 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11removed retired A&AI versions from codebaseBenjamin, Max (mb388a)5-41/+12
removed retired A&AI versions from codebase Change-Id: I3e0a185ad1020c91be2fa3df7a509fde2a83c4cd Issue-ID: SO-1385 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11refactored validator to be more genericBenjamin, Max (mb388a)18-276/+218
removed overloaded method from class for JUEL changed test back to DelegateExecution added methods to allow validations with DelegateExecution refactored validator to be more generic Change-Id: I6c6d7a50e8b5470ffa5619cc83966f5ad68e66fe Issue-ID: SO-1383 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Quality of Life logging improvementsBenjamin, Max (mb388a)7-10/+29
Remove invalid newline character in process name Quality of Life logging improvements Change-Id: I2193c08e365e847f6be144106a0b20aa7828497e Issue-ID: SO-1381 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Service Proxy ConsolidationBenjamin, Max (mb388a)12-398/+233
- Updated ServiceProxyResourceCustomization to remove the ID column - Removed setConfigurationResourceCustomization from serviceProxyResource since that relationship doesn't exist anymore - Updated ServiceProxy resource to remove the object dependencies between ServiceProxyCustomization and ConfigurationResourceCustomization - Removed the delete statement since this is causing the test to fail because the service table doesn't exist yet - Updated configuration_customization to drop the serviceProxyCustomization FK - Added migration script to consolidate the ServiceProxy and ServiceProxyCustomization into a single table and migrate the data. - Code changes to support consolidating the ServiceProxy and ServiceProxyCustomization table into a single table Change-Id: I1e49cb22c8b667f157dd1c349b5e36fd06236630 Issue-ID: SO-1380 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>