aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/java/org/openecomp
AgeCommit message (Collapse)AuthorFilesLines
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 paramsvasraz5-288/+351
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib4970d4f57f9e236f520ca1925915d288c9c5236 Issue-ID: SDC-4409
2023-06-02Revert "Support SIP TLS"MichaelMorris3-48/+156
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"MichaelMorris4-103/+61
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 functionsfranciscovila1-0/+16
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_Ericsson2-44/+96
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 headervasraz1-12/+27
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5dd1e34343bebec8a26786f402dc2b9b818e7f10 Issue-ID: SDC-4508
2023-05-25Support TOSCA functions in operation inputsfranciscovila5-4/+32
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 listsimamSidero3-15/+43
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_Ericsson1-2/+42
Issue-ID: SDC-4493 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Iba3eda9bb5d57aabbe86045b6150564e17a0ff3e
2023-05-17Disabling archive functionality for normativesJvD_Ericsson1-1/+5
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 handlingMichaelMorris2-1/+5
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4468 Change-Id: Iccc61e54876fea732d82334d0bf21bc485b9e1bb
2023-05-12Enable using substitution mapping type directlyshikha02034-181/+211
Issue-ID: SDC-4435 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Ia3120eb6f03ad861dc87de64a2cb81a61e048f4e
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 TLSvasraz3-156/+48
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_Ericsson1-58/+96
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 restraintsfranciscovila2-4/+17
Issue-ID: SDC-4477 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Ib9115aae9019e2d36990147dc0ec9f4058352d88
2023-04-25[SDC-BE] Add kafka ssl configefiacor4-61/+99
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I9e7c0e44566c46bd6225397a680015bf1c0f1c0b Issue-ID: SDC-4476
2023-04-03Add robustness to type creation on service importMichaelMorris2-23/+51
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_Ericsson2-13/+175
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 errorfranciscovila1-0/+3
Issue-ID: SDC-4437 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Iad53c2204b0db48e115f4133c0a68b1f722626fc
2023-03-21Allign properties import during service importKrupaNagabhushan5-38/+48
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 inputKrupaNagabhushan3-3/+55
Issue-ID: SDC-4385 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I2b71e04b97ba69195380d2aa29d9d98a3bd5e981
2023-03-09Fix instance declared inputs mapped to substitution mappingKrupaNagabhushan2-43/+45
Issue-ID: SDC-4410 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I7514f197628ace6aff22b51724b9acea0e21944f
2023-03-08Fix undeclarePropertiesAsInput in UI after Service ImportKrupaNagabhushan1-0/+3
Issue-ID: SDC-4428 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I8cf97b676e82db135b8850bea0efa23d562f38af
2023-03-08Add backend support for VFC property metadatavasraz1-6/+7
Remove empty tags from tosca file Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I0c446b537934ffd19c1162326e075e13845db23e Issue-ID: SDC-4424
2023-03-01VFC operation not clearing artifact details when uncheckedJvD_Ericsson1-1/+1
Issue-ID: SDC-4420 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I338eda3e714782585a69cf15347afdebe467e312
2023-03-01PortalRestApiCentralServiceImpl- Add null test before using nullable valuesshikha02031-2/+8
Issue-ID: SDC-4415 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I4fa7db7e6def7448fe3ae81923d83a6ec325bf3f
2023-03-01Operation implementation name not formatting correctlyJvD_Ericsson1-3/+17
Issue-ID: SDC-4421 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I6699029dff4e78760163d01691b6a1964aacbc0e
2023-02-24Type list of floats not generated correctly in toscaJvD_Ericsson1-10/+16
types of list/map and sub types of int/float were generated as strings in tosca instead of numbers Issue-ID: SDC-4418 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I9d58d89a03cee212e92e5fe775a28118aee86645
2023-02-24Fix valid values for list and mapMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4412 Change-Id: I672193784c51250173b7e5c4c43354a0b9852c21
2023-02-22Fix compilation error when buildingJvD_Ericsson1-1/+1
isPropertyNotMappedAsInput function renamed to isValueAToscaFunction Issue-ID: SDC-4413 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I63cd5c17c8e39ed5634eb0a206128dfc86d6b5e6
2023-02-22Support delete non-normative data typesJvD_Ericsson1-1/+30
Issue-ID: SDC-4411 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I246e50d848a17178369bfb643989d5447a887017
2023-02-22Fix constraint validation for yaml valuesMichaelMorris1-7/+10
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4401 Change-Id: I955b12b099c1f72641d97b274864c33288ba88ad
2023-02-22Fix incorrect behaviour for list valid_valuesMichaelMorris2-7/+7
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4398 Change-Id: Ic8c8a6565089000d1517110283e4bb7c6f989c27
2023-02-21Fix issue on adding values to complex properties in Property AssignmentimamSidero1-11/+13
value field for complex types are restored and validation for the complex type is fixed Issue-ID: SDC-4400 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I320b2f2bdb8c8e236e7cd232902a4a07d0c245c8
2023-02-20Fix NPE when setting complex type valueMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4403 Change-Id: I8194ccce7d0c48588e3dd8b1903be22ba92ac955
2023-02-17AbstractTemplateServlet- fix null test for "tags"shikha02031-1/+7
Issue-ID: SDC-4397 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: Ia95e76c5ddbed740cbfbab581b0d8fdc56e90194
2023-02-17AttributeServlet- Add null test before using nullable valuesshikha02031-0/+8
Issue-ID: SDC-4396 Signed-off-by: shikha0203 <shivani.khare@est.tech> Change-Id: I41f9e072f9caa601c3a135e0d3205b9676638e8b
2023-02-16Bug fix for tosca function map values in property assignment pageimamSidero1-1/+2
Disabled add/edit/delete operations of property when overall checkbox is checked and fixed for integer key values Issue-ID: SDC-4392 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: I3d299195ecc6215b1b99eb159391cdb79f59cb86