summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05update bpmn to save extsystemerrorsourcePlummer, Brittany21-115/+657
Added ext error source to workflow exception Updated all lines that create this exception with source Added unit tests and updated existing ones Change-Id: Id9b3b1e6e24368224214a6370ea2d450ae667bfb Issue-ID: SO-2092 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-07-04fix global-jjb migration issuesarada prasad sahoo1-3/+3
fix global-jjb migration issue - VNFSDK, SO Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I2e11f0c151c54151e526efdebf92f49621dc0f7f
2019-07-04fix global-jjb migration issuesarada prasad sahoo1-1/+1
fix global-jjb migration issue - VNFSDK, SO Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Idaee5994614a9264e0b0edc57be6e529a343b807
2019-07-01Merge "do not overwrite status message with rollback"Steve Smokowski2-1/+40
2019-07-01do not overwrite status message with rollbackMnushkin, Dmitry2-1/+40
update rollback error for rollback and not original msg run code formatting on updated files add unit test for false value of isRollback flag Change-Id: I25d8fb9771766461b1192e3758237dfc199787f8 Issue-ID: SO-2081 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-07-01support new query param formatChan, Mercy30-105/+248
- added format query parameter (optional), implemented logic to populate requestStatus field based on whether or not format is present moved request status constants to its own class visible globally. - changed @requestParam to @QueryParam in GET endpoint (OrchestrationRequests class. updated unit tests to call method being tested directly rather than from another private function - moved setting requestStatus to a separate method, also updated unit tests to separate out each scenarion into its own method - added unit test for when format=detail, corrected existing unit tests to test result to be FAILED - updated Status.java to include extra request status values; moved Status class to common org.onap.so.constants package Change-Id: Ic593de5fdfdcbc3121f481c86d1e261406082260 Issue-ID: SO-2080 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-07-01Added check for null response to prevent crash atOleksandr Moliavko1-0/+5
response.getEntity() method call. Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Id796f4426f33cf419bbe5ed07500452ac0c7c775
2019-06-27enhance workflowaction to handle resume funcMnushkin, Dmitry6-125/+362
init code for RESUME with junit passing overwrite URI on resume op from original request Change-Id: I1eee2bd66aa20804ba4a2834d269b5947565b9dc Issue-ID: SO-2055 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27Merge "improved logging when no exception data is found"Steve Smokowski1-1/+5
2019-06-27Merge "Update failsafe dependency to 2.0.1"Steve Smokowski6-34/+48
2019-06-27Merge "handle multiple cvnfc configs"Steve Smokowski6-22/+36
2019-06-27Merge "add rollback ext system error source"Steve Smokowski9-17/+45
2019-06-27improved logging when no exception data is foundBenjamin, Max1-1/+5
improved logging when no exception data is found Change-Id: I4f6298652ad474119cd1ebc58a927d532ea3e6be Issue-ID: SO-2068 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27Update failsafe dependency to 2.0.1Benjamin, Max6-34/+48
Updated calls to failsafe 2.0.1 API Change-Id: I2c86ca02d56a07262e330ee5f8f088d1a1f5b4a7 Issue-ID: SO-2057 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27handle multiple cvnfc configsMerkel, Jeff6-22/+36
- Handle multiple cvnfc configs with the same model uuid. - Update CvnfcConfigurationCustomization to a List from a Set Change-Id: I8c026510d813ebb6294a9cedd39d4d4b8f4b9dcf Issue-ID: SO-2056 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27add rollback ext system error sourcePlummer, Brittany9-17/+45
Added rollbackExtSystemErrorSource column and updated GET orchestrationRequests response Added missing columns from requestDb to schema.sql Change-Id: I2380f08b9bb1c86922e8faea70454df722c0873a Issue-ID: SO-2054 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27Fix macro delete instance bug.Gamboa, Gilbert4-23/+27
Fix macro delete instance bug. vf-modules not being sorted correctly because isbaseboolean field is not being set. Change-Id: Id196e152977d922bee6c9bb797ad240bb70fbf47 Issue-ID: SO-2053 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-27Changed dependency back to 1.3.0Benjamin, Max (mb388a)1-1/+1
sdc-distribution-client changed back to 1.3.0 Change-Id: I53fd206c16bdb9c22976b6b671784841923b5295 Issue-ID: SO-2078 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-26Merge "Merge remote-tracking branch 'origin/dublin' into 'origin/master'"Steve Smokowski16-345/+334
2019-06-26Merge "Security updates for maven dependencies"Steve Smokowski5-4/+8
2019-06-26Merge "Updated path to match AID for resume requests"Steve Smokowski1-1/+1
2019-06-26Merge "Moved code inside IF checking for null ptr to prevent crash"Steve Smokowski1-3/+3
2019-06-26Merge "Sonar fixes in MsoVnfAdapterAsyncImpl"Steve Smokowski1-5/+3
2019-06-26Merge "Sonar fixes and improvements"Steve Smokowski9-14/+26
2019-06-25Merge remote-tracking branch 'origin/dublin' into 'origin/master'Benjamin, Max (mb388a)16-345/+334
Change-Id: I2b91332563d9c7b0f469c9e45a35cc1376465c5e Issue-ID: SO-2058 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-25Moved code inside IF checking for null ptr to prevent crashOleksandr Moliavko1-3/+3
Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ie759b98828f39fba00ccdb7edcd7fc28e83ea50e
2019-06-24Process workflow artifacts lastElena Kuleshov2-11/+28
Workflow artifacts need to be processed last, check for existence of VNF resource Issue-ID: SO-2045 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ia46a6ecaef905287ce837c04b389ab2a13d3f24e
2019-06-24Sonar fixes in MsoVnfAdapterAsyncImplr.bogacki1-5/+3
General fixes and improvements according to the Sonar analysis. -Removed unnecessary code. Issue-ID: SO-1220 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I0f9ab1fe490975e4eefa31afd5bf09616f4de3f2
2019-06-24Sonar fixes and improvementsr.bogacki9-14/+26
General fixes and improvements according to the Sonar analysis. -Fixed imports. -Removed unnecessary code. Issue-ID: SO-1992 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I4299f3efc4444625f70fc36e65b57c500b113596
2019-06-24add junit coverage for InstantiateOperationProgressorLukasz Muszkieta1-3/+62
Change-Id: I90c6ee50276073c4c974fa1b1e1079762706853a Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-06-21Updated path to match AID for resume requestsPlummer, Brittany2-2/+2
Updated path to match AID for resume requests Change-Id: I0035360f206882e602265500dcd54036b3e69ea2 Issue-ID: SO-2042 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-21Security updates for maven dependenciesSangalang, Felix5-4/+8
Update commons-collections version to 3.2.2. Updated distribution client version to 1.4.0. Update commons-fileupload to version 1.4. Update commons-codec to version 1.12. Change-Id: I4ab794e3aef7300c30088e5197092fd30231c4af Issue-ID: SO-2043 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-21update the SO release notesseshukm1-16/+16
Issue-ID: SO-2010 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7fc46c2dbdfc5ee7e79aca86f8148b9f43743d5c
2019-06-21fix jenkins buildLukasz Muszkieta2-3/+3
format AbstractRestHandler.java file Change-Id: I6f0025ba2a542e2476ee694b40ed670a9e02f2f3 Issue-ID: SO-2044 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-06-20Merge "Sonar fix too many method param"Steve Smokowski2-21/+179
2019-06-20Merge "nullpointer in vnfadaptervfmoduleobjectmapper"Steve Smokowski4-3/+62
2019-06-20Merge "support no payload for alacarte deletes"Steve Smokowski57-74/+3750
2019-06-20Merge "pass request-id to adapter call to match search"Steve Smokowski2-0/+2
2019-06-20Merge "NPE when setting instanceName"Steve Smokowski2-16/+63
2019-06-20Merge "Use Regex to find the name on failure scenario"Steve Smokowski2-27/+10
2019-06-20Merge "update apih to accept new uri parameter"Steve Smokowski3-11/+143
2019-06-19changed hikari dependency to java based oneBenjamin, Max (mb388a)2-11/+15
clojure dependency used by accident, replaced with HikariCP Change-Id: I25b9f75d8be061fb3ac3d7737e9a58883a801425 Issue-ID: SO-2038 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-19update SO release notes path for dublinsarada prasad sahoo1-1/+1
update SO release notes path for dublin Change-Id: I2637374b813264a125049b0ab224bb5c84ebda8e Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-06-19Merge "update the relaese notes"Seshu Kumar M1-174/+174
2019-06-18Use Regex to find the name on failure scenarioSmokowski, Steven2-27/+10
Use Regex to find the keypair name on failure scenario Change-Id: Ibf2167283d90407def7750fab4538f5443e57092 Issue-ID: SO-2037 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-18update apih to accept new uri parameterChan, Mercy3-11/+143
added extSystemErrorSource queryparam flag to getOrchestrationRequest endpoint. added junit tests for the protected method that maps external system error source to request object being returned. added junit tests to test mapExtSystemErrorSourceToRequest method with extSystemErrorSource flag Change-Id: If5c9a41938d4cc922c26f7d64e3a839b6547556f Issue-ID: SO-2035 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-18NPE when setting instanceNamePlummer, Brittany2-16/+63
Added null check to fix NPE when setting instanceName Added check for null instanceName for vfModule Change-Id: Ie70651770466790fd1f9d666eeabdce26510b01b Issue-ID: SO-2034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-18pass request-id to adapter call to match searchMnushkin, Dmitry2-0/+2
pass mso-request-id to adapter call to match search Change-Id: Ie9e4f8559fd9153d503ad5913838d7c5d175e7bd Issue-ID: SO-2033 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-18support no payload for alacarte deletesSmokowski, Steven57-74/+3750
Swap to using HTTP Enumerations rather than ints Add Unit Tests to Service Instances endpoint Add Vnf Tests remove Abstract class Clean up usage of abstract classes Fix volume and module bean wiring issues Add logic to find create request if cloud not in AAI Updated network to take in version pathparam Additonal refactor of the endpoints Add missing license headers to all files Clean up public variable usage, move to protected Change-Id: Icdbdf78aa6c8af7a30fdff8a5805103f8df9364d Issue-ID: SO-2032 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-18nullpointer in vnfadaptervfmoduleobjectmapperBhatt, Prema4-3/+62
Added code block to throw exception when we get a 'Name' wthout a 'Value' tag in the SDNC vf-module-topology. Right now we are seeing oam0_net_id is missing a value tag. Added Unit test to test this code change. Change-Id: I765d5a4eb9d351b7613d4c3561a2a5dbe37e4781 Issue-ID: SO-2031 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>