aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-21Updated and added to get request processing dataBoslet, Cory11-18/+156
Updated and added to get request processing data by internal data flag Committing file that I forgot to commit. Added junit test and change method to not use bowman client. Added and updated orch request unit test ran formatter so verify job will pass and not cry Added an intergration test for new jpa method. Format unit test class for the verify job build Update param key in jpa and also changed return type. Updated method name in request client to avoid confusion Issue-ID: SO-2534 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I420f1a887835dd0d9d0ad991e5b17dddb1db5376
2019-11-19Merge "updated uri regular expression to support resume"Steve Smokowski2-5/+28
2019-11-19add junit coverageLukasz Muszkieta1-43/+75
Change-Id: I060660abd9b07e6262d08efde3eafcbf29fa762b Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-15updated uri regular expression to support resumeSmokowski, Steven2-5/+28
updated uri regular expression to support resume Issue-ID: SO-2522 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0a44a374d46c7b3892acabe31c0621d37103b37a
2019-11-14Merge "removed unsused ports"Steve Smokowski1-3/+0
2019-11-14Merge "removed global configuration of jar plugin"Steve Smokowski8-10/+43
2019-11-14Merge "remove delcarartion"Lukasz Muszkieta1-1/+1
2019-11-13Merge "fix wrong handling of checking null values"Steve Smokowski1-15/+19
2019-11-13Merge "SOL003 Package Management Swagger file update"Steve Smokowski7-2/+7701
2019-11-11SOL003 Package Management Swagger file updaterope2527-2/+7701
Change-Id: I2cb1601a6ca446c59bbd514fdbd54e19fe299e9c Issue-ID: SO-2501 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-11-08removed global configuration of jar pluginBenjamin, Max8-10/+43
removed global configuration of jar plugin to prevent extra artifacts Issue-ID: SO-2518 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b25150089f39792452cf67cac1c916ef2069bed
2019-11-08Merge "Create PServer/PInterface Objects in AAI based on openstack's stack ↵Max Benjamin5-0/+85
resources"
2019-11-08fix wrong handling of checking null valuesLukasz Muszkieta1-15/+19
Checking null values is handled by catching null pointer exception, this is not acceptable. Change-Id: I0c43bc8853b67579a50bc9e69c599b93b978f741 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-07Create PServer/PInterface Objects in AAI based on openstack's stack resourcesMunir Ahmad5-0/+85
Issue-ID: SO-2271 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I9ff6a9d820a8f759358cbaa4abf6475c6af4c130
2019-11-07Merge "remove unused columns infra active requests"Steve Smokowski47-460/+158
2019-11-07Merge "Call WorkflowActionTasks.sendErrorSyncAck()"Steve Smokowski3-3/+66
2019-11-07Merge "Updated logging library version to 1.6.2-SNAPSHOT"Steve Smokowski1-3/+3
2019-11-07Merge "- Updated to include getEntity extract"Steve Smokowski3-93/+100
2019-11-07Merge "Heatbridge: Unable to proceed with any of the function related to ↵Max Benjamin1-2/+2
Orchestration Service"
2019-11-07remove unused columns infra active requestsChan, Mercy47-460/+158
Removed unused columns in db across codebase Issue-ID: SO-2516 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieedb61ed371bc3626ef94df0bf88b7a9cf139c82
2019-11-07removed unsused portsmanisha071-3/+0
Issue-ID: SO-2512 Change-Id: I45c26e8ef38accb1e09237fa1f7e3805f11bf47e Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07remove delcarartionmanisha071-1/+1
Issue-ID: SO-2512 Change-Id: I0100e8d17b5c88332033057459d07dccd3b3f9c8 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06remove the declaration from the methodmanisha071-1/+1
Issue-ID: SO-2512 Change-Id: Ic03d750d31455fdf0aa955eeb767278e5974e431 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Remove the declaration of thrown exception ↵manisha071-1/+1
'org.onap.so.apihandlerinfra.exceptions.ContactCamundaException', as it cannot be thrown from method's body Issue-ID: SO-2512 Change-Id: I08bbf8c00cac011228782618afd293faad58e14c Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-05- Updated to include getEntity extractMerkel, Jeff3-93/+100
- Updated to include getEntity extract nodeTemplates. Issue-ID: SO-2511 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie6ee3a5966f1c4f8384723bc82ec972eef87fe8f
2019-11-05Merge "update URI for ElAlto Issue-ID: SO-2484"Seshu Kumar M1-10/+10
2019-11-04Updated logging library version to 1.6.2-SNAPSHOTPlummer, Brittany1-3/+3
Updated logging library version to 1.6.2-SNAPSHOT Issue-ID: SO-2509 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I59e59dc4998897d96c2966e13f947b695c050a5c
2019-11-04Call WorkflowActionTasks.sendErrorSyncAck()Gamboa, Gilbert3-3/+66
Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Issue-ID: SO-2489 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c1c2bb6af70d5e76cfbfd3ce54fb506ab653cf7
2019-11-04- Updated to use getEntity API for ServiceProxyMerkel, Jeff4-71/+79
- Updated to use getEntity API for ServiceProxy - Updated configurationCustomization tests for IEntityDetails. - Replaced the getMetadataPropertyValue method. - fixed the formatting so the build job works Issue-ID: SO-2510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If0f624b1160b095f8faf64fa67797016a14e4cfe
2019-11-04Merge "blocker sonar fix"Steve Smokowski1-7/+17
2019-11-04Merge "Adding preload capability using userParams"Steve Smokowski15-181/+766
2019-11-04Merge "update the latest oparent version"Steve Smokowski1-1/+1
2019-11-04Merge "Add patch method"Steve Smokowski6-6/+29
2019-11-04Merge "- Check if failIfExists exists, if not default it."Steve Smokowski2-0/+17
2019-11-04Merge "refactor repeated duplicate check code to RequestHandlerUtils"Steve Smokowski3-36/+47
2019-11-04Merge "update so to use most recent update of logging"Steve Smokowski1-3/+3
2019-11-04Merge "add new query for requestdb"Steve Smokowski5-10/+92
2019-11-04Merge "- Skip requestId lookup when uri is"Steve Smokowski2-7/+43
2019-11-04add timeout to apih for the camunda activity checkPlummer, Brittany4-364/+482
Added timeout for camunda history lookups Added error strings to be returned on task information lookup Renamed method for getTaskInformation Removed retry for taskInformation and updated logging for errors Added spring logging interceptors to restTemplate Made timeout and retry timeout configurable Issue-ID: SO-2508 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibd5101fc2e0a933a2f8070077c40b02bbbcfea6f
2019-11-04- Check if failIfExists exists, if not default it.Merkel, Jeff2-0/+17
- Check if failIfExists exists, if not default it. Issue-ID: SO-2507 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0ab965bca0fd6777d711c99d3bc550293e826414
2019-11-04Add patch methodMnushkin, Dmitry6-6/+29
add patch method to requests db client remove null values from junit mock matching Issue-ID: SO-2506 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3d6c0b05943958a9e77557cbf643a90cf5bb556b
2019-11-02update the latest oparent versionseshukm1-1/+1
Issue-ID: SO-2391 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic6cd539aa5c04fa267ac19a8b1240eafbcdd4825
2019-10-31- Skip requestId lookup when uri isMerkel, Jeff2-7/+43
- Skip requestId lookup when uri is orchestrationRequests. - Reformatted code to fix the build error. - Updated mockContext in TC to mock up URI path. - Added a test that skips the requestId lookup. - Added verify to ensure the lookup method is not called. - Fixed the formatting to pass the verify build. Issue-ID: SO-2499 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I12a991032a8cd1b3664cc807fde568f89bf779fa
2019-10-29Heatbridge: Unable to proceed with any of the function related to ↵Munir Ahmad1-2/+2
Orchestration Service known issue https://github.com/ContainX/openstack4j/issues/1238 Issue-ID: SO-2495 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Ie4df2b430bf088b0073855c241eba60cf7611422
2019-10-28Merge "General sonar improvements"Lukasz Muszkieta3-13/+4
2019-10-28General sonar improvementsArindam Mondal3-13/+4
+) Format logger witth log formatter ++) remove unused imports Issue-ID: SO-2381 Change-Id: If8b8f2377ae3b7c8d8a270792eaf99a04cfa7ef0 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com> Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-10-28blocker sonar fixLukasz Muszkieta1-7/+17
Change-Id: I500447927dc2497c9d630bc3217f03cd5d4f2b98 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-10-25update so to use most recent update of loggingPlummer, Brittany1-3/+3
Updated pom to use 1.5.1-SNAPSHOT for logging-analytics Updated pom while fixing branching issues Updated version for logging-slf4j in pom Updated to use release 1.6.1 of logging library Issue-ID: SO-2493 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I79c543c283eeda0a6eb008535ba4488433fbb0ae
2019-10-24Merge "remove python heatstack method call, use java"Steve Smokowski1-35/+4
2019-10-24Merge "Adjust listener to actually execute on process end"Steve Smokowski3-236/+167