aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master
AgeCommit message (Collapse)AuthorFilesLines
2020-01-06Merge "Hide Templates entry point when no instances"Ittay Stern13-22/+64
2020-01-06Hide Templates entry point when no instancesYoav Schneiderman13-22/+64
Issue-ID: VID-741 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I9f2c1879b30ed15b227cdd6189d14ef988bc3b1e Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-06cypress test - provide more details upon deepCompare failureEylon Malin1-1/+1
Issue-ID: VID-740 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I8c2a23fe9b69bd6f2395083d07d0a3ec7ed60b8f
2020-01-05Merge "Template modal - Start from Scratch button + UT"Eylon Malin5-16/+51
2020-01-02Template modal - Start from Scratch button + UTYoav Schneiderman5-16/+51
Issue-ID: VID-739 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ie390a53714212d4d943789d14bb2fb51f7311277 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-02cypress test - assertion that use vidBaseUrl taken from cypress configEylon Malin2-2/+2
Issue-ID: VID-740 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7bbcaf06d965172c9a92c4e890b8941960d3df7c
2020-01-02Merge "cypress test - adding option transpileOnly: true"Ittay Stern1-1/+4
2020-01-02Add new network after loading a template - cypress testEinat Vinouze1-0/+21
Issue-ID: VID-724 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I94b60dda080299b2bace1c59ad4d9fbf4dfdce70
2020-01-01cypress test - adding option transpileOnly: trueEylon Malin1-1/+4
See https://github.com/cypress-io/cypress/issues/2316#issuecomment-431725314 Issue-ID: VID-732 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I2aa21c1ef092b5caf5753402555e8e2eb19132b4
2020-01-01Merge "Remove network after loading a template - cypress test"Ittay Stern1-0/+18
2020-01-01Remove network after loading a template - cypress testEinat Vinouze1-0/+18
Issue-ID: VID-724 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Id711480e3f48646516874a70711cc2d0d0912b19 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-01-01Merge "Show Templates popup when deploying from "SDC Catalog""Eylon Malin7-64/+138
2020-01-01Show Templates popup when deploying from "SDC Catalog"Yoav Schneiderman7-64/+138
Issue-ID: VID-739 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I99fe7eff025341da9b8f8555c8fda4528c2c1426 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-01Merge "Tie Cypress instantiation.template.modal with API backed file"Ittay Stern1-102/+60
2020-01-01Merge "Remove VF module after loading a template - cypress test"Eylon Malin1-0/+15
2019-12-31Tie Cypress instantiation.template.modal with API backed fileIttay Stern1-102/+60
Issue-ID: VID-724 Change-Id: Icd4ddafe3b5f114e0990c5e35d338b7340bb7d12 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-31Remove VF module after loading a template - cypress testEinat Vinouze1-0/+15
Issue-ID: VID-724 Change-Id: I90d4016f3cd310f67a010ae8b61e434d6ca435dc Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-31Add a reference-template with 2 templated NetworksIttay Stern2-8/+134
Issue-ID: VID-724 Change-Id: I412d7fb7a8c2a265d26a68c9d15565d726f2ae8f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-31Add more VNFs after loading a template + Remove + DuplicateYoav Schneiderman3-51/+118
Issue-ID: VID-738 Change-Id: I1a9ed50ba672e8317aeb9074e561cc8d70aad24d Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-30Fixing the issue which prevents from clicking the [+] button on templatesIttay Stern7-112/+84
i) Use modelUniqueName instead of obsolete originalName ii) Add RECREATE as "editable" case iii) Lift vfModules limitation in model to 3 Issue-ID: VID-724 Change-Id: I9e55142ee379f4eead3c8634f5b816d2d1db1f8e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-29Merge "Templates: verify it's possible to add a vfModule to a loaded template"Eylon Malin1-7/+76
2019-12-29VFModule with missing data should show alert iconYoav Schneiderman2-7/+21
Issue-ID: VID-737 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I02b4cc9defb87ab618e395c8c608f48a93461e6f
2019-12-26Templates: verify it's possible to add a vfModule to a loaded templateIttay Stern1-7/+76
Test is disabled, as an issue prevents from clicking the [+] button. Issue-ID: VID-724 Change-Id: If3570daac7811a839e0e780110ef3b1945366551 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-26Merge "Use popup-sized viewport on Cypress tests where relevant"Ittay Stern5-13/+39
2019-12-26Use popup-sized viewport on Cypress tests where relevantIttay Stern5-13/+39
The smaller viewport let more authentic tests, and a real-life look-and-feel. It is used on: - New Service popup - Audit-info of Instantiation Status - Templates modal Issue-ID: VID-724 Change-Id: I4f9928a3f730085bd66f5920a14b3a44ef5a23ba Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-25Convert template summary from json to string.Alexey Sandler4-15/+15
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I02eb17e7e22ee7e12989c8bea6873baa0cefd092 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-25Make more room for buttons on component-popup bottom rowIttay Stern2-10/+8
This reduces the place on the `form-general-error` area, which lead to text-overflow issues to be visible. Therefore, had to recalculate the CSS heights/width of that error area. Issue-ID: VID-724 Change-Id: Iac2689da31c4fa0e1aaedc6586199eef21f8bc63 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-25rewrite message when timed out while waiting for MSOAmichai Hemli1-0/+89
Issue-ID: VID-736 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ica18071db59c3b4453573a89b8451b343716f6ec
2019-12-24Convert template summary from json to string.Alexey Sandler4-3/+27
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Icfe469b538c3dd5f82f95617ebbd6093b9e451dc Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-24move templates API to a intended controllerYoav Schneiderman5-14/+21
Issue-ID: VID-730 Change-Id: Id2aa44803a190333b5a96fda77ca15d254b4c222 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-23When remove VND with existing VFModules - should update Validation counterYoav Schneiderman2-2/+40
Issue-ID: VID-734 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I41cb2f010fc1aee4638f4f1b7c49af2be97ed2f3
2019-12-22Refactor Generic GeneratorsYoav Schneiderman33-662/+706
Issue-ID: VID-731 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ib851ff4056d64e12eaf415c5d689c832196ec8b0 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-19move templates API to a intended controllerEinat Vinouze2-2/+2
Issue-ID: VID-730 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie9b23a0360f902334fd6b877accec322b795c413
2019-12-19Merge "while ng1 view/edit - get aai service if they are not exist yet"Eylon Malin2-0/+16
2019-12-19while ng1 view/edit - get aai service if they are not exist yetEylon Malin2-0/+16
Issue-ID: VID-732 Change-Id: I6fd9866fb84eb07be7ea3c0bfc7cdfc0b3ea6084 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-18Restore the reference instance of Upgrade's testIttay Stern1-1/+1
Restored file upgrade_vfmodule_e2e__service_instance, and adjust upgrade_vfmodule_e2e__fe_input_cypress accordingly. Also hardening MsoRequestBuilderTest to check for every true/false/null Boolean option. Issue-ID: VID-603 Change-Id: Ib82afcecaa57cb06896f7175d48aa8d6a314fdfa Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Stored template test: modify some values and click "deploy"Ittay Stern1-20/+66
Issue-ID: VID-724 Change-Id: Ie66f6f8416e06f1dc8de60dc25be8834b17aff3d Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Merge "Add details in template list popup"Eylon Malin10-8/+196
2019-12-18Merge "vfModule.model.info getModel use vfModule constructor"Amichai Hemli3-165/+37
2019-12-18vfModule.model.info getModel use vfModule constructorEylon Malin3-165/+37
Fix bug of show wrong value in Component Info for VfModule with maxCountInstances Issue-ID: VID-726 Change-Id: I909218c9c7bb4121bcbfdb9f4f436571f1e83ebe Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-17Fixing node count icon VfModule + unit tests.Yoav Schneiderman2-10/+125
Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I07538d9e77ff3e983da35f90f73eb62c9fdfce4b
2019-12-17Add details in template list popupYoav Schneiderman10-8/+196
Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7042e85a1e12e7d5d9a19b5cc1eb92c65ea08134
2019-12-17Templates: Test deployment of a Cypress edited templateIttay Stern2-2/+2
Use templates__instance_from_template__set_without_modify1.json in API test, and make sure values comply. Fix multiselect control to keep platform name as-is when field not touched but "set" is set. Issue-ID: VID-724 Issue-ID: VID-722 Change-Id: Ic0e4cc36027c56f900f6d7e0aa2b01da7d0c728f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Templates: Test deployment of a Cypress *edited* without changes templateSara Weiss2-6/+32
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If70e4cb35d6a0feb0972da3f212b8a87892004cd
2019-12-17Merge "default maven build of vid-webpack-master to run build and unit tests"Ittay Stern2-1/+4
2019-12-17Merge "Add details in template list popup"Eylon Malin3-10/+15
2019-12-17Merge "Templates: show correct values of sdnc-preload, volume-group name"Eylon Malin1-11/+14
2019-12-17Merge "Do not show retain VGs checkbox in VFM Upgrade modal + tests ↵Eylon Malin26-71/+101
modifications"
2019-12-17Templates: show correct values of sdnc-preload, volume-group nameIttay Stern1-11/+14
Rename fields in VfModule: - volumeGroupName instead of volumeGroupInstanceName - sdncPreLoad instead of usePreload Also allow "set" on pupups by providing an empty "existingNames" Issue-ID: VID-724 Change-Id: I18ea0c3fdb4fe716c01902effbb577844000f958 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Add details in template list popupYoav Schneiderman3-10/+15
Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Id6c04f3400bb0b518e857011dfb72042cb79d184