summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-21CDS API Reference add workflow tutorialJakobKrieg7-46/+273
Issue-ID: CCSDK-3060 Change-Id: I9e3465f4fff816ad8dcdb74f54713e11d9d246cd Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-20add new build scriptAhmedeldeeb502-5/+6
add highlighting for action output selection Issue-ID: CCSDK-3042 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I630776b256fa35c588fb45d69da0281b9d0aa575
2020-12-17Merge "Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to false"KAPIL SINGAL17-48/+192
2020-12-16Refactoring assembly.id and name.spaceSingal, Kapil (ks220y)7-12/+5
Upgrading base onap/ccsdk-alpine-j11-image to version 1.1.0 Issue-ID: CCSDK-3053 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I135893a4ab1d4d3f7c1297d6e66de133bd3c7150
2020-12-16Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to falseJulien Fontaine17-48/+192
USE_SCRIPT_COMPILE_CACHE set to false cleans the Class Loader cache after each kotlin script execution. When several kotlin script are executed in parallel (ie no dependency between them) and USE_SCRIPT_COMPILE_CACHE=false then the class loader from the cache may be deleted before one of those executed kotlin script get the time to finish which to the NoClassDefFoundError. Removed cleanupInstance method for kotlin script executors that where causing the class loader to be removed prematurely. Now the behaviour is to remove the class loader from the cache only when we publish a new CBA which was already the case when CDS run with a single instance. In cluster mode, a topic has been added to hazelcast to allow the instance publishing the updated CBA to communicate to the other instances by sending a message to clean the class loader for this CBA from their cache. Added mutex on kotlin script compilation to fix race condition. For concurrent kotlin script execution each process wanted to compile an executable but it was causing a race condition if a process tries to execute while another still compile. Mutex on the execution path prevent this behaviour Issue-ID: CCSDK-3052 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I6ab002352b3272898ad0b183341ee664652c8ae3
2020-12-16Merge "Add Deploy status icon and fix Script form design"KAPIL SINGAL6-94/+93
2020-12-16Add Deploy status icon and fix Script form designSarah Abouzainah6-94/+93
Issue-ID: CCSDK-2320 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456
2020-12-16Fixing typo in message-prioritizationSingal, Kapil (ks220y)43-31/+16
Refactoring few POMs name tag Issue-ID: CCSDK-3053 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I14447ea7f93efcc970213bbe7d42663cb87e33d7
2020-12-15CDS add Postman collection for Resource, Template, Dictionary and Config APIPiotr Stanior9-925/+3065
Issue-ID: CCSDK-3014 Change-Id: Ic9892c035067064fd612f2781507a36072e4e712 Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
2020-12-15Merge "handle json inputs in function attributes"KAPIL SINGAL2-12/+41
2020-12-15Merge "adding scripts features by allowing creating from scratch"KAPIL SINGAL3-2/+83
2020-12-15adding scripts features by allowing creating from scratchEltanany Shaaban3-2/+83
Issue-ID: CCSDK-3051 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I0c0fe79db8c49b40ac310d146c1dcd17c7a6597d
2020-12-15handle json inputs in function attributesAhmedeldeeb502-12/+41
Issue-ID: CCSDK-3050 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I4f30e5288196de68a9c755baecec47f0e1757119
2020-12-15Merge "CDS add vFW Use Case from Integration project"KAPIL SINGAL2-3/+10
2020-12-15Merge "Fixing script text editor window that closes suddenly"KAPIL SINGAL7-36/+42
2020-12-15Fixing script text editor window that closes suddenlyEltanany Shaaban7-36/+42
Issue-ID: CCSDK-3049 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350
2020-12-15Stop clearing angular store after deploy to avoid script problem.Ahmedeldeeb506-74/+88
Issue-ID: CCSDK-3042 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I5eb109c6f27600be63714e93a3748f4d5ecfe37f
2020-12-15CDS add vFW Use Case from Integration projectJakobKrieg2-3/+10
Issue-ID: DOC-698 Change-Id: I838e90d4f229dcf544117146d72dfd1af193dfb4 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-15Add CDS version and apply minor css style changesSarah Abouzainah23-259/+256
Issue-ID: CCSDK-2292 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ie06a5d6fa3e0e52aad50ef5ce501b324f39ab2b1
2020-12-14Merge "1- Fix add template & cancel button in templates modal"KAPIL SINGAL4-26/+38
2020-12-14Merge "CDS API reference add request classes"KAPIL SINGAL3-21/+204
2020-12-14Merge "Pass on MDCContext to imperative workflow"KAPIL SINGAL2-4/+14
2020-12-14Merge "CDS add Swagger annotations for Resource, Template, Dictionary and ↵KAPIL SINGAL8-37/+110
Config API"
2020-12-14Merge "ResourceResolution should fail if required resource did not resolve ↵KAPIL SINGAL1-2/+5
-edge case"
2020-12-14Merge "CDS Swagger remove yaml files"KAPIL SINGAL3-717/+2
2020-12-14showing topology template in configuration dashboardEltanany Shaaban7-4/+98
Issue-ID: CCSDK-3041 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: Iea8fc8f2712185ca3caf41b191e295319556b83c
2020-12-14CDS Swagger remove yaml filesJakobKrieg3-717/+2
Issue-ID: CCSDK-3014 Change-Id: I3f2f6bbe4d7f2b49e0ff1511f2938d258cc4976b Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-14CDS API reference add request classesJakobKrieg3-21/+204
Issue-ID: CCSDK-3014 Change-Id: If0a0a6169ac43a66c3dc51639e3a22efa49dcba5 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-14CDS add Swagger annotations for Resource, Template, Dictionary and Config APIPiotr Stanior8-37/+110
Issue-ID: CCSDK-3014 Change-Id: I380c38cde52a748a9b797c573b7651a766e8b496 Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
2020-12-14Pass on MDCContext to imperative workflowJozsef Csongvai2-4/+14
Issue-ID: CCSDK-3032 Change-Id: Id62ab38064d5d3b1a24db674804d710ca407940e Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-12-141- Fix add template & cancel button in templates modalAhmedeldeeb504-26/+38
2- Add a distinctive color to the selected template Issue-ID: CCSDK-3042 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I4d7e469a4b0739fae67740cf30535203518df45b
2020-12-14ResourceResolution should fail if required resource did not resolve -edge casekuldipr1-2/+5
Issue-ID: CCSDK-3022 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: Ia88a86f13c693a7bcd2d61cdfb5c2e39041b5a31 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2020-12-14Updating parent pom version to 2.1.1-SNAPSHOTSingal, Kapil (ks220y)2-2/+2
Comenting out testSampleAaiReq from RestClientServiceTest.kt as this is causing verify job timeout Issue-ID: CCSDK-3046 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I38d88814335b83167597c1a24162ad3c743355f3
2020-12-08Merge "CDS add API reference documentation"KAPIL SINGAL5-281/+4159
2020-12-08Merge "CDS add Swagger annotations for BP Model API"KAPIL SINGAL4-36/+219
2020-12-08CDS add API reference documentationJakobKrieg5-281/+4159
Issue-ID: CCSDK-3014 Change-Id: Id31270c287bdf23de5feb6666ca859d6cd5732c2 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-08CDS add Swagger annotations for BP Model APIJakobKrieg4-36/+219
Issue-ID: CCSDK-3014 Change-Id: Ibca7cbaa2c70f04acf818e2b554664e13b116c5e Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-12-07Fix save button after click deploy.Ahmedeldeeb501-2/+7
Issue-ID: CCSDK-2070 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ife29e2b58588bb047507487c17a461609f84bab1
2020-12-07Merge "fixing bugs import inputs and outputs from functions into actions"KAPIL SINGAL2-8/+32
2020-12-07fix filter by tagsEltanany Shaaban2-16/+19
Issue-ID: CCSDK-3027 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I9f0fe055e2afc7a3c8daf76abee07c05c6830110
2020-12-07Download package at designer headerEltanany Shaaban2-48/+71
Issue-ID: CCSDK-3026 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: If0729cdbb6d39f10e0d65a0664f555cc09252833
2020-12-07fixing bugs import inputs and outputs from functions into actionsEltanany Shaaban2-8/+32
Issue-ID: CCSDK-2779 Issue-ID: CCSDK-3025 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I4c43a5ad8b694ba4bc4385824197e02f379a3284
2020-12-04Merge "ResourceResolution should fail if required resource did not resolve"KAPIL SINGAL3-16/+35
2020-12-04ResourceResolution should fail if required resource did not resolvekuldipr3-16/+35
Issue-ID: CCSDK-3022 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I6ca858988f0b11bdf3bbde07e8f4bde939342aa2 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2020-12-03add toggle variable ansible fire failure to awx functionEltanany Shaaban1-2/+2
-add logs output when it fails Issue-ID: CCSDK-2366 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: Ie1a122865be541a45de157ab3afa9e426d1defb4
2020-12-03Merge "add Enrich&Deploy function in designer"KAPIL SINGAL7-13/+52
2020-12-03Merge "add toggle variable ansible fire failure to awx function"KAPIL SINGAL2-4/+22
2020-12-03add toggle variable ansible fire failure to awx functionEltanany Shaaban2-4/+22
Issue-ID: CCSDK-2366 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I42b757c206c6d420ffa289cbe9e6c2b4dbf22b20
2020-12-03add Enrich&Deploy function in designerAhmedeldeeb507-13/+52
Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I098fc6bbb35953fbf3728b3863e7990918305edb
2020-12-03Merge "Fix action wrapper in deisgner"KAPIL SINGAL6-11/+29