aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20add FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONSAlexey Sandler2-2/+4
Issue-ID: VID-649 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0a9ba9422c27360a7de11c7496af70e4aba0e38e Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-11-19delete flag FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTEAlexey Sandler2-6/+4
Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I828f40fe908dc9608527934f3e6aae32b7d70b96
2019-11-18Merge "when automatically add aLaCarte VfModule, rollbackOnFailure is true"Ittay Stern2-0/+3
2019-11-18Adjust NewServiceInstanceTest by new logic + revert state-check in ↵Amir Skalka1-0/+3
getDefaultVolumeGroupName * Change expected behaviour of tests to match new business of VG naming process; See shouldVGNameBeVisible() in vfModule.control.generator.ts * Fix Cypress tests `volume group should change on instance`. Issue-ID: VID-700 Change-Id: I18faf49a4a31f4b8f389dbcda53c55a1a8066c90 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-18when automatically add aLaCarte VfModule, rollbackOnFailure is trueEylon Malin2-0/+3
Issue-ID: VID-701 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ide9d3436a9ba281fb4b02ae308da00bd4a121108
2019-11-14Merge "Modify code to take care of missing scenario in US 832"Ittay Stern2-18/+64
2019-11-14Modify code to take care of missing scenario in US 832Amir Skalka2-18/+64
Take under consideration the instance type (Macro/Alacarte) when determining visibility over UI and default value. Refactor tests to include more params to anticipate the visibility and default value. Issue-ID: VID-700 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I8dfa2e13fed3f5f863cc979970afc2ac66dbd82f
2019-11-13isALaCarte in modern UI is false only if instantiationType is MacroEylon Malin1-1/+1
Issue-ID: VID-701 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie75b1717ffbc856f0c46de954e70b1e047f3cffb
2019-11-10Unit test drag and drop serviceSara Weiss4-172/+187
Issue-ID: VID-253 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I5915f005a4e428a4268e2a88e827e3f98519087a
2019-11-04add new flag FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTEAlexey Sandler2-1/+4
Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: If954d1fb597ecb974b671a05d3f5c5ea5ca9a704
2019-10-31Backend's vfModule upgrade: test refinement + code fixIttay Stern1-3/+3
Now using modelCustomizationName to map each module from existing service-model to target's service-model. Issue-ID: VID-603 Change-Id: Ie6a2584b6f9d0aa835e8f2ddff4a3ab9d80ef434 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-30Instantiation-Status: default on unexpected/undefined statuses (fix)Ittay Stern3-3/+12
Issue-ID: VID-692 Change-Id: I15c81daba1a45ff0e009d5e381f93adb03914c0f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Instantiation-Status: default on unexpected statusesIttay Stern3-25/+69
Issue-ID: VID-692 Change-Id: I1a81a71d32aa36fb1f0dc3b349733db11d4e579d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Merge "Introduce cy.clearSessionStorage"Amichai Hemli22-71/+34
2019-10-29Introduce cy.clearSessionStorageIttay Stern22-71/+34
Issue-ID: VID-647 Change-Id: I51471f736577599c1ace8e330a4db089deccc8ca Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Cypress>=3.3.1 readFile() does not expect a relative file-path starting with /Ittay Stern1-2/+2
See: https://github.com/cypress-io/cypress/issues/4352#issuecomment-507963062 Issue-ID: VID-687 Change-Id: I5f5f34be85ec2d3401cdf01f4259c2b5d02da37c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-28Add another vfm-upgrade testIttay Stern7-15/+343
Issue-ID: VID-603 Change-Id: I4690906d3bc660984a0c2269d7151f6151b89940 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-24Split Upgrade VF Module tests from viewEditIttay Stern3-397/+171
Issue-ID: VID-603 Change-Id: I2edd4417dfb5f078fc10874592754d47e189d74d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-24Merge "change management cypress test"Ittay Stern2-3/+646
2019-10-24change management cypress testSara Weiss2-3/+646
Issue-ID: VID-378 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I60a996ebbd6a9f509ab44ae4f656d260d2cac547 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-10-24Cypress>=3.3.1 readFile() does not expect a relative file-path starting with /Ittay Stern26-100/+100
See: https://github.com/cypress-io/cypress/issues/4352#issuecomment-507963062 Issue-ID: VID-687 Change-Id: I4f3292e80d22d217d9bd33c685766efd5a8f4d8f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-26Merge "Rebalance Cypress pipeline groups"Amichai Hemli1-0/+1
2019-09-26check if FLAG_FLASH_REPLACE_VF_MODULE open in the right placeEylon Malin2-27/+21
modern View/Edit couldn't be opened when FLAG_FLASH_REPLACE_VF_MODULE is on before that fix. Issue-ID: VID-652 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib7ff6f374b6c8aa62133a7ef53fc21877f4b3c53
2019-09-26Rebalance Cypress pipeline groupsIttay Stern1-0/+1
Issue-ID: VID-647 Change-Id: I2260dcadba49c4970460b5b854b72265eea198f8 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-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-19Merge "Bump VID master version to 6.0.0 (Frankfurt)"Wojciech Sliwka1-1/+1
2019-09-18Bump VID master version to 6.0.0 (Frankfurt)Ittay Stern1-1/+1
Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57 Issue-ID: VID-631 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-18add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTEEylon Malin5-11/+8
Issue-ID: VID-646 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I533221a6115c4a2d00ce3ed02eef4d1ad882df3a
2019-09-16Upgrade FasterXML/Jackson to version 2.9.9.3Amichai Hemli1-1/+0
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-15Bump VID version to 5.0.3Ittay Stern1-1/+1
Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb Issue-ID: VID-611 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-10Add flag flag_flash_more_actions_button_in_old_view_editIttay Stern2-2/+2
Renamed from FLAG_FLASH_VIEW_IN_NEW_VIEWEDIT_SCREEN. Added features.properties.md to document the different flags. Change-Id: I819a31851eab8bed54f807f0ffb5082496677d3f Issue-ID: VID-603 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-09Adding feature: Replace vfmoduleEinat Vinouze61-15543/+1114
Issue-ID: VID-603 Change-Id: I59068a0979d6fb733e4243c8f78921f396dc9d17 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Bump VID version to 5.0.2Ittay Stern1-1/+1
Change-Id: I9e971e01b1516da3313c63a28ce0f8f982cb9921 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Lets build modern ui by defaultwsliwka1-3/+22
to disable modern ui build just use maven with -DskipModernUi=true Added configuration for maven-cleanup-plugin to remove 'dist' directory Issue-ID: VID-576 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I668820bbd28302b8cdaf13300b0f26cfcb3df398 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
2019-09-03change management cypressEinat Vinouze1-0/+39
This is the very first cypress test for change management Issue-ID: VID-596 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ib3ddc5d88504392281dbd25c3d6688714a01a643
2019-08-25Fix to vf-module-homing-data-action controller to retrieve the cloudRegionIdAlexey Sandler1-9/+8
Issue-ID: VID-378 Change-Id: I6042e72c9ebb8508b822df276da1b8549501042c Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Bump VID version to 5.0.1Ittay Stern1-1/+1
Issue-ID: VID-494 Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-07Use lcpRegionOptionId as value in resumeRina Roi2-2/+4
Issue-ID: VID-482 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
2019-08-01Add flag for modern UIRina Roi2-2/+3
Issue-ID: VID-544 Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b Signed-off-by: Rina Roi <rina.roi@intl.att.com>
2019-07-11Change tests and log to expect "Browse SDC" (was "ASDC")Ittay Stern2-3/+3
Issue-ID: VID-516 Change-Id: I481880df1796721128b07e3dc3ae83085fc097e8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-11Package webpack's `dist` folder into /app/uiIttay Stern1-6/+2
Issue-ID: VID-515 Change-Id: I33d4b5f0dbd4125a5b79253c4dc8e736df9116ee Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-11upgrade jersey version for api testsRina Roi1-1/+1
Issue-ID: VID-472 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
2019-07-09Merge changes Ib4430bf2,Icc0bdb9e,I2736b984Amichai Hemli256-39171/+36280
* changes: Merge from ecomp 718fd196 - Ext. Services Simulator Merge from ecomp 718fd196 - Integration Tests Merge from ecomp 718fd196 - Modern UI
2019-07-08Merge from ecomp 718fd196 - Modern UIIttay Stern256-39171/+36280
Issue-ID: VID-378 Change-Id: I2736b98426e324ec3aa233b034229ba84d99839f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-08Upgrade to Spring 5.1.6 + simulator fasterxmlEinat Vinouze1-1/+1
Issue-ID: VID-512 Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-06-19Bump vid-webpack-master for versions-maven-pluginIttay Stern1-1/+1
This lets vid-maven-stage-master go green. This complements commit e67fc39116ef74b865422c92b249ccec6c21fdfa Issue-ID: CIMAN-234 Change-Id: I0d1fdcdd3601b0f367a0d7a8ac28b02a4ca7f408 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-10Fix package.cypress.json licensing attributeIttay Stern1-1/+1
Change-Id: Ia412a1deecfda523efde7021096a0c90ab6966ea Issue-ID: VID-450 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-28Condense unneeded data on Modern UI testsIttay Stern19-16381/+2099
Issue-ID: VID-378 Change-Id: I65d9f8cf5cd6708dc49f9e424bc65796ab1f2dea Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-20Fix vid-webpack version to SNAPSHOTIttay Stern1-1/+1
Also aligning to other modules' version: 4.0.0-SNAPSHOT Change-Id: Ia46fdbe2a484912c332f1edf66fb6fc57ba13665 Issue-ID: VID-378 Signed-off-by: Ittay Stern <ittay.stern@att.com>