Age | Commit message (Collapse) | Author | Files | Lines |
|
Adds support for the concat TOSCA function in an instance property.
Refactors the TOSCA function structure so it can be more generic to
support other functions in the future.
Change-Id: I338e4138d26afe21779da57c4eeb3f2d486c20a9
Issue-ID: SDC-4095
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-4080
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I4c03e660e64118a388beb1d0db3527f9a1427c3f
|
|
Adding the multi value types to the schema type in property-creator
component
Issue-ID: SDC-4085
Change-Id: I9e6319caa85a99b6be90762698f66435f85811a3
Signed-off-by: Imam Hussain <imam.hussain@est.tech>
|
|
Issue-ID: SDC-4088
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ia2d07bfa53a34761c181eef1282dbc29de789fd3
|
|
Issue-ID: SDC-4087
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I57936124dc5845033c71b4089c1098684e10b048
|
|
Issue-ID: SDC-4063
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I100f4371598922aa87e2520bf5a6d4e9fbc1fd11
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4065
Change-Id: I8f80f813ef1d1d6ab01b8730bc0075ddd66235f4
|
|
and remove unnecessary methods
Issue-ID: SDC-4061
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I91da5127592563cfab33b00c410f5380f088f6d6
|
|
Adds support to TOSCA get_attribute function in the Property Assignment
TOSCA Function modal.
Change-Id: I73dda215a7c9d7fecf0803cc259634279c3bdfb6
Issue-ID: SDC-4053
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
VFC interface operation could be edited even when checked in, due to
an incorrect viewOnly input passed to the modal component.
Blocks edition also in the backend, by verifying if the component
can be edited.
Change-Id: I816e28897273aaa677237ca55794bb3dc8460975
Issue-ID: SDC-4058
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
|
|
Issue-ID: SDC-4059
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic52ad385c76595280a9c8f726e6285f2933d07fb
|
|
In the TOSCA function component, complex types inputs were not being
found for a selected complex type property.
Change-Id: I4c5c6876d8b64f6fdedf137e0523e4a105a5f921
Issue-ID: SDC-4057
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-4055
Change-Id: I43e79315dce12e2060f8b1dbdfcae29da46fc02e
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-4038
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Id028501226cf23239e528efbfb49cd60284bad37
|
|
Name and File fields now called Artifact File URI.
Add Artifact To Implementation renamed to Add Artifact Details,
it was also added to localization.
Artifact File URI is made always visible,
and Add Artifact Details moved underneath it.
Issue-ID: SDC-3982
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Change-Id: I4cbe864347d156137a2ab4746500e5fd454a2b26
|
|
Disable save button for invalid TOSCA functions in the TOSCA function
modal.
Change-Id: I322f59b20faec17ba0edaa412273ee41c0c2675c
Issue-ID: SDC-4047
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Considers the selected property/input schema, not only the type,
when searching for matching properties/inputs in the TOSCA function.
Change-Id: Ie6e3eb8991a1ff9233d8d32109217d59f82f403d
Issue-ID: SDC-4043
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Fixes input/property not found message that remains on the TOSCA
function modal even after the TOSCA function dropdown is changed.
Change-Id: I6d8c622c462a33786847b857186dae2ba213354e
Issue-ID: SDC-4042
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Allow to assign get functions values to properties in the composition
properties modal.
Change-Id: I470be63e2980994f43be255d8056af7392baab75
Issue-ID: SDC-4031
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
In the properties assignment view, when a property that has a TOSCA
function value is selected, a button "Clear Value" will show allowing
to clear the property value.
This behaviour was changed to show the TOSCA function button, which,
when clicked, will open the TOSCA function modal with the function
values loaded, allowing to edit or clear the existing value.
Change-Id: Ic365f81921052aa2c5737d2a1ac956a3fb745db6
Issue-ID: SDC-4028
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-4030
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I02c61e306087be24fb63b64b6a9c2fa27d52c0e4
|
|
Support of get_property for INSTANCE properties, as currently only
SELF properties can be selected.
Change-Id: I80611002964a6ebb515134155c321f2d7f87811c
Issue-ID: SDC-4026
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Refactors the current way store a get_input function allowing
to support different get functions (get_property in this case).
The information stored allows recreating and correctly validating
the get function.
Fix get function schema validation, the schema was being ignored.
Improve validation error status and messages.
Improve tosca get function dialog.
Change-Id: I5de5f96dfba3c7a0fbb458885af5528bea7835aa
Issue-ID: SDC-4014
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-4021
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Iea32227714504b445689f0d934fdb7d79dd7b09d
|
|
Issue-ID: SDC-4010
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Change-Id: Ie67972b14e973ea0415383732b07cb8c10075638
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4007
Change-Id: Idf60ceabe5a992ece44553d7dc85e63b6ad6fec3
|
|
Issue-ID: SDC-3996
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Idb7ff3552ffb68748c688c374625b216ac273499
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4000
Change-Id: I62d1be04c4995ccf5385ec6c5fd6e5673ac5c85c
|
|
Issue-ID: SDC-3983
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I2b1f0e5c7f6e55765f35ac807926725343a8aa9e
|
|
Fix Edit/Delete options for directives not being disabled
when service is checked in / certified
Issue-ID: SDC-3985
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic4c6820b8b276c6474acc6d6b46a75eb9ee886f2
|
|
Issue-ID: SDC-3969
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic75765473ddca16e351f9cde27a5e8d336413325
|
|
Issue-ID: SDC-3962
Change-Id: Ib72a0c43b067cff31609bb47759497802a420511
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3979
Change-Id: I2814157e8fafd02c094afd8270a20c0e47687b18
|
|
Change-Id: I7cd8b82c306294d897d37d486aa3eeff7ca4206d
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3893
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I13678c92ae6088016a78554ffaf0da47b82f7e65
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3893
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-3928
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Id020da4531380859de41d528f89b135d9acd707a
|
|
Issue-ID: SDC-3916
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I313c3ca7ef2492ee686bd7351d9477631665c722
|
|
Fixes default value in interface operation input definitions. The value
is now correctly JSON stringfied.
Fixes required value that was always being set to false.
Fixes UI reporting that false values are empty.
Change-Id: I6ce8eba03d659a091e49180f1d2cc057f4a805f2
Issue-ID: SDC-3920
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Fixes the problem of an interface operation artifact implementation
being persisted even if it is not selected.
After checking that the interface operation has an artifact
implementation and filling up the artifact information, the values
were being persisted if the option is unchecked afterwards.
There was no way to remove the artifact implementation information
once it was persisted for the first time.
Change-Id: I4fdf4027919fdc04d688805bcf0b37fa6869b2e8
Issue-ID: SDC-3918
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-3919
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I161561f13d6a28c8c9fbf524a351ed603ba274c8
|
|
Issue-ID: SDC-3922
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: If01b2c467bfcc046ee103fb5c69600dc43568424
|
|
Fixes map entry delete icon not showing for inputs of type map<complex>
in an interface operation.
Change-Id: I4d1f4a0e60e860b33f16d6ef68980b4d566c93c7
Issue-ID: SDC-3921
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Change-Id: I92fd4016b19e03e22622cf6e476f17b49e3d6a47
Issue-ID: SDC-3904
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3905
Change-Id: If7629a20e4eb6034d14faf736cf3a9bec91d9d28
|
|
Issue-ID: SDC-3887
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I45593ee2e0e3eea358ae9344d7432e37e1467915
|
|
The event handling methods were removed in
Change-Id: Ib45b4a1b650a7d5959e4a6ff70d46d6dee0586c2, but were
still being referenced in the palette html.
Change-Id: I17d48dfee9f35728b02b53db784ced20b2294845
Issue-ID: SDC-3907
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Adds support to complex types in artifact properties of an interface
operation implementation.
Change-Id: I7a82a3652541b35230fe4ce87bf703a1dbe72d50
Issue-ID: SDC-3899
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
Issue-ID: SDC-3897
Change-Id: Ieac2d74ad340de1d9f6e4cd3ac830e2ec8c35d5b
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Signed-off-by: vasraz <vasyl.razinkov@est.tech>
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
Issue-ID: SDC-3711
Change-Id: I9f25454faa8be6987f336b7efd3821cfa09585a1
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
|
|
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3898
Change-Id: Ifc9ea422e0eafcf84b5b7e47a9108f62925e2ea0
|