summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/genericFormPopup
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04Upgrade vfModule popup: show version from instance or model.Alexey Sandler4-12/+29
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Idc83bee2f5f94998d1c118f8c911c3370e2f23e1 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-24Show "retain VG" for vfModule that is allowed or that is an "alien"Einat Vinouze2-9/+24
Issue-ID: Issue-ID: VID-771 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie52fa194a92e0b9e21df723b708b4db877712068 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-01-21originalName may be model's "entry name", customizationId or invariantIdIttay Stern2-0/+4
The classic originalName is the "entry name". So two more options were added through SharedTreeService::modelByIdentifier() function. Issue-ID: VID-724 Change-Id: I9f192d2b24c9c1659a95baabd21252bed392e9da Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-15remove "Previous instantiotion" button from service popup.Alexey Sandler2-36/+0
aditional code has been removed Issue-ID: VID-739 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ifbd3491add8f25d951dfe17ce50ac6be3dfae65f
2020-01-15remove "Previous instantiotion" button from service popup.Alexey Sandler2-8/+0
Issue-ID: VID-739 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I562da185a59b593112dc50b403c20e671c7f7a48 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-01-12Templates popup: most of the columns are empty (AIC zone is redundant)Yoav Schneiderman3-18/+10
Issue-ID: VID-744 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I2a3242649c7caae4b3047fd6db42987cc2f8fc68
2020-01-09Merge "Fix the format of supplementary file and user params for aLaCarte ↵Eylon Malin1-7/+3
requests"
2020-01-09Fix the format of supplementary file and user params for aLaCarte requestsEylon Malin1-7/+3
supplementary file shall be in format [{"name": "fieldName", "value" : "xyz"}] Also this is the format of each param in user params for aLaCarte requests and old macros Issue-ID: VID-743 Change-Id: I579298ce3f0b789a7a69e6af5a85bfbd50ae9fc0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-09Upgrade to Angular 8Yoav Schneiderman5-8/+10
Issue-ID: VID-742 Change-Id: Ic4b3aae71d4c946e23d854847a49aa7e020c465d Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-07templates button - rename from hasTemplates to isInstantiationTemplateExists ↵Einat Vinouze5-13/+13
on the FE side Issue-ID: VID-741 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I09e0579d96cf5265519eaa69646afef7b511593a Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-01-06Hide Templates entry point when no instancesYoav Schneiderman6-14/+44
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-02Template modal - Start from Scratch button + UTYoav Schneiderman4-7/+41
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-01Show Templates popup when deploying from "SDC Catalog"Yoav Schneiderman3-6/+3
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>
2019-12-25Convert template summary from json to string.Alexey Sandler2-10/+9
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 Stern1-7/+6
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-24Convert template summary from json to string.Alexey Sandler2-2/+19
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 Schneiderman1-1/+1
Issue-ID: VID-730 Change-Id: Id2aa44803a190333b5a96fda77ca15d254b4c222 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-22Refactor Generic GeneratorsYoav Schneiderman15-35/+54
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-17Add details in template list popupYoav Schneiderman6-5/+106
Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7042e85a1e12e7d5d9a19b5cc1eb92c65ea08134
2019-12-17Merge "Add details in template list popup"Eylon Malin3-10/+15
2019-12-17Merge "Do not show retain VGs checkbox in VFM Upgrade modal + tests ↵Eylon Malin7-27/+53
modifications"
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-16Merge "When opening new VNF modal the modal should be empty."Eylon Malin2-3/+9
2019-12-16Do not show retain VGs checkbox in VFM Upgrade modal + tests modificationsAmir Skalka7-27/+53
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 Malin1-1/+1
2019-12-16When opening new VNF modal the modal should be empty.Yoav Schneiderman2-3/+9
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-16change serviceBase modal file name to InstantiationBaseSara Weiss1-1/+1
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I69b0a7bb7d996204416475678d061a9f3c838c06
2019-12-15Load template button in new template modalSara Weiss4-8/+13
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 Malin5-17/+19
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 Malin2-1/+15
Issue-ID: VID-726 Change-Id: I9a53f76f97d96c565ec79f3a3e7d908c49f51af1 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Merge "Adding filter (Implement in FE) + cypress + tests"Eylon Malin3-14/+23
2019-12-12Adding filter (Implement in FE) + cypress + testsYoav Schneiderman3-14/+23
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-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-11change default max instances of VfModule to unlimitedEylon Malin1-1/+1
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b
2019-12-10Adding unlimited max value to VNF, NETWORKYoav Schneiderman1-2/+4
Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I0c3d503c8e4f6cb14081de8f6a619a67eee080b7 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-08Merge "UT convertResponseToUI - use ISOString to compare dates"Ittay Stern1-1/+1
2019-12-08UT convertResponseToUI - use ISOString to compare datesEylon Malin1-1/+1
Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3077fc05413802f5891e42128bcc7e82d4fb5eb4
2019-12-08Show previous instantiations button in new service modalSara Weiss5-6/+61
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I18633adbabbc22c68f9bcd712427033deaffd33c
2019-12-04Adding Template button to new service instance + cypress test + filterYoav Schneiderman8-51/+675
Issue-ID: VID-724 Change-Id: Ie69a32dd6b74de57fd747a92935c1ce5edb86351 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-03free text filter in instantiationStatus PageEylon Malin3-3/+0
Issue-ID: VID-724 Change-Id: I5f363ecc66ff1f1fef9c9d75a12a9c43403aa905 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-01remove FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARDEylon Malin8-8/+4
Issue-ID: VID-721 Change-Id: Ia06b7afe0cc2aa6f906f56802dc537f6fec283d0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-28fix some methods signature to be more TypeScriptEylon Malin2-3/+4
Issue-ID: VID-603 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I50225f014abf0717b779f15f22a2185f1f92650b
2019-11-28update supplementaryFileContent at onSubmit of VfModule upgradeEylon Malin3-40/+92
Issue-ID: VID-603 Change-Id: I7fac657454de7a6d3674708c956eb099c11ad2ea Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-27add sdnc checkbox to vfm upgrade modalAlexey Sandler2-30/+31
Issue-ID: VID-603 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ic297486bc343419415bf3736ebb56944e72bf8b8 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-11-27use mergeObjectByPathAction for update VfModule properties upon upgradeEylon Malin2-13/+69
Issue-ID: VID-603 Change-Id: Icdec60aa0e0522e5af394184c5f700ed2d493e4e Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-26extract VfModulePopupServiceBaseEylon Malin2-103/+113
Issue-ID: VID-603 Make VfModulePopuopService and VfModuleUpgradePopupService inherit from same base class Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie91aa4ef2afb0d7d807c0dd56944bd4e1777b8d0
2019-11-26Replace vfmodule: add retainVolumeGroup to new upgrade modalSara Weiss2-14/+54
Issue-ID: VID-603 Change-Id: I1994d4464172613294198e21a77f31b752211888 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-25Merge "remove EMPTY_DRAWING_BOARD_TEST feature flag"Ittay Stern7-7/+0
2019-11-25upgrade vfModule retainAssignments true by default.Yoav Schneiderman2-2/+2
Issue-ID: VID-603 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I9f8761b756968dcc91ab1cae998d47fa74ecccd0