aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master
AgeCommit message (Collapse)AuthorFilesLines
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
2019-12-17default maven build of vid-webpack-master to run build and unit testsEylon Malin2-1/+4
Issue-ID: VID-729 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I244996542d9b9d8f92af4db325d22585f0327d0f
2019-12-16Merge "When opening new VNF modal the modal should be empty."Eylon Malin14-29/+117
2019-12-16Do not show retain VGs checkbox in VFM Upgrade modal + tests modificationsAmir Skalka26-71/+101
Business&test(cypress&UT), refactor of some files, fix of typos, upgrade jest version etc. Issue-ID: VID-603 Change-Id: I2153c8a7f300bfa34f6817704b08f0c2a046a4e7 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
2019-12-16Merge "change serviceBase modal file name to InstantiationBase"Eylon Malin4-3/+3
2019-12-16When opening new VNF modal the modal should be empty.Yoav Schneiderman14-29/+117
Issue-ID: VID-727 Change-Id: I29a83ae7460c30661ad5d99860bcddda5a2936be Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-16instantiation template modal disabled buttonSara Weiss1-1/+1
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I75d094739334863dd65e029118caa4ad5665372b
2019-12-16Merge "Allow edit service button to be shown on service context menu in ↵Ittay Stern5-10/+48
recreate mode."
2019-12-16Allow edit service button to be shown on service context menu in recreate mode.Alexey Sandler5-10/+48
Issue-ID: VID-724 Change-Id: Ife26ef3278a37555a80fe4f3e8afa56666ca81ba Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-16change serviceBase modal file name to InstantiationBaseSara Weiss4-3/+3
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I69b0a7bb7d996204416475678d061a9f3c838c06
2019-12-16Merge "change context menu item name to Create another one"Ittay Stern2-3/+4
2019-12-16change context menu item name to Create another oneEylon Malin2-3/+4
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0bd8df7a36634c9a93aedbb1e8ec2c8114538f8e
2019-12-16fix FE unit test serviceBase modalSara Weiss1-3/+5
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If8ff87b38bfec17f371a7c51d730151f60f89994
2019-12-15Merge "when there is no max instances for VfModule/Network show Unlimited ↵Ittay Stern8-19/+42
(default) in component info"
2019-12-15when there is no max instances for VfModule/Network show Unlimited (default) ↵Eylon Malin8-19/+42
in component info Issue-ID: VID-726 Change-Id: Ic296de9ba2c8d25a7b5f3bd789ffb5fdef0329d0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-15Load template button in new template modalSara Weiss8-72/+110
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I3a3d6a10b364b61f6a7631b47107b7c4de601aaf
2019-12-15when there is no max instances for VfModule show Unlimited (default) in ↵Eylon Malin7-25/+33
model info Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3718c0f89204d5272872dca18f3e953e05a94dfe
2019-12-12when there is no max instances for VNF show Unlimited (default) in model infoEylon Malin5-3/+23
Issue-ID: VID-726 Change-Id: I9a53f76f97d96c565ec79f3a3e7d908c49f51af1 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Merge "when there is no max instances for VNF show Unlimited (default) in ↵Amichai Hemli3-14/+12
component info"
2019-12-12Merge "Add edit button on service context menu."Eylon Malin3-3/+35
2019-12-12Merge "Adding filter (Implement in FE) + cypress + tests"Eylon Malin4-14/+31
2019-12-12Add edit button on service context menu.Alexey Sandler3-3/+35
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I6f050e77b41e57016a01c622b0bb09e5e36155e2
2019-12-12when there is no max instances for VNF show Unlimited (default) in component ↵Eylon Malin3-14/+12
info Issue-ID: VID-726 Change-Id: Ib939e18f63ae02b1b1944436e8d5c80fdc1e53ed Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Adding filter (Implement in FE) + cypress + testsYoav Schneiderman4-14/+31
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7969a0d21d2abeaa458fb3cd3cf56c085e398be2 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-12Merge "Show previous instantiations button only in new service modal"Eylon Malin3-28/+32
2019-12-12Merge "cypress test - default max instances of VNFs is unlimited"Amichai Hemli1-12/+27
2019-12-12Show previous instantiations button only in new service modalSara Weiss3-28/+32
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: Ia1dfd930be3b392a2772b0c9f791ab9ff9d84565
2019-12-12cypress test - default max instances of VNFs is unlimitedEylon Malin1-12/+27
Issue-ID: VID-726 Change-Id: I1e5dd9997a4ab38944a56cce8dd94b24ae0320dd Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-11Merge "Add cypress test that check vnf popup contains correct lcp region data."Eylon Malin1-31/+61
2019-12-11Add cypress test that check vnf popup contains correct lcp region data.Alexey Sandler1-31/+61
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
2019-12-11cypress test - default max instances of vfModule is unlimitedEylon Malin3-30/+62
Issue-ID: VID-726 Change-Id: I9f4d8b8b07f02f30aab3488f011eb12ce71c0a68 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-11change default max instances of VfModule to unlimitedEylon Malin4-24/+50
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b