aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components
AgeCommit message (Collapse)AuthorFilesLines
2020-12-15Add metadata to topology inputs1.8.0MichaelMorris3-13/+171
Change-Id: If57e16003532d59552fa0b5cacc69a792e5b877a Issue-ID: SDC-3399 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2020-12-15Set directives and node_filters in any node typearibeiro1-18/+26
Allows to set directives and node_filters in any node type. Issue-ID: SDC-3404 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ib75821e27bf949f841c990b1353f156eda2ae8f0
2020-11-16Fix node filter capability filtersaribeiro3-31/+183
Issue-ID: SDC-3335 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I6ffc1e0fb079ac0e33262f16a62deefda97f7616 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2020-11-04Add pagination in Generic Artifact BrowserPawel4-8/+56
Fix header(sticky) in Generic Artifact Browser Add loader in Generic Artifact Browser Issue-ID: SDC-3362 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I14b0c41ecbd76af522bff0d7b66dd868afe0dfaa
2020-10-23Fix for substitution filter propertiesKrupaNagabhushan4-79/+112
Issue-ID: SDC-3325 Change-Id: If26bf895a0a2f914fb9c2b36e53466df9b7999fe Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
2020-09-07Make directives options configurablearibeiro4-24/+16
Issue-ID: SDC-3275 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ia91655f02c45d033ebae45bd6d9f252c2f6d6f47
2020-09-07Retrieve node_filter capabilitiesaribeiro5-92/+163
Issue-ID: SDC-3270 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ieb1b3c4d31a50e73112fc34cdd8d5fd9ba9e6a30
2020-09-07Enable node_filter update actionaribeiro2-28/+24
Issue-ID: SDC-3257 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Id8ae9a7bfe941aa11891f472e830b4ca59b3e839
2020-09-04Support for Nested/Hierarchical ServicesMichaelMorris1-0/+1
Change-Id: I478cf2e1f9cf96443a3e35bf22ac2c9d72bca8f1 Issue-ID: SDC-3145 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2020-08-07Add substitution filter UI supportaribeiro4-0/+495
Issue-ID: SDC-3195 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Idc6301a1ab7442f8d2d59931abf0a0741cc8e410
2020-06-21Add Support for node_filtersaribeiro2-4/+7
Allows for node_filter to be specified for a node template to provide processing instructions to the orchestrator Issue-ID: SDC-3095 Change-Id: I4e496e300552049d9bfd00df878b86d9fb97312b Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2020-06-14Add support for directives on VFCaribeiro6-57/+125
This change also updates the directives values according to Tosca 1.3 spec Issue-ID: SDC-3074 Change-Id: Ia6a68c9a23a71a2c17ba2c006990342811aa7b4e Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2020-04-19Configure a new Artifact Typeandre.schmid4-84/+68
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-03-31Add 'required in runtime' for service inputsSatoshi Fujii6-11/+44
User may want to set required to true for some inputs so that make sure those input values are given at service instantiation time. By this change 'required in runtime' column is introduced into service inputs table in Properties Assignment screen and user can select required true/false for each input. Change-Id: I0d676d2d20e02c975d51c7f4d2bb63c699743d66 Issue-ID: SDC-2659 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
2020-03-04Fixed the navbar stylek.kedron1-1/+1
Now all time contains all elements in the one line. Issue-ID: SDC-2308 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ic424f6bef0bc2ba83375b1339bbc451bd14ddff9
2020-02-05Fix loader for unready pluginsilanap1-1/+7
Checks whether plugin was ready and will reset loader and ready event when moving between windows if not. Issue-ID: SDC-2715 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I9c3d637135153f0607a6588e5f588450c1708b99
2020-01-28fix ui-ci testsYuli Shlosberg1-1/+1
Issue-ID: SDC-2730 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: I45500daf397a523d450b30836dda188573de04a3
2020-01-22Catalog alignmentys9693122-1775/+3664
Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
2019-06-04fix bug - Service dependency - Can't select parent inputs that came from ↵miriame1-6/+15
other instances Issue-ID: SDC-2349 Change-Id: Ief5d068e1dacbef1f70766f0e3b17c1a28a35344 Signed-off-by: miriame <miriam.eini@amdocs.com>
2019-05-14Support Capability PropertiesMojahidul Islam1-2/+20
This change includes following changes 1. Get capability properties from global types- BE 2. Show capability properties in cap/req screen 3. Support Capability Properties in assingment, operation and consumption screens Change-Id: Ieb4fa5705007c8bed3d82eb4fe4604572aa202d7 Issue-ID: SDC-2294 Signed-off-by: Mojahidul Islam <mojahidul.islam@amdocs.com>
2019-05-07Change to enable SDC list type inputToshimichi Fukuda1-1/+7
Change-Id: Ic3a9c6e714a5afd22b58bf2cb066932b1ec2a5c0 Issue-ID: SDC-2046 Signed-off-by: Toshimichi Fukuda <t_fukuda@jp.fujitsu.com> Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Signed-off-by: Ayumu Ueha <ueha.ayumu@jp.fujitsu.com>
2019-04-30Ability to disable GAB filters.Tomasz Golabek2-0/+8
Filters for preconfigured columns can be disabled using props. (Should be merged after 'Dynamic columns in GAB table') Change-Id: Id740ceb211c3978499b9c69197929a43e61e9cdc Issue-ID: SDC-2234 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-30Add missing parameter in GAB dynamic columnsPiotr Darosz1-1/+1
Add a missing parameter in GAB dynamic columns logic. Change-Id: Id50ad23ee9ad1ab9de91a812258518d684f5a86d Issue-ID: SDC-2094 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-04-30Dynamic columns in GAB tableTomasz Golabek7-120/+434
Possibility to add and remove new columns in GAB table. Currently additional columns are not stored anywhere. Change-Id: Idc204ef3da5be8f9509289461165e22d4c0068bf Issue-ID: SDC-2229 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-15Introduce column filters in GAB tableTomasz Golabek3-1/+54
Additional input is available in each GABs headers providing possibility to filter data-rows Change-Id: I3d782673e275a2dc3b2d297520ace774348a8e68 Issue-ID: SDC-2214 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-14Declare properties as policiestalio4-0/+358
Change-Id: I54dc7b444e08117097c314cf5f51bd356ac5287d Issue-ID: SDC-2240 Signed-off-by: talio <tali.orenbach@amdocs.com>
2019-04-11Apply Valid Value Constraints validationsiddharth09054-1/+31
Apply Valid Value Constraints validation for FE and BE in Property Assignment, Input, Service Consumption screen Change-Id: I01c7523bad702f003cd52fd88bc69fe950b2b4f3 Issue-ID: SDC-2224 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2019-04-07Generic Artifact Browser SDC UIPiotr Darosz4-0/+264
Introduce Generic Artifact Browser SDC UI in VF -> Deployment Artifacts view. Change-Id: I312c6c9d77f42ad2d073a8ad21c983ede39dfd0b Issue-ID: SDC-2211 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-03-18Service Consumption FEojasdubey6-4/+366
Service consumption feature frontend implementation Change-Id: I68e1b507b1d4379b271fe97428ff8ae86dc11b4c Issue-ID: SDC-1990 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2019-02-14Add 'Service Dependencies' tab in composition pagemiriame6-6/+469
Issue-ID: SDC-1987 Change-Id: Ib5b688c12234c81fe6f89b2b5d37dd16a75b0db9 Signed-off-by: miriame <miriam.eini@amdocs.com>
2019-02-04Add property mapping feature to ONAPTalio3-1/+24
Add service property assignment Change-Id: I29748ce12bacab06b8bc27f8875b39d80ffe5af7 Issue-ID: SDC-1988 Signed-off-by: Talio <tali.orenbach@amdocs.com>
2019-01-16minor fixes to sdc-pubsubIdan Amit1-4/+5
Aligned sdc code to the fixes that were made in the sdc-pubsub library Change-Id: I54e48e55915dadd3fdb53c0290e013708161aa46 Issue-ID: SDC-2032 Signed-off-by: Idan Amit <idan.amit@intl.att.com>
2019-01-01Improvement: Add property to VF - complex typesTomasz Golabek2-0/+26
Handling booleans inside map at parameter area Change-Id: I7cc149e20ee133b22ede74f41f1d230cdd799d90 Issue-ID: SDC-1996 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2018-10-17header correction in Catalog UI componentseshukm9-0/+144
Change-Id: I0ee63b051a60590ad9ddae2770c97979f1c629c0 Issue-ID: SDC-1770 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-10-10Plugin load by the UIIdan Amit2-5/+15
Changed the original plugin API to only return the plugins list Changed the plugin Iframe to check if the plugin is online on every init Change-Id: I7916668de17c49a2639047ef243939889a933067 Issue-ID: SDC-1400 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-09-27Fix header info of menu-itemseshukm3-10/+18
Change-Id: Icc2bca4c1afb07d037c521e88b18eb6f633283d0 Issue-ID: SDC-1770 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-25Fix Copyright info in component take2seshukm20-0/+322
Change-Id: Ia79f20d2489a8ee6cabd82ca41122791d0393b41 Issue-ID: SDC-1754 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-24Fix Copyright info in sdc Take 1seshukm9-30/+137
Change-Id: I5c4f1cf104d6d2dc230f390d6591325d220c4be5 Issue-ID: SDC-1754 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-20Fix wrong selected tab in top-navIdan Amit1-1/+5
Fixed a bug with wrong selected tabs in the top-nav Change-Id: I0a4fdb2d62154207b60fee641bf28b7f971d2456 Issue-ID: SDC-1583 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-09-12Add sorting capability to property assignmentAnjali walsatwar6-37/+175
Change-Id: I74cbebac6cfe76f4334fcb46813c98686de55822 Issue-ID: SDC-1516 Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-07-29re base codeMichael Lando53-166/+870
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-31Drop down being cut in plugin viewIdan Amit1-1/+1
Fixed drop down being cut down in plugin view Change-Id: I8d5895231e1e921c0c07df563a61039f207f253c Issue-ID: SDC-1367 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-05-16Fixed bug with breadcrumbs sub menuMichael Lando1-1/+1
that it was closed while mouse inside the sub-menu. Change-Id: I090ab2e7792845e701b77ab855feb90517f54762 Issue-ID: SDC-1328 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-08Developed disable navigation mechanismIdan Amit1-7/+12
Added a list for events to not fire an WINDOW_OUT event after sdc notifies about them Small fix to Plugins loader Change-Id: Ia31ebf4095b94a5ca602c4f502df4fcc32368b0b Issue-ID: SDC-1277 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-05-08Developed disable navigation mechanismIdan Amit2-2/+5
Added a mechanism to disable and enable the navigation when waiting for a response from a plugin Change-Id: I11cba9a7fc2a32e3d3d32fb9cf9f0590900fe73b Issue-ID: SDC-1277 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-04-15New observable notify design in pubsubIdan Amit1-5/+8
Implemented the new subscription mechanism for the pub sub notify function Change-Id: I5e6484adf1a0413d48b54b55048cda1a59b387ee Issue-ID: SDC-1178 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-27Create Error page for offline pluginIdan Amit3-1/+10
Created an error page to be displayed when a plugin is offline Change-Id: I7bff7d29896e5eae88eca79784854bcd1086ca50 Issue-ID: SDC-1082 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-13Fixed merge issuesIdan Amit2-3/+3
Fixed merge issues that broke the behavior of the plugins development Change-Id: I6333944939628f745eb36c4619be33780881d27d Issue-ID: SDC-1126 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-07Sync Integ to MasterMichael Lando53-169/+1143
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-07Add events hub notify callsIdan Amit2-6/+39
Added events hub notify calls. Fixed issues raised by development across the publish subscribe mechanism development Change-Id: I0768bdcb2d89f99634cdb6bc7cb75e20263f5c00 Issue-ID: SDC-1029 Signed-off-by: Idan Amit <ia096e@intl.att.com>