summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared
AgeCommit message (Collapse)AuthorFilesLines
2020-01-16Async MSO error visibility: let open "retry" from Audit-infoIttay Stern3-1/+21
On the "audit info" modal (available on Instantiation Status page), show a link navigating to read-only RETRY page with more audit info. Issue-ID: VID-749 Change-Id: I070336059859668292af31c187a7672c68962832 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-15remove "Previous instantiotion" button from service popup.Alexey Sandler3-41/+1
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 Sandler3-9/+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-12Instance name (VNF name and VG) is displayedYoav Schneiderman1-1/+1
Issue-ID: VID-745 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I9272b12e76c12cd6c323b4fd74e11e99217063a0
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 Schneiderman32-23/+1270
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 Schneiderman9-17/+45
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 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-01Show Templates popup when deploying from "SDC Catalog"Yoav Schneiderman6-13/+55
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 Sandler3-11/+11
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-24Convert template summary from json to string.Alexey Sandler3-2/+20
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 Schneiderman4-5/+12
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 Schneiderman30-655/+693
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 Vinouze1-1/+1
Issue-ID: VID-730 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie9b23a0360f902334fd6b877accec322b795c413
2019-12-18Merge "Add details in template list popup"Eylon Malin9-6/+150
2019-12-18Merge "vfModule.model.info getModel use vfModule constructor"Amichai Hemli1-2/+8
2019-12-18vfModule.model.info getModel use vfModule constructorEylon Malin1-2/+8
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-17Add details in template list popupYoav Schneiderman9-6/+150
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 Stern1-1/+1
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-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 Malin12-34/+59
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 Malin11-20/+110
2019-12-16Do not show retain VGs checkbox in VFM Upgrade modal + tests modificationsAmir Skalka12-34/+59
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 Malin3-2/+2
2019-12-16When opening new VNF modal the modal should be empty.Yoav Schneiderman11-20/+110
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 Weiss3-2/+2
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I69b0a7bb7d996204416475678d061a9f3c838c06
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-15Load template button in new template modalSara Weiss6-11/+24
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 Malin3-1/+19
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 Malin2-3/+4
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b
2019-12-11add common method for getting max allowed instances of vfModule + UTEylon Malin2-20/+35
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib4597a027a6ac519ca2290d41b0f3208d47cc5b3
2019-12-10Adding unlimited max value to VNF, NETWORKYoav Schneiderman5-15/+33
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-09add create another one menu item to instantiationStatus pageEylon Malin1-0/+1
Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I205bc276ec7ba59eae37207f0976867bd496043f Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08Changing VNF platform to multiselect + cypress + APIAlexey Sandler4-50/+12
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ie8c720974da3419e26ce7e8675622f75780581b9 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-08Merge "Show previous instantiations button in new service modal"Ittay Stern7-7/+67
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 Weiss7-7/+67
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I18633adbabbc22c68f9bcd712427033deaffd33c
2019-12-05Call to useTemplate create Action in orderAlexey Sandler1-1/+2
to update state with template which was called from back end. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0726d54324e523d60bcd41116ee44b01a88d9c7b