Age | Commit message (Collapse) | Author | Files | Lines |
|
Removed unused columns in db across codebase
Issue-ID: SO-2516
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ieedb61ed371bc3626ef94df0bf88b7a9cf139c82
|
|
Issue-ID: SO-2512
Change-Id: Ic03d750d31455fdf0aa955eeb767278e5974e431
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
|
|
'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>
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
- Check if failIfExists exists, if not default it.
Issue-ID: SO-2507
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0ab965bca0fd6777d711c99d3bc550293e826414
|
|
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
|
|
Issue-ID: SO-2391
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ic6cd539aa5c04fa267ac19a8b1240eafbcdd4825
|
|
- 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
|
|
|
|
+) 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>
|
|
Change-Id: I500447927dc2497c9d630bc3217f03cd5d4f2b98
Issue-ID: SO-2187
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
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
|
|
|
|
|
|
Updated RequestDbClient to call new request mapping to query for
IN_PROGRESS volumeGroup and vfModule requests older than two minutes.
Issue-ID: SO-2490
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Idd4c077a13c15dd6c22ef168d164f2df2aed4cff
|
|
Moved repeated code used when checking for duplicate requests to a new
method in RequestHandlerUtils.
Issue-ID: SO-2488
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I523bbb0823f384a458f098c349d8c4b17e782469
|
|
Change-Id: Id766ffd28e75d9d8465a3c04b74b540d08a17b4f
Issue-ID: SO-2474
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
Issue-ID: SO-2484
Signed-off-by: Rene_Robert <rene.robert@orange.com>
Change-Id: Ib6b9e723252c4bcbb0cb3389b03489921f836b31
|
|
Adjust listener to actually execute on process end
Issue-ID: SO-2481
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I97b284ac2ac14e2052fa845427494406e0274d36
|
|
Change-Id: Id107f2c9c2da643ecb57daaef26dfa2bfd89f8aa
Issue-ID: SO-1635
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
remove python heatstack method call, use java
Issue-ID: SO-2479
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I91c41cd8bd560e054cd2a87a6cbdaf0f5e86759a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fortify scan reports vulnerability on SDCRequestTasks.java. Recommends
to set following features on XML factory
factory.setFeature("http://xml.org/sax/features/external-general-entitie
s", false);
factory.setFeature("http://xml.org/sax/features/external-parameter-entit
ies", false);
factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl
", true);
Issue-ID: SO-2465
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I33d9b16e8836af102523d7d6bc3fc7c2a09d5b64
|
|
SerializationTest class"
|
|
initializers in several places"
|
|
- Update ResourceInput column length and check for existing vnfc's.
Issue-ID: SO-2462
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0b0168453d3c20bb6d88a33ec82788f449bf3593
|
|
Change-Id: I80632046b259cd75b0ab57e2c7bf673c3d021bcd
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
- Remove proprietary csar files from project.
Issue-ID: SO-2461
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I344ba6a7c907a380360b7f289afa796eeac3a36e
|
|
Updated the release notes for Issues, stories and epics.
Issue-ID: SO-2328
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: I450e9f61563e1ecf56548a07535986c42c7675f3
|
|
|
|
Add flyway script to disable 18.5.2c for v1
Issue-ID: SO-2458
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ic61b544c6047e110dfed19c0b39b1cb1f0c304e6
|
|
|
|
|
|
|