summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07Provide UI support to upload csar to update serviceimamSidero1-4/+8
Upload capability is porvided in tosca artifact to update the service Issue-ID: SDC-4605 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I075250f91e6e68f007298d1b982db86244a696db
2023-08-30UI support for service update via tosca template importJvD_Ericsson4-21/+87
Issue-ID: SDC-4604 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I68f7640a254d0636cb967c15d51522b8c8a7abfc
2023-03-09Sort drop down lists in VFC requirements and capabilitiesshikha02031-2/+5
Issue-ID: SDC-4429 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I10c1f8cb6cd57e4c49b70d0a400a7aed068133b0
2023-02-22Disable editing the name of existing attributeseschcam2-1/+10
Also added a patch to fix an exception been thrown when editing existing attributes Issue-ID: SDC-3384 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: I524bad3046699baf66f407d1cf0c36394a66b623
2023-01-19Download data type from UIKrupaNagabhushan1-3/+1
Issue-ID: SDC-4332 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: If31f7a95eb2d568e716760a33ef2641bad09cf68
2022-10-18Fix security risk 'Improper Input Validation'vasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I6a52148aec3b567db43ec57109214e52d106f73c Issue-ID: SDC-4189
2022-09-23Fix show add button for Req and Capabilities in VFKrupaNagabhushan2-3/+8
Issue-ID: SDC-4188 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I9f59ce340fb10e0cde7416a0236a528df52c052f
2022-09-16Fix types not refreshing after model changefranciscovila1-22/+10
Loads the capability, requirement and node types based on the current VFC model. Removes the frontend cache that was being hold by the ReqAndCapabilitiesService. Issue-ID: SDC-4175 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I6ab9d1781c6d65e0d78ff69baf468fb9d24f9afd
2021-07-28Consider component model when retrieving capability typesKrupaNagabhushan1-1/+1
Issue-ID: SDC-3642 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ie09b5f8d64b95fc2db14f19d3857a9935075b2fe
2021-07-21Consider component model when retrieving relationship typesKrupaNagabhushan1-1/+1
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-05-06Increase Import VFC UI test coveragevasraz1-17/+18
Change-Id: Ie51411304fefe6b8ee3aa437b980f1e12bbc4707 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3566
2021-03-26Revert "Fix 46 CRITICAL BUGs"Vasyl Razinkov4-49/+42
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-24Fix 46 CRITICAL BUGsvasraz4-42/+49
Change-Id: Id354491665a1d8c25a7c1f3e83fcb4d146ca2f37 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3529
2021-02-17Implement Attributes/Outputs FEvasraz6-501/+2
Change-Id: I014bb0ebc07f3fea4266a4f295172eadee546705 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3448
2020-12-15Add artifact status notification messageMichal Banka5-16/+68
- Added column Message in consumer's artifacts view with shorten errorReason - Added full errorReason to artifacts's statuses view Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: SDC-3401 Change-Id: I6d29ad67838010fc2896bb97fa72af07e912ebb2
2020-11-17Fix import VFC with attributesaribeiro4-44/+20
Fix import VFC with default attribute value Fix Update, create and delete attribute action Make attribute definition tosca compliant Issue-ID: SDC-3381 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ibbd36b105b8c86d1e750f3b6d55752d63fe6530e
2020-05-17Fix edit deployment artifact icon, and downloadTufman, Shay (st198j)1-5/+10
Change-Id: I9e66870b03fcc5edcea30a18809cf8a2c539e674 Issue-ID: SDC-3053 Signed-off-by: Tufman, Shay (st198j) <st198j@att.com>
2020-04-19Configure a new Artifact Typeandre.schmid4-30/+41
Centralizes artifact configuration in one yaml entry. Allow the configuration of a new artifact type without the need of code changes. The configuration file now is used as a source of artifacts types instead the artifact type enum. The enum will be used as a source of base artifact types and also in hard coded business rules. Change-Id: Id0383d9fca9bce0519a4d52a4ecb3a68c8713f0f Issue-ID: SDC-2754 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-16Improved UX in the distribution componentk.kedron1-0/+11
Added new logic to expand currently open tab, after clicking the refresh button. Issue-ID: SDC-2886 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ib9d1c7cbf2ca2dd9df22f7f74ffda64144c06047
2020-02-24Fix layout of the artifacts iconsAleksandra Maciaga2-11/+20
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: SDC-2095 Change-Id: Ib5bbb214b1b25604db643a0c220aff5a97e7afd6
2020-01-22Catalog alignmentys969385-0/+5785
Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe