aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12Release version 1.13.7HEADmasterFiete Ostkamp1-0/+22
- release contains two fixes for model distribution related bugs Issue-ID: SDC-4686 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I1bcaae6e4e4c42c7790a9c4cd1aaa477191fdf5a
2024-04-11Fix: Listing archived catalog resources fails randomly1.13.7Fiete Ostkamp3-73/+95
- filter out vertices that do not have Metadata property when checking if component exists in catalog - log filtered vertex with as much information as possible Issue-ID: SDC-4685 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Id7a88729c72ac5d3504ca6e3f3097d65475b932b
2024-04-10Listing distributions (/services/{distributionId}/distribution/) fails with ↵Fiete Ostkamp10-52/+100
ClassCastException - attempt to format AuditEvent timestamp when it's of long type - do not update gem package in docker builds since newer versions are incompatible with ruby 2.7.6 Issue-ID: SDC-4682 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I6ff3ac6bfa3ce7985c69df3eb79f9711b753800f
2024-04-09SDC pipeline fails during docker buildFiete Ostkamp172-176/+174
- update the integration-java11 base image from 10.0.0 to 12.0.0 - bump version to 1.13.7-SNAPSHOT - update tox.ini file since GHA would fail otherwise Issue-ID: SDC-4683 Change-Id: I9b069bcedc851260cdd590c5da94727402d217d2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-20add python compatibility modulethmsdt1-0/+1
Issue-ID: DOC-823 Change-Id: I6e973bd735bb40035ece73557b113c4ff588ed7a Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2023-10-27Release SDC 1.13.6MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4673 Change-Id: I5b2a6af7164a3361528ad8d518418f57e07bee89
2023-10-27Update version to 1.13.6-SNAPSHOT1.13.6MichaelMorris167-167/+169
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4673 Change-Id: I577449e409c4eb30a396b8b98491e20d2664c7de
2023-10-27Fix exception in healthcheck with httpMichaelMorris1-5/+16
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4674 Change-Id: I49e053c17018eb1bd824b4eb120c27b99266e521
2023-10-27Update release notesMichaelMorris1-0/+95
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4673 Change-Id: I6d6e2a39d5ece8c3a877354c63697050b5429cd6
2023-10-27TLS sdc-be-init: truststore & keystore handlingMichaelMorris14-35/+93
Issue-ID: SDC-4671 Change-Id: Iaa6e4810cb06cc44a393ca4fda561b24ec208711 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2023-10-26Implement truststore & keystore handling for cassandravasraz6-9/+18
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib8f21142f7f760f5a8787971dbd0bb7e023e22d1 Issue-ID: SDC-4637
2023-10-26Fix 'JUEL expression syntax prevents download'-bugvasraz1-2/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ie1543a5c1af0b2902bb7fd1ea7acdee0ef518136 Issue-ID: SDC-4650
2023-10-26service role and service function metadata not importedfranciscovila1-1/+12
Issue-ID: SDC-4667 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I5aa1c1b2bb5cce292cf7ddd4541394177f6af465
2023-10-26watch tls filesMichaelMorris4-0/+110
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4639 Change-Id: Ic9cff09c633770df5171867ca69ed318c2a75f59
2023-10-26TLS support in sdc-feMichaelMorris11-57/+97
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4642 Change-Id: I960c0a114889c7b5c1c7924cefff93168132e2b6
2023-10-26sdc-BE TLS supportMichaelMorris10-164/+155
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4639 Change-Id: Id97c5331b52650f5da25caff4e9ad0166f39202a
2023-10-26Improve test coverageJvD_Ericsson29-1273/+829
- Added some tests to - ToscaExportHandlerTest.java - ToscaExportHandlerTest.java - Removed unused code Issue-ID: SDC-4654 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iee23e3a148005e960eb9c986b7b0605e4f7c8337
2023-10-25Fix adding null schema to non list propertiesMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4668 Change-Id: I815ff21b8394b858627f7798d7fdcd5326b6eb6b
2023-10-24Milestone updatesJvD_Ericsson11-112/+129
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I43c91fbeb476acea8a8c05c249dcfb01618ddb7b Issue-ID: SDC-4666
2023-10-24service role metadata cleared after service creationfranciscovila2-4/+14
Issue-ID: SDC-4665 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I4e2fc183e28827aa967bb9c62f2701bfe5ab6e36
2023-10-23Unable to import service template with interfaceJvD_Ericsson3-17/+88
Issue-ID: SDC-4661 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ic7146428502a3f3eb976f6d347a5611b301776ed
2023-10-23Fix error merging node typesMichaelMorris1-1/+2
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4664 Change-Id: I90dae030e099b2d2936120342335534a031e98a7
2023-10-20Backout "Remove generation of csar.meta"MichaelMorris2-19/+21
This commit reverts 8a9eed8e6e97068a47aa14016cc0601f89eb0939 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4640 Change-Id: Ie50cecd009e9c74af1b55c7dcb899db6621279b3
2023-10-20Fix null values in model node type valuesMichaelMorris1-1/+20
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4663 Change-Id: I707d4532be97f093110cdc29d8807014259d8145
2023-10-20Certifying mechanism changing structure of csarfranciscovila2-2/+7
Issue-ID: SDC-4662 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I238fe7fd60c8813f67818606f5a69fc961820e88
2023-10-17sdc-be certificate handlingMichaelMorris2-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4639 Change-Id: I257bd74e7a969b8c7d686952dd46425e969ddb24
2023-10-16Update be-common and tosca-parserJvD_Ericsson2-2/+2
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ia9d8c1826cfb85cfb3ddf37c00bb9fa33dc2913a Issue-ID: SDC-4653
2023-10-13Increase unit test coverage for backendfranciscovila17-37/+1638
Provided some Junit test coverage for backed Issue-ID: SDC-4654 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: I91b3f4326256312ab998d32fce9eb13b3e39b8d1
2023-10-11No properties found when trying to add a node filter to a VFJvD_Ericsson6-95/+239
Issue-ID: SDC-4607 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I5df11e156f4bc20ff1d4f19b7af8dfe798631077
2023-10-10Fix - Declare Output button disabled after saving a default valueJvD_Ericsson1-0/+1
Issue-ID: SDC-4649 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ie58fcafb4d9fbeaea155947dc88b677dc37fcd87
2023-10-09Fix mvn build issueMichaelMorris1-0/+2
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4652 Change-Id: I643ebc10e5f8da8fb7d63c77b5c0e4bc44af0a6f
2023-10-09Release 1.13.5MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4631 Change-Id: I903054ff2367b5bf75b8b9314fd0e40d20b9d9bb
2023-10-09Fix mvn build issue1.13.5MichaelMorris1-0/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4652 Change-Id: I7db0d838ca8a025157761c9b3fb5bc22a2dfc943
2023-10-09Update release notesMichaelMorris1-0/+105
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4631 Change-Id: Id7ee6f500124d3f3b47c848d3e2d3bdae0894216
2023-10-09Import service with milestonesMichaelMorris5-20/+44
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4647 Change-Id: I23ceb41a90a887774396d5caf8fb6eac8aa318a6
2023-10-09Fix error updating milestoneMichaelMorris2-1/+8
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4648 Change-Id: Iff21ecf1e0b999301baf6b7a2c26218fee8856da
2023-10-09Allow multiple entry for map/list when tosca function is selectedimamSidero2-18/+39
Provided the capability to add multi entry for map/list values in property assignment page Issue-ID: SDC-4635 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I14b55d4fbf806206561dda77c3ffe035f349a65e
2023-10-06Milestone import supportJvD_Ericsson6-63/+96
Issue-ID: SDC-4646 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I90da530a84c757a07c3ef903201f89869d223b8c
2023-10-06Fail to import service with node filter using 'in_range'franciscovila3-45/+75
Issue-ID: SDC-4628 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Ibf6edbdfbb51c32256a707acd17a0def217e1bb9
2023-10-05Fix 'Missing Substitution Map Node after update Service'-bugvasraz1-0/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I91b66a9b5c0688a51c4d100fc6a9bfccb48a1180 Issue-ID: SDC-4645
2023-10-04Issues found when trying to create activities in interface operationsfranciscovila4-6/+8
Issue-ID: SDC-4644 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Ib615973bf83b15525b8841c1560eaac9ba81ea46
2023-10-03Fix 'missing properties after service import'-bugvasraz3-21/+86
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Id8fa4c7d57e023a7e676a455bf5fae65cc6b9cf1 Issue-ID: SDC-4643
2023-10-03Allow import of handcrafted templates with specific substitution filter formatvasraz1-8/+17
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I363e36c349aac35653de92a43cc14c9a68327c65 Issue-ID: SDC-4641
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-28Hide or disable milestone filtersfranciscovila1-22/+23
Issue-ID: SDC-4636 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: If15b0a4af261905cb3ff198a29c437057cd58e3a
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 handlingMichaelMorris86-1718/+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'-bugvasraz6-39/+62
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I3b99e4c60a5971916ed593b8d4161da58ddab6d6 Issue-ID: SDC-4633