aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11Add delete button for archived VLMandre.schmid5-12/+60
Adds a delete button for archived VLM in the VLM versions page. Asks for a confirmation before deleting. As VSP and VLM shares the same button, adds also a confirmation before deleting the VSP. Change-Id: I90af23cf3cff15d85292c895fdba7021aaa9649a Issue-ID: SDC-3964 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2022-04-08Delete VSP - Onboarding UI support for VSP deletionKrupaNagabhushan5-15/+51
Issue-ID: SDC-3952 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ib7258fe7002f5db03ccec84e935adfe0d217bfad
2022-03-03Obtain upload lock before uploadingandre.schmid4-24/+77
Before uploading, the system will now set the status as uploading in order to have more control of the upload process and status. Without that the UI status updates could show up incorrectly. Also, this behaviour removes the need to upload a file to set the upload in progress, which avoids a concurrent upload try to upload a file if there is another upload in progress. Change-Id: Ic008560aa57e1ee7a50389ad26f1a8890f1cf198 Issue-ID: SDC-3888 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2022-01-31Obtain and control VSP package upload statusandre.schmid9-109/+367
Obtain the upload status and control the upload from the frontend perspective. Change-Id: Idcc921cf592efea33df35c557afcfae827af3a39 Issue-ID: SDC-3862 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-15Add integration tests for the ETSI 2.5.1 Modelandre.schmid2-3/+5
Adds integration tests for the ETSI SOL001 2.5.1 Model, that Onboards and Import a VSP created for the model, and check the resulting VF. Change-Id: I02e6ae86a544d98298cc3e4b270a84fb794bd204 Issue-ID: SDC-3719 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-08-27Support querying of model by typeMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3678 Change-Id: I5fd19eefe475113df501901628b2ee8669004399
2021-08-18Fix license key group and entitlement pools required fieldsKrupaNagabhushan4-28/+7
Issue-ID: SDC-3664 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ic426cc57861673002f03e2fe4fee81c25474c4e0
2021-08-12Fix license fields disabledsebdet1-3/+7
The license fields are disabled in the VSP settings when the external license feature is disabled and when the user click on the general tab just after the ZIP validation to define the license fields. Issue-ID: SDC-3663 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I73528bc44552ee0bc1f373cacf5318691ffc2712
2021-08-12Specify a model while creating a VSPandre.schmid10-23/+212
Change-Id: I6ed0a3c979e14c62ecd6488dfd70589df40636e9 Issue-ID: SDC-3656 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-08-11Fix local build of onboarding-feandre.schmid1-1/+1
dox-sequence-diagram-ui/package.json: - upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not compatible or recommended with the webpack version. openecomp-ui/package.json: - upgrades webpack-cli to 3.3.12, the actual version 2.0.14 is not compatible or recommended with the webpack version. - upgrades babel-core from 6.24.0 to 6.26.0. Code and config fixes: - fixes i18n openecomp-ui/src/nfvo-utils/i18n/i18n.js. The previous code was calling an non-existent attribute of the intl-format-cache. - fixes dox-sequence-diagram-ui path in openecomp-ui/webpack.config.js. The previous path configuration was causing compilation problems in the openecomp-ui (folder not found problem). Updates README.md with used procedure to run onboarding-fe. Change-Id: I28f7b78a1f30b5f904b3f7214f72e9741253622d Issue-ID: SDC-3661 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-07-23Fix security vulnerabilitiesaribeiro9-16/+55
Issue-ID: SDC-3634 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I2ad864179cea8021773a9ea80953d995d75d36d0
2021-07-15Fix type issuexuegao1-1/+1
Use "license" instead of "licence" to be consistent with the variable used in features.properties.erb Issue-ID: SDC-3618 Change-Id: I58948ee8bcc4c4d2ad2d0b544e829869c05ae527 Signed-off-by: xuegao <xue.gao@intl.att.com>
2021-07-05External license as "toggleable feature"marine2-3/+76
Code modification in onboarding BE and onboarding UI so that the External License can be seen as a toggleable feature. By default this will set to true but could be disabled. Issue-ID: SDC-3618 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I01690c4cb44d3df590987bb340e8fbb58fe960e0 Signed-off-by: marine <marine.de.dorlodot@intl.att.com>
2021-06-15Add test cases for Helm validationPiotr Marcinkiewicz1-0/+2
Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b
2021-05-14Integrate helm validator with SDC-BEJoanna Jeremicz2-6/+27
- Read helm validator configuration - Add call to helm validator during Helm validation - Add JUnit tests - Fix display message when CNF upload is unsuccessful - Show warning messages from validation after CNF upload Issue-ID: SDC-3185 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: If197d557e6ddef4a07bef986d7cf133aedcb2cc5 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
2021-03-18Fix license option visibility1.8.4ChrisC1-3/+3
Fix for license option selection visibility in case user choose internal license type Issue-ID: SDC-3499 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I32f6f81055f619b8682bc856ab16e8689546172b
2021-02-17Creation of Vendor Licensing Model is an optional step in VSP onboardingJerzySzachniewicz5-34/+115
Issue-ID: SDC-3471 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: Icb98d0832c49939e200ece77f4ca26744cb82222
2021-01-29Change popup delay time and rename it's "cancel" to "OK" button.Maciej Malewski2-2/+2
Issue-ID: SDC-3390 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I158b85212140212a47079a1928c9f0d192fa836c
2021-01-28Add popup informing about long validation time for large pm_dictionary files.Maciej Malewski2-11/+52
For large pm_dictionary files, validation may take up to several minutes (average ~ 17s). The popup informs the user that the system is still working properly. Issue-ID: SDC-3390 Change-Id: Ia9ef211f2cab8a557aa1631d311ed06439fb3c26 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
2021-01-21Fix empty file list after import service CSAR in VSPTomasz Pietruszkiewicz1-3/+4
Change-Id: Id8e7cb7b71d4cd8d852946b6ff365054e551c005 Issue-ID: SDC-3438 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
2020-03-29Support 50 Characters for VSP NameTufman, Shay (st198j)2-2/+2
Change-Id: I02ddb9d67669e2ecca02762a4bb9862bf28df3cb Issue-ID: SDC-2854 Signed-off-by: Tufman, Shay (st198j) <st198j@att.com>
2020-03-23Entitlement Pool - Support Type FieldBen David, Elad (eb7504)8-87/+136
Change-Id: Ibd9996cce04849332bd23dd62e6143386cdd9a70 Issue-ID: SDC-2820 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2020-03-19Show missing base template error in UIAvivi, Yotam (ya107f)1-1/+2
Change-Id: Ifb54fc460242b1413c05e6494f9027686f796a81 Issue-ID: SDC-2822 Signed-off-by: Avivi, Yotam (ya107f) <ya107f@intl.att.com>
2020-01-13Refresh option in validation result pageatulpurohit16-288/+689
Issue-ID: SDC-2585 Co-authored-by: nikhil.soni@vodafone.com Signed-off-by: atulpurohit <atul.purohit1@vodafone.com> Change-Id: I78f1385d219837c300cb33aff82b7459f137babb Signed-off-by: atulpurohit <atul.purohit1@vodafone.com>
2019-07-24Fix view attachment for onboarded CSAR packagesandre.schmid4-4/+29
Fixes the problem to view attachments for a onboarded CSAR package. Every time the attachments link was clicked the process package was being called. The package processing can only happen once, while uploading the package. This solution changes the Attachment link action to a view action without package processing. Change-Id: I5bded800c060adfb8cc80a8512bc8eecf07557b8 Issue-ID: SDC-2443 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-07-17upgrade to ONAP-UIArielk55-73/+61
Change-Id: Iddc6a62cc0b7981daa5ceb2422b967c95b031422 Issue-ID: SDC-2411 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2019-04-10VSP Compliance Check for Compute FlavorVodafone5-89/+215
Change-Id: I04768a20413393026606a3f5b200e959e37c1410 Issue-ID: SDC-2051 Co-authored-by: rahul.ghugikar@vodafone.com, soumyarup.paul@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
2019-04-04Make Cassandra port configurable add defaults.Tal Gitelman1-1/+1
SDC-BE & Onboarding - BE. Reviewer: Evgenia A & Areli F. Change-Id: I4f11e354619a3f5cc276c128149a34f72c4b21bd Issue-ID: SDC-2077 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2019-03-25List of Input Parameters for VSP: FEVodafone24-6/+1899
Change-Id: I17697b5646c1a201678dbab11fef28a7483fbf8c Issue-ID: SDC-2049 Co-authored-by: rahul.ghugikar@vodafone.com, soumyarup.paul@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
2019-02-11Support modal dataTestId from SDCUIYarin Dekel1-5/+19
Issue-ID: SDC-2120 Change-Id: I5104d029896a33552d0a9ce64146a47ecf468235 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-02-11react 16 upgradeEinav Weiss Keidar101-1577/+1595
Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
2018-12-03keyMirror with namespacesvishnev43-353/+503
Issue-ID: SDC-1873 Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-12-02onbaording search visibilityYarin Dekel1-5/+10
Issue-ID: SDC-1963 Change-Id: I2e40deb35970c848422c471114fccf2bb5c331e2 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-11-05license fixsvishnev2-8/+23
Issue-ID: SDC-1850 Change-Id: I6ff92ec2f149f70b3268cb421a5af37c1cb574b9 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-11-04chache result in onboardingYarin Dekel14-81/+154
Issue-ID: SDC-1889 Change-Id: I99dc01cc32af99399bc232125b6195b7125e6c61 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-10-31FE removed condition for nfc when manualYarin Dekel1-16/+12
Issue-ID: SDC-1882 Change-Id: I65da28506774a078a91b2a1ddbc1fc2ddfd8635c Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-10-21dual list sort fixsvishnev1-9/+8
Issue-ID: SDC-1852 Change-Id: Ia5e0fa01fee267f909d42afae324d2eabcd67095 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-10-21vendor view issues fixsvishnev7-126/+119
Issue-ID: SDC-1850 Change-Id: I13f39b82ea152399ccd43914c893856bc6063cb1 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-10-16Add worker to onboard notificationMalek6-59/+203
Issue-ID: SDC-1840 Change-Id: I0506df2073beb14de2aea5a01233f05ce9a6d7f7 Signed-off-by: Malek <malek.zoabi@amdocs.com>
2018-10-16fix rest API headers UIYarin Dekel1-18/+1
Issue-ID: SDC-1837 Change-Id: I3ae3a849e3066f41fc6fbaf118823452ada75ee3 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-10-14EP & LKG sorting fixsvishnev2-7/+18
Issue-ID: SDC-1833 Change-Id: Iffca952f923188983e79ecf45d3d9acab079ecf7 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-10-14Fix draft license versionMalek1-4/+7
Change-Id: I38e69807228faab5efa7fb55ac7abd76c319ad77 Issue-ID: SDC-1834 Signed-off-by: Malek <malek.zoabi@amdocs.com>
2018-09-13Fix copyright header of onboarding HTML filesseshukm2-0/+32
Change-Id: Id17b576314384969a79cfadbb35ffe405bcb76cf Issue-ID: SDC-1754 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-09-12Display VLM Entities Order by namesvishnev8-124/+181
Issue-ID: SDC-1750 Change-Id: Ia73fa82b4f67530502df4fb4dfdcf9bb4ca2040c Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-08-29unused code removedsvishnev4-159/+0
Issue-ID: SDC-1688 Change-Id: I7ef8e9039a9ccd53193836daff4bc07b2e7b5c7f Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-08-07ui user feedback 1810svishnev23-654/+749
Enhance LKG & EP to include MRN Enhance EP & LKG UI to display Invariant UUID & UUID Remove MRN from FG Issue-ID: SDC-1524 Change-Id: Id6259f746ba4b4dcd5684d58d66f0df769107589 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-07-23heat validation fixsvishnev1-2/+21
ASDC onboarding is not showing error message from nested files inside volume in HEAT zip Issue-ID: SDC-1554 Change-Id: If348c5d506c2334c9d4db87872c574f00ea92c62 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-07-18ui loop fixsvishnev2-8/+12
Issue-ID: SDC-1525 Change-Id: I09cf3751881c49361315b2c80c91e7402872c8a4 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-07-16test-id to archive btnsvishnev1-0/+1
Issue-ID: SDC-1515 Change-Id: I923b7e7704fd25fe97d2f333bf65c068e23f3266 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-07-08webpack 4 upgradeEinav Weiss Keidar2-2/+2
Issue-ID: SDC-1388 Change-Id: I44d61491ef802187baa4beb3b4fc2c9f1e8405e5 Signed-off-by: Einav Weiss Keidar <einavw@amdocs.com>