aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
AgeCommit message (Collapse)AuthorFilesLines
2023-09-29Remove generation of csar.metavasraz2-22/+19
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7788d76741b36e9269aad9e99308d8e8af2602d2 Issue-ID: SDC-4640
2023-09-28Fix 'CSAR contains duplicate syntax'-bugvasraz2-10/+37
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I4c46d583ef30439b1a5ce5dc9f84f5a6ce50fde1 Issue-ID: SDC-4638
2023-09-28Fix broken buildvasraz1-1/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I89ae765b3a2dc4672de0bcd89f6a8c61e8153345 Issue-ID: SDC-4621
2023-09-27Remove legacy certificate handlingMichaelMorris84-1663/+5
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4621 Change-Id: I834f2a0a4f73693dbb656dfa9186506bf88c62c1
2023-09-25Fix NPE on service importMichaelMorris1-0/+3
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4634 Change-Id: Ib5785890d5cfa5b014cf5f4eef9d15855b7ff7e6
2023-09-25Fix 'Substitution Node not updated during import'-bugvasraz5-39/+57
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3b99e4c60a5971916ed593b8d4161da58ddab6d6 Issue-ID: SDC-4633
2023-09-25Support setting interfaces on instancesJvD_Ericsson4-1/+261
Issue-ID: SDC-4620 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I4f78eb5e017e79120d61870ecc3b7268f83b4206
2023-09-23Fix bugs in attribute outputs pageJvD_Ericsson5-15/+90
* Attributes being added to the template for each output declared if the attribute is a property and has a value * Unable to set a default value on a property from Output page * Fix issues with the save button * infinite save pop up when trying to leave the page with changes and clicking save * parse error in the console that would make the save button remain enabled after save was succesful * output values not being removed from attribute after output is deleted * nested attribute values not being updated Issue-ID: SDC-4632 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I08abd6cd96963b09be7941c3a91559e241ace24f
2023-09-22Update version to 1.13.5MichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4631 Change-Id: Ib1c16010517843e5b46cb96a0a77631b615952b5
2023-09-22Backend support for operation milestone filtersJvD_Ericsson16-0/+271
Issue-ID: SDC-4590 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: If291bd79871eee590c8826800127f543a6ba4b0c
2023-09-22Backend support for operation milestones with activity inputsJvD_Ericsson11-4/+190
Issue-ID: SDC-4582 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I625ec9bb05790bb5f9e78ed9d65abda8f8af5ec3
2023-09-22Backend support for operation milestones with activitiesJvD_Ericsson11-37/+326
Issue-ID: SDC-4577 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I6a8dab0e48da542424faa017a1dea384ebb2376f
2023-09-20Fix 'Order of TOSCA.meta field is hardcoded'-bugvasraz4-40/+35
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ie69bc1b1d1119f64a399ffda45c69169de94d1a2 Issue-ID: SDC-4627
2023-09-20Fix 'TOSCA-Meta-File-Version and CSAR-Version accept only following format ↵vasraz1-1/+1
X.Y'-bug Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7a92e898da8ac0fa97710b01cb62de8529f43cd8 Issue-ID: SDC-4626
2023-09-20Bug fix for userspecified output name in importimamSidero1-4/+5
Fixed the userspecified name to be provided on importing service Issue-ID: SDC-4630 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I1191fb4de5566928d356d44eebedd66a51acae07
2023-09-18Fix 'Changing VFC version wipes List type property values'-bugvasraz1-0/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I02aea9516324393e5e48f005e2f83678cc77823a Issue-ID: SDC-4625
2023-09-15Update version to 1.13.4MichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4624 Change-Id: Ia3b77d43de6602c98b0695843d7f05e48b239540
2023-09-14Improve error reporting during the service importvasraz2-95/+87
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I407d18e3b1c0757efb4623d73b21d98cbb76310a Issue-ID: SDC-4623
2023-09-08Fix error when importing output with common attribute and property nameJvD_Ericsson1-7/+2
Issue-ID: SDC-4618 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ib0736fceded328387d696abc7091e4b1672313e1
2023-09-07Create plugin point for csar generationvasraz11-940/+1573
Issue-ID: SDC-4578 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I3bb280ce4e442780598464216145abc130765539 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
2023-09-07Implement 'Update Service by importing Tosca Model'-storyvasraz6-245/+318
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I34414caeb53c4dcc6499d3639e4ea8f80407a6f6 Issue-ID: SDC-4579
2023-09-06Provide user to specify the ouput name while declaring the atrributesimamSidero3-1/+46
User specified output name is provided on declare output functionality Issue-ID: SDC-4616 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Ic0cd50f9dde2482f5fbb2363cdc83d8fcf09f48f
2023-09-05Support policy type upgradeMichaelMorris1-2/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4614 Change-Id: I4d8e29bf96bcdd6c24be14d805bbeae374e06b98
2023-09-05Improve handling 'empty'/null string in Service fieldsvasraz21-94/+62
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib301280fe1be2896e2d80e208349ac3c4ff763ec Issue-ID: SDC-4608
2023-09-04Import service with outputs mapped to implicit attributesJvD_Ericsson2-7/+45
Issue-ID: SDC-4613 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Icd02e0ee1e9f4d649db25b36077cfffb94e4d562
2023-08-31Remove unused code (ServiceUtils)vasraz2-155/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Iab91c1873ea53690e0a2a8e796816d990e2e8c1a Issue-ID: SDC-4563
2023-08-28Provide import support for timeout field in interface operation implementationimamSidero2-0/+14
Support for timeout field is provided in interface operation implementation Issue-ID: SDC-4588 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Ia71f272c2760e1cb446a8b7e226a2bb4b193147d
2023-08-21Fix 'Fail to import service with CP'-bugvasraz1-8/+20
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7261b03eb7e796aaa66ac3dbd0116bc62d2d6e71 Issue-ID: SDC-4599
2023-08-18Fix 'Changing VFC version on template wipes previously assigned property ↵vasraz4-5/+20
values based on get_input'-bug Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I51bbc92ea355dd36206746f96984d3593446f188 Issue-ID: SDC-4586
2023-08-17Fix 'Import use case fails when interfaces in template do not exist in ↵vasraz10-54/+80
system'-bug (p.2) No interfaces defined on the VFC: - SDC create the basic interface operations on the VFC - Create / Delete etc - with no implementation details - Add the implementations to the interface on the Service side If interfaces are defined on the VFC with no implementation details defined: - SDC import successfully and add the implementation details to the interface on the Service side Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: If966a64b865791eed0cf29c8da8f04e44eb32e50 Issue-ID: SDC-4591
2023-08-17Fix 'Import use case fails when interfaces in template do not exist in ↵vasraz2-25/+24
system'-bug (p.1) - Fix NPE - Rollback if fail Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5cfea53d96064317aaf979d97bb41d394fddca0c Issue-ID: SDC-4591
2023-08-16Add DOT to property's name permitted charsvasraz2-2/+2
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib17edf63731832064003430c6f33e9ec58fca696 Issue-ID: SDC-4597
2023-08-08Update error message for missing sub mapping propertiesvasraz3-3/+3
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I4e7a8dec10f909f55b0f3af60d566654943ad190 Issue-ID: SDC-4592
2023-08-01Introduce error message for missing properties during the service importvasraz4-10/+35
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ic0e3afaeea09ddbd0acdc31fb2fd2ad68a22cbb1 Issue-ID: SDC-4589
2023-07-31Fix 'Creation date only works with requests that return 1 service (API)'-bugvasraz1-77/+81
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ic01c8f6e7936a8b69206795496fa9716a21a5f96 Issue-ID: SDC-4587
2023-07-28Implement 'Update Service by importing Tosca Template'-storyvasraz26-331/+408
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia2842c49cc81eb30174d783805261d0e73835e48 Issue-ID: SDC-4576
2023-07-26Provide backend support for timeout in interface operation implementationimamSidero1-3/+13
Backend support for timeout in interface operation implementation is provided Issue-ID: SDC-4580 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I2166e7144e5e08339e6ab7e8037d6821c18380a2
2023-07-19Remove outdated dependency - com.googlecode.json-simple:json-simple:1.1.1vasraz1-13/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Idf8fc35a7008020ac54b64210144d0243595e8ee Issue-ID: SDC-4569
2023-07-14Update version to 1.13.31.13.3MichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4574 Change-Id: I2da7bb3d6a463222d187f4bc881e32751ed3252e
2023-07-14Fix 'Import service with JUEL-function produces wrong UI representation'vasraz2-39/+21
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Icc37f2892fa5630df04d32e8496a57fc25ad7ad2 Issue-ID: SDC-4573
2023-07-14Fix import node filter issueMichaelMorris1-1/+3
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4571 Change-Id: I64d266ce1cba211192d17ca504ed30adbe09a9fd
2023-07-13Remove outdated dependency commons-logging:commons-loggingvasraz1-7/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I50b24b07b295efa0f2ad4a30696652bd55cdc1fc Issue-ID: SDC-4569
2023-07-13Replace outdated dependency - org.apache.commons:commons-jci-core:jar:1.1vasraz1-14/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5b34fff0600f1343a4ca9e00cf737946e3737214 Issue-ID: SDC-4569
2023-07-13Service import issuesJvD_Ericsson6-31/+65
Issue-ID: SDC-4568 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ife2c4cc78a16d0f93f3a6a24d5bfdd48263d43a5 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
2023-07-12JUEL function value not displayed properly in UIimamSidero1-1/+2
Bug fix for the expression values to escape the special characters Issue-ID: SDC-4564 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I829d2d1e9a244aba2f87f37280ff0a43f445c9a2
2023-07-12Fix missing logs SDC-BEvasraz1-0/+6
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I934783f442dd97285ebd53f864b056f8cac82869 Issue-ID: SDC-4567
2023-07-12Support occurrences and instance count in importMichaelMorris2-3/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4566 Change-Id: I884082253e3b3a9c20da68ab064f4ae6528f6fe0
2023-07-10Step version to 1.13.2-SNAPSHOTMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4552 Change-Id: I0e3e9a90d463bd5f18c683712eefbb7123a03c4a
2023-07-10Update outdated/vulnerable dependenciesvasraz1-8/+34
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib809c636cd4505589901d1f5b95bedba1fc0a1f5 Issue-ID: SDC-4560
2023-07-10Include version in metadatavasraz13-819/+250
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia7278b7e6a751c69a4fc50c66697c14c4025f178 Issue-ID: SDC-4558