aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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
2019-10-24add new query for requestdbPlummer, Brittany5-10/+92
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
2019-10-24refactor repeated duplicate check code to RequestHandlerUtilsPlummer, Brittany3-36/+47
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
2019-10-24Fix for setting attributes in cloud sites on startupAndrewLamb1-2/+4
Change-Id: Id766ffd28e75d9d8465a3c04b74b540d08a17b4f Issue-ID: SO-2474 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-10-23Adjust listener to actually execute on process endSmokowski, Steven3-236/+167
Adjust listener to actually execute on process end Issue-ID: SO-2481 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I97b284ac2ac14e2052fa845427494406e0274d36
2019-10-22remove python heatstack method call, use javaMnushkin, Dmitry1-35/+4
remove python heatstack method call, use java Issue-ID: SO-2479 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I91c41cd8bd560e054cd2a87a6cbdaf0f5e86759a
2019-10-22Merge "add junit coverage and sonar fix"Steve Smokowski3-22/+66
2019-10-22Merge "- Remove proprietary csar files from project."Steve Smokowski3-132/+0
2019-10-22Merge "Add flyway script to disable 18.5.2c for v1"Steve Smokowski1-0/+3
2019-10-22Merge "- Update ResourceInput column length and check"Steve Smokowski2-27/+40
2019-10-22Merge "Fortify scan reports vulnerability on"Steve Smokowski1-0/+3
2019-10-22Merge "Release notes updation for release."Seshu Kumar M1-1/+2
2019-10-21Fortify scan reports vulnerability onGamboa, Gilbert1-0/+3
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
2019-10-21Merge "Removed unused SerializableChecker class; updated imports in ↵Lukasz Muszkieta3-329/+1
SerializationTest class"
2019-10-21Merge "Cleanup - removed unused variables and methods, redundant ↵Lukasz Muszkieta4-158/+4
initializers in several places"
2019-10-18- Update ResourceInput column length and checkMerkel, Jeff2-27/+40
- 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
2019-10-18add junit coverage and sonar fixLukasz Muszkieta3-22/+66
Change-Id: I80632046b259cd75b0ab57e2c7bf673c3d021bcd Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-10-18- Remove proprietary csar files from project.Merkel, Jeff3-132/+0
- Remove proprietary csar files from project. Issue-ID: SO-2461 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I344ba6a7c907a380360b7f289afa796eeac3a36e
2019-10-17Release notes updation for release.Isaac Manuel Raj1-1/+2
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
2019-10-17Merge "Release notes updation for release."Seshu Kumar M1-8/+111
2019-10-16Add flyway script to disable 18.5.2c for v1Mnushkin, Dmitry1-0/+3
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
2019-10-16Merge "Add column to catalog db"Steve Smokowski4-3/+23
2019-10-16Merge "Removed variable and changed visibility"Steve Smokowski1-4/+1
2019-10-16Merge "update scheduled tasks to have mdc setup"Steve Smokowski8-7/+216
2019-10-16Edit SO architecture.rst, to add link to further VNFM Adapter/ETSI CSIT ↵rope2521-0/+2
documentation Change-Id: I0a68bfae11fa10c0dcad0fc30b150a46d50b8612 Issue-ID: SO-2457 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-10-15Changing log level for org.reflectionswaqas.ikram1-181/+177
Change-Id: I901a640889cf935325524fc99303aa8e77f60ed7 Issue-ID: SO-2358 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-10-15Removed unused SerializableChecker class; updatedOleksandr Moliavko3-329/+1
imports in SerializationTest class Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ifcbe5352bf5710a3527eeb394e516d3d864537db
2019-10-15Cleanup - removed unused variables and methods,Oleksandr Moliavko4-158/+4
redundant initializers in several places Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I15ae50cf327d3d125f9d86c34281093bef677c71
2019-10-15Merge "Cleaning up unused variables and redundant initializers to remove ↵Lukasz Muszkieta2-17/+2
static analyzer warnings"
2019-10-15Cleaning up unused variables and redundant initializers toOleksandr Moliavko2-17/+2
remove static analyzer warnings Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I5dee12e1935c152865963359d0fc869673393aad
2019-10-14Removed variable and changed visibilityMnushkin, Dmitry1-4/+1
Removed variable and changed visibility Issue-ID: SO-2455 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4bd1129e69f4f2f84ca0847a1006c02ad2d5aef
2019-10-14Merge "General sonar fixes"Lukasz Muszkieta3-4/+2
2019-10-14Add column to catalog dbBoslet, Cory4-3/+23
Add column to catalog db for fabric support on cloud regions Issue-ID: SO-2442 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0ecf4eba1198277ccb99627f51682c1d29881c
2019-10-14Merge "Added throw statement for created exception object to prevent static ↵Lukasz Muszkieta1-2/+2
analyzer warning about exception ending up never thrown; removed redundant initializer for serviceFromDB variable"
2019-10-14Merge "feature request to mso to save name on deletes"Steve Smokowski2-140/+202
2019-10-14update scheduled tasks to have mdc setupPlummer, Brittany8-7/+216
Added MDCSetup for Scheduled Tasks Added tests for ScheduledTasksMDCSetup Added required fields for audit log and markers Issue-ID: SO-2444 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I05e8032ed934abd76d898559c51230761d36b78c
2019-10-14remove license issuesseshukm1-0/+0
Issue-ID: SO-2446 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I00d93bf488f813d6bae1f254411960746dff0a34
2019-10-14Release notes updation for release.Isaac Manuel Raj1-8/+111
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: Iced7394efbf5a9b93ab789eabad96dcb537b6fd3
2019-10-11initial commit for the release notesseshukm1-0/+70
Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I408496eef933396c700b4676736a4cfa78507b4e (cherry picked from commit f5d05f899c17f7c69a6a584d4e0c8c6ed8984630)
2019-10-10Merge "- Increased version to 1.5.1 to get new client"Seshu Kumar M1-1/+1