aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-24Add a semicolon at the end of this statement.anushadasari2-3/+3
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line Issue-ID: VID-607 Change-Id: I351d26cab21fffe5925dd6bc64691166e5c3ea3d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-2/+2
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-607 Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Merge "Encoding path segments on reduced custom query"Ittay Stern2-5/+7
2019-09-24Merge "Take more Change-management Selenium screenshots"Ittay Stern1-2/+23
2019-09-24Merge "Add memory to Cypress"Amichai Hemli2-2/+2
2019-09-24Encoding path segments on reduced custom queryAmichai Hemli2-5/+7
Need to URL-encode the path segments when sending URL in the custom queries to A&AI Issue-ID: VID-596 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ie551cccfc1a8c627984185324a59c18f13200e91
2019-09-24Merge "Add mso configuration tests"Wojciech Sliwka1-0/+131
2019-09-24Merge "change management new filter tests"Ittay Stern6-17/+194
2019-09-24Merge "Add a position field to BaseResource"Ittay Stern12-92/+124
2019-09-24Add a position field to BaseResourceEinat Vinouze12-92/+124
Issue-ID: VID-646 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Id1f84dadd31840cf9fa3cdbc7afd7da727a22c7f
2019-09-24change management new filter testsSara Weiss6-17/+194
Issue-ID: VID-596 Change-Id: I591da151bb27a46c217edec552e7c9c670a96aaa Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-09-24Merge "AaiController tests"Ittay Stern1-63/+112
2019-09-23add 'cloud region' optional field to change managementSara Weiss4-20/+69
Issue-ID: VID-596 Change-Id: Ieb89980f7e802fe2508950a0e1a23188145fd85e Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-09-23Take more Change-management Selenium screenshotsIttay Stern1-2/+23
Issue-ID: VID-397 Change-Id: I9b925068346dd3ebb6665a83b0a1b7876193c2ff Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-23Add mso configuration testskurczews1-0/+131
Issue-ID: VID-470 Change-Id: I2eeb3780ffe161c8616fb72573d4ce4916edc9ee Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-09-23Change-management: provide and use scheduler's fields through ↵Ittay Stern6-30/+150
vm.scheduleWorkflow() In addition, show error message when no Portal-frame. Use the dumped data to revive ChangeManagementTest tests by capturing the error's payload. Issue-ID: VID-397 Change-Id: I978bf537c43b0e3933e82c761c60cd067ab2cf27 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-23AaiController testsMichal Kabaj1-63/+112
added new unit tests to AaiControllerTest Issue-ID: VID-649 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com> Change-Id: Ib16f31487e09e0dfdd0813e2a16def620e166be2
2019-09-22Remove injections from filter, as filter is not Spring-controlledIttay Stern4-26/+14
Change-Id: Iecb4d6fbb79c5920d088fe536e6622690f8f881e Issue-ID: VID-253 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Merge "Modified CM old json to include ModelVer and removed VFM out of it. ↵Amichai Hemli2-6/+583
Modified CM tests to use the new preset and term it over feature flag"
2019-09-22Modified CM old json to include ModelVer and removed VFM out of it.Amir Skalka2-6/+583
Modified CM tests to use the new preset and term it over feature flag Issue-ID: VID-596 Signed-off-by: as221v <as221v@intl.att.com> Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I801c2f6ee19eabbb6d52e7f27e89df29389137d9
2019-09-22Merge "Use x-onap-requestid header in filter's API test"Amichai Hemli1-16/+20
2019-09-22Merge "Let request-id value derive from alternative request-headers"Amichai Hemli4-29/+209
2019-09-22Merge "Rename PromiseRequestIdFilter, extract isWrapNeeded and ↵Amichai Hemli3-45/+61
incomingRequestId methods"
2019-09-22Use x-onap-requestid header in filter's API testIttay Stern1-16/+20
Issue-ID: VID-253 Change-Id: I2412a27e32f006588241cd46d06fab28c5779581 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Let request-id value derive from alternative request-headersIttay Stern4-29/+209
Issue-ID: VID-253 Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Add memory to CypressIttay Stern2-2/+2
Fixing error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Change-Id: Ifa12f3c39bdf29c3211a3c75bcc17876a2af5b85 Issue-ID: VID-647 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Release version 6.0.0Ittay Stern1-0/+8
Change-Id: I0e8bbd6d19398f5eced4e4348468ca2cd85834e0 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Merge "Revert license attribution change"Amichai Hemli1-1/+1
2019-09-19Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId ↵Ittay Stern3-45/+61
methods Change-Id: Idb39f7d5e723598e34e737522c4f73d8de3df93c Issue-ID: VID-253 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19change vnfreducedresponse presetAlexey Sandler1-284/+204
Issue-ID: VID-596 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I5347ca2bc8a17d60e1e282784f38ceaa0725fdd3
2019-09-19Merge "Disable homing_solution"6.0.0Ittay Stern8-14/+155
2019-09-19Revert license attribution changeIttay Stern1-1/+1
Change-Id: Id75ede28269505cb62eda0ff6f03ac7d02efce73 Issue-ID: VID-378 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Disable homing_solutionwsliwka8-14/+155
Send Homing_solution=none during macro instantiation Add flag 'FLAG_DISABLE_HOMING' (by default set to true) which defines whether homing_solution should be in request to so or not Issue-ID: VID-576 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I6151151a0256a5bb4e637acf08ae511f4b265dc2 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
2019-09-19Merge "Bump VID master version to 6.0.0 (Frankfurt)"Wojciech Sliwka8-12/+12
2019-09-18Merge "remove duplicated label InternalState.REPLACE_MYSELF"Ittay Stern1-5/+0
2019-09-18remove duplicated label InternalState.REPLACE_MYSELFEinat Vinouze1-5/+0
Issue-ID: VID-646 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ifc6a43f9b34c5c792a05cc3502c1e8fcf5023210
2019-09-18Merge "add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE"Ittay Stern10-17/+21
2019-09-18Add feature flag for getVnfDataByGlobalIdAndServiceTypeAlexey Sandler2-2/+3
Issue-ID: VID-596 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I4a5d8f4542668fdf7e9977773550933298d2aa0e
2019-09-18Bump VID master version to 6.0.0 (Frankfurt)Ittay Stern8-12/+12
Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57 Issue-ID: VID-631 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-18skip logs validation API tests for awhileEylon Malin1-11/+10
Issue-ID: VID-647 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I86e754b6de27dcb45ebb3b7172354b45503ec19b
2019-09-18add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTEEylon Malin10-17/+21
Issue-ID: VID-646 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I533221a6115c4a2d00ce3ed02eef4d1ad882df3a
2019-09-16Merge "Add cloud-region and nf-role as an optional search criteria"Ittay Stern6-17/+465
2019-09-16Add cloud-region and nf-role as an optional search criteriaAlexey Sandler6-17/+465
Issue-ID: VID-596 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I72d9c2c9dc3f39fcc3c87e083ac230d20135e979
2019-09-16make maven fronted tests optional by profileEylon Malin1-4/+14
Issue-ID: VID-643 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I906ae56d874ca4b8a760cdfb45ce23cf0e6cf6c3
2019-09-16Upgrade FasterXML/Jackson to version 2.9.9.3Amichai Hemli5-6/+9
FasterXML jackson-databind versions 2.x through 2.9.9.1 are vulnerable. we will use 2.9.9.3 for jackson-databind only Issue-ID: VID-640 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: I537cb83ad787522b75fdee59ffabb51def747096
2019-09-16Merge "Bump VID version to 5.0.3"5.0.3Wojciech Sliwka9-11/+11
2019-09-15Remove redundant get vnf data endpoint of aaiController (fix)Amichai Hemli1-12/+0
As we are now using AaiController2, the AaiController endpoint of change-management is redundant Issue-ID: VID-596 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: I68289eb5acb02af75c052e891dc6f77a48dc62c7
2019-09-15Bump VID version to 5.0.3Ittay Stern9-11/+11
Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb Issue-ID: VID-611 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-15change operational-environment-type on operational-environments queryEylon Malin7-18/+18
Issue-ID: VID-637 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de
2019-09-15Merge "logging of HttpResponse use raw body"Ittay Stern3-2/+73