aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 apivasraz11-413/+381
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-16Bug fix for the get input tosca function of list of nested complex typeimamSidero2-17/+22
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-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 propertiesfranciscovila3-7/+9
Issue-ID: SDC-4522 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I6408570e5a3b571f3222f31ae30910061736a6c9
2023-06-13Remove unused Neo4jErrorsConfigurationvasraz5-137/+14
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib9aa060057718144766c6061823bbae076647fca Issue-ID: SDC-4532
2023-06-13[BUG] Fix error when adding valid_values constrainteschcam2-4/+186
Issue-ID: SDC-4515 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: Id8f951053581337504b8d75c76d2409ebd71940e
2023-06-13Prevent NPE reading component instance propertieskafka-configMichaelMorris1-0/+4
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4530 Change-Id: If7afa572fe8b0a3a8bfc39815c6c561d6b8f3092
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 paramsvasraz12-423/+499
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib4970d4f57f9e236f520ca1925915d288c9c5236 Issue-ID: SDC-4409
2023-06-08Step version to 1.13.1-SNAPSHOTMichaelMorris167-167/+167
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: I52a902a5f7341ed67179fba9e0d4b2ee6d488458
2023-06-06Improve build image timevasraz7-47/+24
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I325b2ba1626effee614e5e82aead4a01adb13c5d Issue-ID: SDC-4526
2023-06-02Release 1.13.0MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: I79fce5da5addcb66012bba5ce9e72764607463dc
2023-06-02Update release notes1.13.0MichaelMorris1-0/+116
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: I5feeaba704dab92f8bfcaa685902d327d9c90dbd
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-02Revert "Support SIP TLS"MichaelMorris46-726/+1178
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] Update kafka ssl config"MichaelMorris2-6/+1
This reverts commit 3bc3a5c724e9a6ea8a112dca72a9a3128eddca19. Reason for revert: deployment issue with SIP TLS Change-Id: I24a9cc51cd8785b7407fee1b2aad9919d69e1d2e Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4476
2023-06-02Revert "[SDC-BE] Add kafka ssl config"MichaelMorris9-134/+97
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 functionsfranciscovila5-44/+171
Issue-ID: SDC-4517 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I36e33821ef72c3375d9525513f2394b9b772c696
2023-06-02Set version to 1.13.0-SNAPSHOTMichaelMorris166-166/+166
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.vasraz4-0/+38
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 MontrealMichaelMorris167-168/+168
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_Ericsson10-220/+216
Issue-ID: SDC-4523 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I3dff94cee1d1dbcb26099d02505a679249a6b46e
2023-05-31Update vulnerable dependenciesvasraz1-2/+2
spring.boot -> 2.7.12 springframework -> 5.3.27 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3ba29ba7322c5d25905c029bd855116db250e871 Issue-ID: SDC-4519
2023-05-30Fix certain default values breaking VFCeschcam7-224/+220
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-30Update release notesMichaelMorris1-0/+79
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4516 Change-Id: Ibfb2b6f68d150ea38469ceacffd76d1a3f257237
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_Ericsson3-13/+14
Issue-ID: SDC-4512 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ia501b124ddf0c77c97ca0c14bbaa18be39b8f631
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 headervasraz8-104/+181
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5dd1e34343bebec8a26786f402dc2b9b818e7f10 Issue-ID: SDC-4508
2023-05-26Fix invalid json being set on propertyConstraintsJvD_Ericsson1-10/+6
Issue-ID: SDC-4503 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ic506ebb3f1358bb5e3f6b110c2df67bbb24fc901
2023-05-25Fix NPE using concat TOSCA functionsMichaelMorris1-3/+3
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4509 Change-Id: I57173758bdb8293ffeb774e4dfac3f18ab4abae8
2023-05-25Update vulnerable dependenciesvasraz9-31/+32
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ifedc08763f6d46e3bcba0367a81edc8e219865d0 Issue-ID: SDC-4504
2023-05-25Support TOSCA functions in operation inputsfranciscovila14-23/+100
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 listsimamSidero11-105/+261
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 fnsMichaelMorris2-6/+8
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_Ericsson13-35/+307
Issue-ID: SDC-4493 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iba3eda9bb5d57aabbe86045b6150564e17a0ff3e
2023-05-17Disabling archive functionality for normativesJvD_Ericsson7-1/+49
Issue-ID: SDC-4497 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: If7ce7205543682697a2b787aebfd4c8a3da25db7
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-16Fix interface operation input complex valuesMichaelMorris1-1/+3
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4502 Change-Id: I09323c1c122fe726e287f31786f0285dd3913217
2023-05-16Remove unused jetty scriptsvasraz5-119/+0
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ic5cf47f6df292cad5b35c854c5c8f210cc1f575d Issue-ID: SDC-4483
2023-05-16Support additional operands for node filtersfranciscovila32-145/+1105
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 directlyshikha020315-195/+285
Issue-ID: SDC-4435 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Ia3120eb6f03ad861dc87de64a2cb81a61e048f4e
2023-05-12Update outdated gecko.drivervasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I45fb23537b9440a8be702f307b16bbbb59a6abd5 Issue-ID: SDC-4496
2023-05-12Add retry option to wget commandseschcam4-4/+8
Issue-ID: SDC-4495 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: I3c3a2654daeeb8c7e57b60d5684026aaa0aa0670
2023-05-11Update Cassandra to 3.11.15eschcam1-1/+1
Issue-ID: SDC-4494 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: Ib63b20c9b78575aa58dc7ea5728cd7941aeddafd