aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src
AgeCommit message (Collapse)AuthorFilesLines
2021-12-07Fix Node Filter faultsaribeiro3-32/+38
Issue-ID: SDC-3798 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: If8f3cbed8bf63bc1667e279b48ac0c2488d6a350
2021-12-06Add node filter with getInput functionaribeiro7-73/+127
Support get_input functions for creating node and substitution filters Issue-ID: SDC-3793 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ie00f621be8418b4a9c88afcbbc07d80c22165e9b
2021-11-25Fix incorrect vsp version id in upgradeandre.schmid1-0/+1
During the upgrade of a VF through a VSP, the VSP version id passed to the backend is always the current VF version id, not the one to upgrade. Even passing the correct VSP version id, the backend was not persisting the latest version id in the metadata, keeping always the previous one. Change-Id: Ife2b92789d47a63ba5358c6ed8db8279db94ed46 Issue-ID: SDC-3790 Signed-off-by: andre.schmid <andre.schmid@est.tech> Signed-off-by: krupa.nagabhushan <krupa.nagabhushan@est.tech>
2021-11-15Fix archive and restore actionsaribeiro5-16/+17
Issue-ID: SDC-3784 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ia2d556913834fb65570470ed1dd79095f7b0411d
2021-11-05Add UI support for adding tosca artifact typesaribeiro16-44/+555
UI support for adding artifacts to an interface operation implementation Issue-ID: SDC-3768 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I71b3e49a160521e35a45515ad7adef836f901e78
2021-10-27Fix model and category change issues on Serviceandre.schmid1-16/+31
During Service creation, when the model value changes, the dependent fields information, category and substitution type, were not correctly being erased. Also, during the Service edition, the category validation that checked if the selected category is allowed for a base type was incorrect. Change-Id: Ibdf63168ad681ade9b500e95beff1bd69c304420 Issue-ID: SDC-3765 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-10-21Make Service base type optionalandre.schmid9-60/+128
Issue-ID: SDC-3759 Change-Id: I8adf112966ee9303fc965a74cec7203274acd735 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-10-19Support get_input for complex data typesaribeiro4-12/+44
Issue-ID: SDC-3760 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I68ceaa47012186533a90f06c2688454f5dde799b
2021-10-12Add a display name for the category metadataKeys entriesdavsad3-4/+13
Issue-ID: SDC-3737 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Ia9547f02267fd380feeef6be6af10beadd30457b
2021-10-06Adding type safety to the service dependency editor.davsad4-15/+61
Issue-ID: SDC-3725 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I63d77837fb0df24f5ee12baa5b852a76ce5f55e3
2021-10-05Filter categories by model namearibeiro2-86/+112
Issue-ID: SDC-3706 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I457151f09ce0ed2edfa09340e9e08a126e114002
2021-10-05Fix child model being shown in UIKrupaNagabhushan2-2/+16
Issue-ID: SDC-3734 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Iadbbf93dc2a84a14df6b73a191d4c6d3e657f4d1
2021-10-05Display model in UI tilesaribeiro1-0/+3
Issue-ID: SDC-3736 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I4929a36d5f261eaad5e5948569f594d0a283af64
2021-09-20Fix update VSP missing VSP version idandre.schmid1-0/+2
Fills the gaps of persisting and loading the VSP version id Change-Id: I4d6c63bd2309777fdfb337cf98c1a0f9daaa434b Issue-ID: SDC-3731 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-15Integration test for importing VFC with modelaribeiro1-1/+1
Issue-ID: SDC-3724 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: If978ab3630eaca9bb84e7f51fb24bf448f0e0587
2021-09-10Fail VF download of csar when VF has operation defined with workflow.davsad1-6/+3
Issue-ID: SDC-3689 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I207a95e86def05011feaa87847844e6b93b74c5e
2021-09-10Model hierarchy not being considered while filteringdavsad2-15/+26
Issue-ID: SDC-3718 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I4a984906aca180d470eb7bd71a09bfb0384cecb6
2021-09-10Fix create a service with SDC AID modelandre.schmid3-30/+17
Change-Id: Ia5f0fa1304f6eab609862dd76f9b9f3485f468d1 Issue-ID: SDC-3723 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-02Move position of Model on create screenaribeiro1-17/+15
Issue-ID: SDC-3712 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I8e2ed84dbedef897588a621a4f627bc75f4a7281
2021-08-27Support querying of model by typeMichaelMorris3-3/+16
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3678 Change-Id: I5fd19eefe475113df501901628b2ee8669004399
2021-08-23Filter catalog in UI based on modeldavsad7-9/+113
Issue-ID: SDC-3679 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Icd0eeb13dbfb1cc27745c7adf6a3212210e00a4a
2021-08-23Fix composition view palette filterstasys101-1/+3
Issue-ID: SDC-3677 Signed-off-by: stasys10 <stasys.jurgaitis@est.tech> Change-Id: I9025ccdf1aa56fb7b6aee08d1028250c86af1f5a
2021-08-20Select a Model when Importing a VSPandre.schmid7-23/+75
Change-Id: I7537af4c7279636de7e450ec398210ace376eade Issue-ID: SDC-3670 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-08-12Update base types based on modelMichaelMorris8-13/+31
Also made some changes where model was not being considered Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3666 Change-Id: I450c5261239cf4104c494abe6711cb61368a2b4a
2021-08-06Retrieve data types based on component modelaribeiro20-57/+110
Issue-ID: SDC-3660 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I09c533eb39277532b29e581e4dd57e9df952e8e6
2021-08-06Consider component model when retrieving interface typesdavsad2-2/+2
Issue-ID: SDC-3414 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Ie16a2604cfdff042e32bfa4f9a3a509b5da22226
2021-07-28Consider component model when retrieving capability typesKrupaNagabhushan2-4/+10
Issue-ID: SDC-3642 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ie09b5f8d64b95fc2db14f19d3857a9935075b2fe
2021-07-21Consider component model when retrieving relationship typesKrupaNagabhushan2-24/+24
Issue-ID: SDC-3640 Signed-off-by: MichaelMorris <michael.morris@est.tech> Change-Id: Ic06a9085b8aa2f44b8d33d7de12eadf691106131 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
2021-07-21Display model namearibeiro3-14/+10
Issue-ID: SDC-3632 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I7c6ec805298dee7b8327769b48c157f2bf0c30f9
2021-07-15Allow only types from selected model in service creationaribeiro2-1/+9
Issue-ID: SDC-3629 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I98edb8a1133b2df8d884782f3fb2758b42b94158
2021-07-15Specify model at service creationaribeiro10-2/+106
Allows a user to select a model when designing a service Issue-ID: SDC-3621 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I386e43ddeb649a4ba0805f153e4b47e8a528cff0
2021-07-05Refactor Substitution filters structureKrupaNagabhushan3-7/+6
The refactor removes unnecessary component id from the substitution filters structure, as the substitution filters belongs to and only to the component. This also avoid any copying issues during the new version creation, as there is not need to update the structure with a new component id. Issue-ID: SDC-3619 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ibcfd9be0c8ceb95d5c1c3bd3f21c3dec26c398f7
2021-06-08Integration Tests - Add inputs to a base serviceKrupaNagabhushan1-1/+1
Issue-ID: SDC-3609 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Iaf281999d29317e5c8caff2f2da765551571dc0f
2021-05-15Support for selection of capabilitiesandre.schmid8-27/+175
Change-Id: Ib1a3e3e1a59fc84c62620932c408e231acf77024 Issue-ID: SDC-3580 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-05-11Add relationship templete UI testaribeiro1-0/+1
Issue-ID: SDC-3574 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I63c15f36f3fdc623cbc152b79556590c2677d781
2021-05-07Add integration test for adding directive node filters to a base servicedavsad1-0/+1
Issue-ID: SDC-3575 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Idc4dfaad59239f1fb46d04246564554058b4095a
2021-05-06Increase Import VFC UI test coveragevasraz3-211/+213
Change-Id: Ie51411304fefe6b8ee3aa437b980f1e12bbc4707 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3566
2021-04-27Enrich 'Import VFC UI test'vasraz2-57/+60
Import a node types which contains interface operations with an implementation and inputs Change-Id: Ibf778747b69c60514d94985fc13097403ae1dd56 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3567
2021-04-27Add Property UI Flowaribeiro2-2/+2
Issue-ID: SDC-3564 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I3c0dfe516268b0ad3f2fff00a7ff29fb7e4e9ef5
2021-04-26Implement 'Add Outputs UI TC'vasraz3-4/+3
Change-Id: I8a357b9457c7f30b89400621ab7c4379ac586f88 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3503
2021-04-20Fix VSP update for checked-in resourcesandre.schmid10-73/+192
Checkout the VF (if checked-in) related to the VSP before loading the VF workspace. Change-Id: I9576fd5b429fdae2ac00de5bfbd38e183b93be59 Issue-ID: SDC-3560 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-04-19Fix 'Unable to save changed attributes default value'vasraz1-20/+40
Implements missing functionality to save changed attribute Change-Id: I1bc828ef133c8a2bf2fd6333a51fb46fc41b6547 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3562
2021-04-19Fix add property to a VFCaribeiro3-12/+12
Added properties to a VFC were not being displayed on the UI Issue-ID: SDC-3559 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Iede582ada4a25ddfb8f5ca5936c71e5c2b25e50b
2021-04-12Improve ETSI NS UI testandre.schmid1-1/+1
- import a ETSI VNF that has the tosca.capabilities.nfv.VirtualLinkable requirement; - externalize the tosca.capabilities.nfv.VirtualLinkable requirement and certify the imported ETSI VNF; - on the created ETSI NS Service (already existing flow), adds two instances of the imported ETSI VNF and a NsVirtualLink; - create a relationship between the two ETSI VNF to the NsVirtualLink, through the tosca.capabilities.nfv.VirtualLinkable requirement/ capability; - checks for the new nodes and relationship in the generated ETSI NS package. Change-Id: I57fa3079f473c7afcb7569941f870233ce7bdcca Issue-ID: SDC-3550 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-04-09Allow property to take its value from defined input listKrupaNagabhushan17-171/+553
Issue-ID: SDC-3547 Change-Id: Ic438e8f8943d0f1c656e386611b88b25f879e83b Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-04-06Add Create Service Substituition Filter Intergration Testdavsad1-2/+2
Issue-ID: SDC-3543 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Id6aabc02e36f199ee9106ec1fb145b57c8493c88
2021-03-26Revert "Fix 46 CRITICAL BUGs"Vasyl Razinkov35-1678/+1477
This reverts commit eb57d1efc197968a4073b331b2dc8f40d8109847. Reason for revert: some UI components are broken Change-Id: I533a827e9913250d5cb29ed2cc4736fd8c57a8e5 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3529
2021-03-25Fix CRITICAL BUGsvasraz2-178/+190
Change-Id: I2924e68c03a6b640644fd0360ca23f29f9bb5f5b Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3529
2021-03-24Fix 46 CRITICAL BUGsvasraz35-1477/+1678
Change-Id: Id354491665a1d8c25a7c1f3e83fcb4d146ca2f37 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3529
2021-03-24Enable selection of base type of servicevasraz11-1/+178
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3506 Change-Id: Iaba39955fac9056cb0d0f1eccd223c05dfb9c5b4 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>