summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12Restrict metadata valid values per categorydavsad2-51/+132
Issue-ID: SDC-3504 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I95c4769b231de8e681a2f0ff5eb84cc01c2d4367
2021-02-17Implement Attributes/Outputs FEvasraz3-0/+317
Change-Id: I014bb0ebc07f3fea4266a4f295172eadee546705 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3448
2021-01-12Support for category specific metadataMichaelMorris2-2/+116
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3412 Change-Id: I87392cc21dc25253b558bdc1d453d99659d049fa
2020-09-21Support for Test Topology Auto Design- Service Importzhaoxiangjun6662-3/+23
Add some test code and use lombok in catalog-model Test Topology Auto Design (NFV Testing Automatic Platform) Delete useless test code and add test code for new function Issue-ID: SDC-3179 Issue-ID: SDC-3085 Signed-off-by: zhaoxiangjun666 <xjzhaop@isoftstone.com> Change-Id: I7f555633a00848c273014caa18ea0e30d0b22113
2020-04-06Fix when adding a VFaribeiro2-10/+11
Remove duplicated field when adding VF, fix label names and fix field that appears mandatory even though its not Issue-ID: SDC-2865 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Iac0866ebcd1b90570949fe9c851fec1f861818af
2020-03-24Fixed updating VFCk.kedron1-11/+14
Added checking that newProperty.path isn't null. Also added refreshing the returned property from the backend. Issue-ID: SDC-2800 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I82449d04f3151b5233cd99fb919b47f6d05a83fa
2020-03-05Fix update the policy in SDC UIk.kedron1-4/+9
Refresh the property.value which is sent to the backend to properly update the policy property. Issue-ID: SDC-2797 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: If87c7acb5324cf933e9c8a4ebd5616a11d8b4c71
2020-01-22Catalog alignmentys9693143-15799/+722
Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
2019-12-20Disabled manual service creation for PartnerNilay Ranjan2-1/+44
Changes to disable/hide Partner Domain Service category to disable manual creation of such services Issue-ID: SDC-2382 Change-Id: Ie15732360d78542f41101e315fa4aa803531b5f2 Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-01Fix welcome screen close timeoutandre.schmid1-4/+5
The welcome screen close timeout is triggering even if you close the welcome window. After 4 seconds it forces the user to go to the home screen even if it is already in another screen. The timeout was also the cause for one known problem in the sanity ui test "onapOnboardVNFflow". Adds also a print screen to the ui tests, to check if the resource was really clicked. Removes invalids "throws Exception" declarations that were being handled in the main test method "Vf.changeInstanceNameInVfTest", that was catching also assertions errors. Change-Id: Idff26b1ba5b199482e68cc50532fa20f4f834e34 Issue-ID: SDC-2648 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-10Fix incorrect rendering of search box on VF Properties Assignment tabvasraz1-1/+10
Change-Id: I7abb04fa17c525aaba414f1ba1714211ff08b46c Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2328
2019-10-16Changes for new service categoryatif husain3-4/+35
Introduced new service category, Partner Domain Service Added logic to disable composition for Partner Domain Service category Issue-ID: SDC-2382 Change-Id: I6ed135733c6f05914e102c037ebe9057ad731e75 Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-10-03Fix for closing sdc splashscreen.aribeiro1-0/+3
After loading, the SDC splashscreen will now disappear after a total of 4 seconds. Issue-ID: SDC-2258 Change-Id: I16629b2cf90f6cca0469ceb506128dabfc1ea3e1 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-06-24Revert "add automated fadeout to sdc splashscreen"kaihlavi1-10/+4
Issue-ID: SDC-2384 This reverts commit 4f514b1c3f1c688345c750281097925ac22417ca. Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I4f35c5771795750c6af71c41c7d8dc08001e833c
2019-06-02add automated fadeout to sdc splashscreenAndrei_Barcovschi1-4/+10
Change-Id: Id24486b4a58d5aa2ccd1dfc8be99bf747b4263c5 Issue-ID: SDC-2258 Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
2019-05-21Rename "Ecomp Generated value" to "Generated Value"avigaffa1-1/+1
Rename "Ecomp Generated value" to "Generated Value" in create service screen Change-Id: I4e0439117e77ca9fa68719c970f3e13e4491b81b Issue-ID: SDC-2318 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-05-20fix bug [SDC-2317] - Auto collapse properties tables after sorting by ↵miriame2-5/+8
capability column is not applied Change-Id: Ife53616c79b9cc5271dfde6204775afdfaa3b646 Issue-ID: SDC-2317 Signed-off-by: miriame <miriam.eini@amdocs.com>
2019-05-14Support Capability PropertiesMojahidul Islam4-59/+169
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-04-30Ability to disable GAB filters.Tomasz Golabek1-1/+1
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-30Dynamic columns in GAB tableTomasz Golabek1-4/+3
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-30Refactor hardcoded column configPiotr Darosz1-7/+28
Move hardcoded GAB columns configuration to configuration.yaml file Change-Id: Ie70a1d44c9a04a37c3ba0d3b5f64ad2989b11166 Issue-ID: SDC-2225 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-04-07Generic Artifact Browser SDC UIPiotr Darosz2-2/+43
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-04-03Ability to update PNF with new version of VSPkooper1-1/+3
Change-Id: Ie08d905bd40761b23198ad806be1750291343aae Issue-ID: SDC-2219 Signed-off-by: kooper <sergey.sachkov@est.tech>
2019-03-20Display PNF/VNF Type for PNF (frontend)kooper3-6/+13
Change-Id: I5f1ac23776976d16f8c2258f82b8dfe6aa925037 Issue-ID: SDC-2158 Signed-off-by: kooper <sergey.sachkov@est.tech>
2019-03-18Service Consumption FEojasdubey4-2/+114
Service consumption feature frontend implementation Change-Id: I68e1b507b1d4379b271fe97428ff8ae86dc11b4c Issue-ID: SDC-1990 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2019-03-13Add Deployment Artifacts to PNFdermot1233-4/+13
Add support for PM_Dictionary and VES Events Deployment Artifacts to PNF Change-Id: Ief85d40bd180aae0662cfb58f794f5b0d7e5ec9c Issue-ID: SDC-2109 Issue-ID: SDC-2155 Signed-off-by: dermot123 <dermot.melia@est.tech>
2019-03-05Add 'Req & Cap' screen for VF/PNF/Service - UImiriame4-32/+721
Issue-ID: SDC-2142 Change-Id: I23a2de18862e18389f801cbec3e452d7094df8e9 Signed-off-by: miriame <miriam.eini@amdocs.com>
2019-02-14Add 'Service Dependencies' tab in composition pagemiriame6-21/+235
Issue-ID: SDC-1987 Change-Id: Ib5b688c12234c81fe6f89b2b5d37dd16a75b0db9 Signed-off-by: miriame <miriam.eini@amdocs.com>
2019-01-16minor fixes to sdc-pubsubIdan Amit2-21/+15
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>
2018-11-13vCPE Tunnel XConn : allottedResourcEtype isTal Gitelman1-2/+2
- failing to match SO trigger Change-Id: I5e56408f619487c436e7547c0935b3791d24016d Issue-ID: SDC-1909 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2018-11-05removed resource-input & service-input folderAnjali walsatwar6-843/+0
Issue-ID: SDC-1789 Change-Id: I15868ac889a57fabb1009787098087e22e3f45a5 Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-10-18header correction in Catalog UI panel packageseshukm1-0/+16
Change-Id: I15a4291a78c1e950837f4e8e852315ee05ef7659 Issue-ID: SDC-1770 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-10-17Add header catalog UI view-modelsSindhuri.A1-0/+30
Addition of headers to catalog ui view-models workspace Issue-ID: SDC-1770 Change-Id: I4e76d84159b97220f2d258b59f2c8780691ad129 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-10-17catalog UI-view-model header addSindhuri.A3-0/+76
Addition of headers to catalog ui view-models Issue-ID: SDC-1770 Change-Id: I417943b1f3686f55a9502b44f65d60a1f62064c6 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-10-16Operation WF association UIArielk1-2/+2
Change-Id: Id390261074721966ad85f881ae8c9e39b5022fad Issue-ID: SDC-1814 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2018-10-11Operation screen changes.Arielk1-1/+6
1. [ATTASDC-7390] Output parameter support 2. VF Workflow context 3. [ATTASDC-7420] "Opening same operation displays invalid fields and values" Change-Id: I7bb94b50ad299af6080266076b5e0b632ef5e0e7 Issue-ID: SDC-1814 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2018-10-02Added license header in html fileAnjali walsatwar41-0/+656
Issue-ID: SDC-1789 Change-Id: Ie024dfeee673f34998a64e31df25467f10f96873 Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-10-02Added license header in html fileAnjali walsatwar16-2/+251
Issue-ID: SDC-1789 Change-Id: Ibcf49284a713df0766ac4b7131a534d99cb0a0cd Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-09-26console exception comming in add Artifact pageAnjali walsatwar1-1/+1
Issue-ID: SDC-1792 Change-Id: Idf4fece6b9a5f81501c414b1ffa08934e312be00 Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-07-29re base codeMichael Lando51-1263/+2336
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@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-1/+1
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-4/+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-05-01Interface Operation tab and screensArielk4-1/+29
Change-Id: If03234c783d6ce16fdd0945987ada83b6285f97f Issue-ID: SDC-1060 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2018-04-23New observable notify design in pubsubIdan Amit1-10/+0
Removing unnecessary notify code Change-Id: Ic5401b82f5bacba15b857094315105fe9153dead Issue-ID: SDC-1178 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-04-15New observable notify design in pubsubIdan Amit1-40/+41
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 Amit4-18/+2
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-18Add timeout and connection statusIdan Amit7-8/+35
Added timeout and connection status to the plugins configuration. Added support in ui to display a temporary error screen in case a plugin in offline Change-Id: Id4a0909cc704903be6183f22c67caec6f5050103 Issue-ID: SDC-1081 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-13Fixed merge issuesIdan Amit2-32/+39
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 Lando39-96/+275
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>