aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
AgeCommit message (Collapse)AuthorFilesLines
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-08Step version to 1.13.1-SNAPSHOTMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: I52a902a5f7341ed67179fba9e0d4b2ee6d488458
2023-06-06Improve build image timevasraz2-13/+7
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I325b2ba1626effee614e5e82aead4a01adb13c5d Issue-ID: SDC-4526
2023-06-02Revert "Support SIP TLS"MichaelMorris8-76/+196
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"MichaelMorris8-133/+96
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-02Set version to 1.13.0-SNAPSHOTMichaelMorris1-1/+1
Previous commit mistakenly set version to 1.13.0 when should be SNAPSHOT Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: Ie89b5df595a513ccfd30f987acea56d845f58cbb
2023-06-02Exclude outdated transitive dependencies com.fasterxml.jackson.vasraz1-0/+13
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib1e2a95bcf328085173da81bf107f2f75e726429 Issue-ID: SDC-4525
2023-06-02Step version to 1.13.0 for MontrealMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: I6840e63ff116ca0ee3296d5bac5377e3374ea6ea
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-25Update vulnerable dependenciesvasraz1-6/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ifedc08763f6d46e3bcba0367a81edc8e219865d0 Issue-ID: SDC-4504
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
2023-05-08Support SIP TLSvasraz8-196/+82
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Icbadd04cfa87302491c59f2e4a39ef92aaafcaa3 Issue-ID: SDC-4483
2023-05-04UI support for default custom function namesJvD_Ericsson1-4/+7
Issue-ID: SDC-4473 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ie4d002989857029300f0cc88123a5616a453aef0
2023-05-04Support service import with custom tosca functionsJvD_Ericsson2-70/+133
Issue-ID: SDC-4479 Change-Id: I1a98c8a191fc255cb3b2b328b0ea1e72977252d2 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
2023-04-26Support definition of custom tosca function names through configurationJvD_Ericsson1-0/+110
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ifc3e19350c0b2b2b6092e93b6d269d95a8e06ba3 Issue-ID: SDC-4469
2023-04-26VFC Property default value enforced forced to comply with restraintsfranciscovila3-4/+31
Issue-ID: SDC-4477 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Ib9115aae9019e2d36990147dc0ec9f4058352d88
2023-04-25[SDC-BE] Add kafka ssl configefiacor8-96/+129
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I9e7c0e44566c46bd6225397a680015bf1c0f1c0b Issue-ID: SDC-4476
2023-04-03Step version to 1.12.4-SNAPSHOTMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4464 Change-Id: I260cab2bee303e3d022935dd2eb9f41b88e934cd
2023-04-03Add robustness to type creation on service importMichaelMorris7-28/+64
Change-Id: I2c6bf2a13f8972c3c336ee032d4d0fda22f90938 Issue-ID: SDC-4355 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2023-04-03Provide tosca function capability to all nested levelsimamSidero2-7/+10
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_Ericsson9-114/+428
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-27Add rollback on import failJvD_Ericsson3-1/+4
Issue-ID: SDC-4451 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I745c15b88135145669f9fb347e9ada97472d4779
2023-03-21Certifying a template with two connected services results in errorfranciscovila2-0/+6
Issue-ID: SDC-4437 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Iad53c2204b0db48e115f4133c0a68b1f722626fc
2023-03-21Allign properties import during service importKrupaNagabhushan6-39/+50
Issue-ID: SDC-4438 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: Iefb3fd84d5087f7e114cd61f762bedfcafe864ec
2023-03-10Support for delete of non normative interface typesJvD_Ericsson2-13/+114
Issue-ID: SDC-4423 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ic41a8d0e792f4f0c6effd7eb6c9bd74887a0506c
2023-03-10Provide input name when declaring service property as inputKrupaNagabhushan4-3/+62
Issue-ID: SDC-4385 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I2b71e04b97ba69195380d2aa29d9d98a3bd5e981