aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-10Include version in metadatavasraz13-819/+250
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia7278b7e6a751c69a4fc50c66697c14c4025f178 Issue-ID: SDC-4558
2023-06-29Create test modelJvD_Ericsson2-2/+3
Issue-ID: SDC-4471 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I49d6721b9c60cf62ddcdc47beed70db08ba0a031
2023-06-29Fix unable to set tosca function on complex type on input operationJvD_Ericsson2-47/+13
Issue-ID: SDC-4527 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Icc7166978c13f3692dc25d9f33a7613d64f87f6a
2023-06-29Validation problems when trying to set an operation input of complex typeJvD_Ericsson1-3/+6
Issue-ID: SDC-4551 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I6227284e0183de5e5fd9b6f33214bac3c2ff14ab
2023-06-29Implement YAML Validatorvasraz24-166/+855
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I0365d4160984e4d68906959fb801ec7da5449b77 Issue-ID: SDC-4537
2023-06-28Fix bugvasraz3-165/+172
Certifying a template with two connected services results in error (using service proxy in the relationship) Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3abd7e497ad07573a873f1b0c44de4e42141caf1 Issue-ID: SDC-4529
2023-06-23Support custom tosca functions in operation input values1.13.1franciscovila1-7/+11
Issue-ID: SDC-4545 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Icd466d4e2e1d2136f6e41b5c345e9244d5f295f6
2023-06-20Improve test coveragevasraz2-180/+171
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib5c265567973369a9061ce611ab018857016bff1 Issue-ID: SDC-4536
2023-06-20Disable DMaaP if Kafka activevasraz12-355/+380
DMaaP healthcheck cannot succeed when using Kafka, which in turn causes distribution to fail Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia6e1e35b9a2e819e38e62caeb797342948f34e92 Issue-ID: SDC-4542
2023-06-19Fix issue changing sub. mapping node versionMichaelMorris1-10/+46
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4539 Change-Id: I04f23a41971c173ae29be82556cf321735232236
2023-06-16Order response from external assets APIvasraz1-10/+19
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia06c0b8bea06832f358420cac5c773d8d9a39a08 Issue-ID: SDC-4521
2023-06-16Support additional metadata in external assets apivasraz8-403/+368
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ibae9ae54f0c5e4751a9ada8ee93f169da3a017ee Issue-ID: SDC-4520
2023-06-16Fix normative VFCs being set to non normative during service importJvD_Ericsson1-0/+3
Issue-ID: SDC-4541 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I711a4a157b0ad9ee43df707a224a28fc056927c4
2023-06-16Enable setting sasl.mechanismMichaelMorris2-3/+24
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4540 Change-Id: Iaa88b41ca6a49427695b891544d6f4767196c75f
2023-06-15Node filter boolean values output as stringsfranciscovila2-0/+133
Issue-ID: SDC-4535 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Iaa5d1f8f5e389ac31bab81317cd8ef2591f345fd
2023-06-14Fix different issues when adding propertiesfranciscovila1-5/+8
Issue-ID: SDC-4522 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I6408570e5a3b571f3222f31ae30910061736a6c9
2023-06-12Improve error handling for user-created Policiesvasraz1-9/+3
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I86bf83584da186d03a3e54c3839280b10df71939 Issue-ID: SDC-4531
2023-06-08Update external query api with new query paramsvasraz6-339/+404
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib4970d4f57f9e236f520ca1925915d288c9c5236 Issue-ID: SDC-4409
2023-06-06Improve build image timevasraz1-8/+5
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I325b2ba1626effee614e5e82aead4a01adb13c5d Issue-ID: SDC-4526
2023-06-02Revert "Support SIP TLS"MichaelMorris7-57/+163
This reverts commit a2feaf9b65cbba66181fb560b5815a62427d65cc. Reason for revert: deployment issue Change-Id: Ic21e213493f51d0c11778187ab054881bba7c21e Issue-ID: SDC-4483 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2023-06-02Revert "[SDC-BE] Add kafka ssl config"MichaelMorris7-127/+95
This reverts commit 3405456c46937352863ce19c39266a51dd7760db. Reason for revert: deployment issues with TLS Change-Id: I58aa51f7d563cf74d3747a5ff59104906b294d18 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4476
2023-06-02Support INDEX in node filter tosca functionsfranciscovila2-10/+66
Issue-ID: SDC-4517 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I36e33821ef72c3375d9525513f2394b9b772c696
2023-06-01Fix formatting error for operation input of complex typeJvD_Ericsson3-219/+179
Issue-ID: SDC-4523 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I3dff94cee1d1dbcb26099d02505a679249a6b46e
2023-05-30Fix certain default values breaking VFCeschcam1-1/+8
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-29Fix not possible to edit property with custom tosca functionJvD_Ericsson1-6/+11
Issue-ID: SDC-4511 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I2303f1690de3f04ccb478a227534f00d3db72e64
2023-05-29Remove need for USER_ID headervasraz3-21/+29
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5dd1e34343bebec8a26786f402dc2b9b818e7f10 Issue-ID: SDC-4508
2023-05-25Support TOSCA functions in operation inputsfranciscovila6-6/+34
Issue-ID: SDC-4442 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I1e6135da6f41d512a7758d5494df12da874d7146
2023-05-22Provide index token to tosca function for nested listsimamSidero4-16/+44
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-18Fix error importimg service with custom fnsMichaelMorris1-4/+5
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4507 Change-Id: I412e411a6d19cfb83d92c0d1184de8a69f75b42f
2023-05-18UI support for default custom function names with get_input structureJvD_Ericsson2-2/+84
Issue-ID: SDC-4493 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iba3eda9bb5d57aabbe86045b6150564e17a0ff3e
2023-05-17Disabling archive functionality for normativesJvD_Ericsson4-1/+32
Issue-ID: SDC-4497 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: If7ce7205543682697a2b787aebfd4c8a3da25db7
2023-05-16Support additional operands for node filtersfranciscovila2-81/+198
Issue-ID: SDC-4395 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I66b172d100ffd2757de88bc7640761f31fd20c28
2023-05-15Fix error in userId handlingMichaelMorris8-1/+30
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4468 Change-Id: Iccc61e54876fea732d82334d0bf21bc485b9e1bb
2023-05-12Enable using substitution mapping type directlyshikha02035-181/+212
Issue-ID: SDC-4435 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Ia3120eb6f03ad861dc87de64a2cb81a61e048f4e
2023-05-12Add retry option to wget commandseschcam1-1/+2
Issue-ID: SDC-4495 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: I3c3a2654daeeb8c7e57b60d5684026aaa0aa0670
2023-05-09Support for addition of INDEX token to tosca functionsimamSidero3-8/+28
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-08[SDC-BE] Update kafka ssl configefiacor1-3/+7
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Id5c7aa72a1714fca9cfbdf4462a9faf9fd9bff88 Issue-ID: SDC-4476