aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04Provide UI page for interface assignment in service for VFC instancesimamSidero5-69/+245
Support for interface assignment page for VFC instances is provided in service instances Issue-ID: SDC-4602 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I4cabef02db381278d37d21da981d3ec4c04e5967
2023-09-04Implicit attributes in get_attribute listJvD_Ericsson1-2/+4
Issue-ID: SDC-4612 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Id2f3e1f88470e0337a84868f2a66bc53e131e55b
2023-09-01Fix 'Unable to add metadata on inputs'-bugvasraz2-93/+120
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7414366c20b5c7d61acaaebc8bfa83768d4452e0 Issue-ID: SDC-4603
2023-08-31Declare implicit attributes as outputsJvD_Ericsson2-24/+57
Issue-ID: SDC-4611 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I2ecbca99de356d593845c69bbe62d3547387dfa8
2023-08-30UI support for service update via tosca template importJvD_Ericsson7-21/+186
Issue-ID: SDC-4604 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I68f7640a254d0636cb967c15d51522b8c8a7abfc
2023-08-22Provide validation to the json type property in the operation inputsimamSidero3-1/+17
Validation for json type properties is provided in operation inputs Issue-ID: SDC-4593 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Id466b1de26007b77d4bb9093ee37580d312824ea
2023-08-21Fix 'Fail to import service with CP'-bugvasraz1-2/+5
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7261b03eb7e796aaa66ac3dbd0116bc62d2d6e71 Issue-ID: SDC-4599
2023-08-18Custom tosca functions with valid_values and in_range operators not showing ↵franciscovila4-6/+14
properly Issue-ID: SDC-4554 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I8c6ad232951d887593a15562b11c03d8613be29b
2023-08-16Add DOT to property's name permitted charsvasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib17edf63731832064003430c6f33e9ec58fca696 Issue-ID: SDC-4597
2023-07-28Provide timeout field in interface operation implementationimamSidero6-0/+73
Timeout field with timeout type is provided in interface operation implementation Issue-ID: SDC-4575 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I7cde19b933f71f3ef45ff7130a8df704b2aacbdc
2023-07-25Enable save capability in node filter for yaml/concat optionimamSidero1-0/+2
Provided save capability for node filter yaml/concat option Issue-ID: SDC-4581 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Iba406221745bccbb644565ce8dd89dbd9b2d829b
2023-07-19Fix 'Upgrading a node does not bring its new capabilities'-bugvasraz4-457/+479
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I9a719fb6a0b6ccd455af087c728c9dc66088038f Issue-ID: SDC-4556
2023-07-19Provide tosca function capability to list/map of complex type fields in ↵imamSidero7-27/+64
composition view Tosca function capability is provided to list/map entries of complex type fields in composition view Issue-ID: SDC-4562 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I38355f5ab399e1504ad433037d0d547fe07e9bfa
2023-07-14Fix error displaying node filtersMichaelMorris1-3/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4572 Change-Id: Id206dd98bff2c929d875b55f6b7a8f1b75428623
2023-07-13UI support for metadata when editing properties of VFCsJvD_Ericsson10-0/+310
Issue-ID: SDC-4561 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I642fa4ce09fe669e5722dbbf18dd23daa23761d3
2023-07-04Provide tosca function capability to complex type fields in composition viewimamSidero10-157/+331
Tosca function capability is provided to all complex type fields in composition view Issue-ID: SDC-4528 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I4742c2a46ac7a9ed0fd47677aac5b4be9ad612a1
2023-07-04Do not collapse complex property when setting element valueJvD_Ericsson1-0/+7
Issue-ID: SDC-4555 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ia6d299e64480ec9c7aa72e18936344ff5bccf249
2023-06-29Fix unable to set tosca function on complex type on input operationJvD_Ericsson7-28/+67
Issue-ID: SDC-4527 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Icc7166978c13f3692dc25d9f33a7613d64f87f6a
2023-06-29Implement YAML Validatorvasraz1-5/+6
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I0365d4160984e4d68906959fb801ec7da5449b77 Issue-ID: SDC-4537
2023-06-23Support custom tosca functions in operation input values1.13.1franciscovila7-10/+42
Issue-ID: SDC-4545 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Icd466d4e2e1d2136f6e41b5c345e9244d5f295f6
2023-06-23Revert "Provide tosca function capability to complex type fields in ↵MichaelMorris10-308/+157
composition view" This reverts commit fc3869ca4c430cc29e46bb42125f5672230b83f0. Reason for revert: Looks to be causing an issue with setting node filter using custom tosca function (save button disbaled) Change-Id: I684aae7a23d30ed5a20aa4630cd658997b4628a5 Issue-ID: SDC-4528 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2023-06-23Provide tosca function capability to complex type fields in composition viewimamSidero10-157/+308
Tosca function capability is provided to all complex type fields in composition view Issue-ID: SDC-4528 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I3bd0c5b5a44b502d2d5b4a249ce6165db24db8d3
2023-06-20Fix cannot set instance propertyMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4543 Change-Id: I9d98429b2fa9ff2d897a35551d89b9fc3e5cfd48
2023-06-19No error on invalid indexshikha02032-9/+20
Issue-ID: SDC-4534 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I7df59d0b8a362d15d54d1a6b862201fd0caf1e31
2023-06-16Bug fix for the get input tosca function of list of nested complex typeimamSidero1-2/+15
Fixed bug regarding tosca function for list of nested complex type Issue-ID: SDC-4538 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I41adff984d7b7bb0f968c4ed3a24c895a546a7b9
2023-06-14Fix different issues when adding propertiesfranciscovila1-1/+1
Issue-ID: SDC-4522 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I6408570e5a3b571f3222f31ae30910061736a6c9
2023-06-02Actual sub mapping node not used during importshikha02031-0/+7
Issue-ID: SDC-4518 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I56f7334fac3e2cdd54c68850909370fe7b52ea38
2023-06-01Fix formatting error for operation input of complex typeJvD_Ericsson7-1/+37
Issue-ID: SDC-4523 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I3dff94cee1d1dbcb26099d02505a679249a6b46e
2023-05-30Fix certain default values breaking VFCeschcam5-222/+211
For string default values in VFC, only alphanumeric characters should be allowed Issue-ID: SDC-4475 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: Id4ca2943f1423b8cc7d3182254298ba19c8a7ee3
2023-05-30Bug fix on tosca function impact changesimamSidero5-6/+31
Providing the required inputs and dependency changes for tosca functionality Issue-ID: SDC-4510 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Idf5af079c50bf2b9a09f572af30ca9fc294a831e
2023-05-29Fix various bugs related to tosca custom functionsJvD_Ericsson2-7/+5
Issue-ID: SDC-4512 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ia501b124ddf0c77c97ca0c14bbaa18be39b8f631
2023-05-25Support TOSCA functions in operation inputsfranciscovila4-8/+29
Issue-ID: SDC-4442 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I1e6135da6f41d512a7758d5494df12da874d7146
2023-05-24Support import of service with no substitution mapping node typeshikha02031-5/+12
Issue-ID: SDC-4506 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I7bc8f020418f2b9299be3454ffbc1e016a2d300e
2023-05-22Provide index token to tosca function for nested listsimamSidero4-65/+174
Index token capability is provided in tosca function for all nested levels of list and custom types Issue-ID: SDC-4505 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: If21c0078e0d17c44b5a31b00d6fac3e18ff6831d
2023-05-18UI support for default custom function names with get_input structureJvD_Ericsson7-28/+105
Issue-ID: SDC-4493 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iba3eda9bb5d57aabbe86045b6150564e17a0ff3e
2023-05-17Error in console when no default custom tosca functionsJvD_Ericsson1-1/+1
Issue-ID: SDC-4500 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iebc394b42863dd1e72a40095ea04d04495af57d3
2023-05-16Support additional operands for node filtersfranciscovila22-61/+812
Issue-ID: SDC-4395 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I66b172d100ffd2757de88bc7640761f31fd20c28
2023-05-12Enable using substitution mapping type directlyshikha02037-14/+56
Issue-ID: SDC-4435 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Ia3120eb6f03ad861dc87de64a2cb81a61e048f4e
2023-05-10Fix complex list/map entries in composition viewimamSidero2-2/+2
Complex list/map entries in composition view is visible and can add, edit and delete the entries Issue-ID: SDC-4482 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I1d1a33495f3ec45821ee40522c3884e43b380c62
2023-05-09Support for addition of INDEX token to tosca functionsimamSidero4-16/+63
Providing the capability to add the index token to th tosca function of all types Issue-ID: SDC-4472 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Ib7ac80f31710101f50de76bdb7c79abdc637cfe3
2023-05-04UI support for default custom function namesJvD_Ericsson24-21/+231
Issue-ID: SDC-4473 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ie4d002989857029300f0cc88123a5616a453aef0
2023-04-18sort data type drop down lists in add propertyshikha02031-5/+5
Issue-ID: SDC-4474 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Iaf6c197b7a80bdf1d133858c3f814e7297a832bc
2023-04-13UI support for custom functionsJvD_Ericsson12-2/+483
Issue-ID: SDC-4466 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I8ff794be8783dc31efecbd1f6abe2efefec6b819
2023-04-03Provide tosca function capability to all nested levelsimamSidero10-117/+189
Tosca function capability is provided to all nested levels of list, map and custom types Issue-ID: SDC-4445 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I29907bdac83d3cadf90aa0a2ed538002132b4789
2023-03-31Support to change substitution mapping node or version after service creationJvD_Ericsson1-2/+2
Before changing check for service property usage in sub mapping node change Issue-ID: SDC-4439 Issue-ID: SDC-4430 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ia0f24c626ac836f0b4e7ffbe0004e7ab30089b25
2023-03-20Order targets in policy target modal alphabeticallyeschcam1-65/+65
Issue-ID: SDC-4441 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: If85c77281add34a08e9cbcedb7adc194a0d8c25b
2023-03-14Fix error setting list default valueMichaelMorris1-0/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4434 Change-Id: Id43ee529b1eccfb1c878a7a13fc4e9a292e7ae4e
2023-03-14Fix valid values constraints not showingMichaelMorris2-4/+4
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4432 Change-Id: I3bc0a2c05e241912872199e7462e7afaf5b4ab53
2023-03-13Fix Property with '::' in name produces wrong InputKrupaNagabhushan2-3/+11
Issue-ID: SDC-4431 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Ieaf9b99493511145c2d6a3d5ec31bdf0e36cd8b2
2023-03-13Setting Tosca Function on top of unsaved value causes problemsfranciscovila3-4/+21
Issue-ID: SDC-4405 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I688fafa39338900f6248213c27975ced113f5ee9