aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23Fix hazelcast issuesJozsef Csongvai6-51/+63
- confined lock tests to individual threads to ensure correct unlocking - removed silent failure in clusterlock.unlock function when unlock is called by a thread that doesnt own the lock. - added isLockedByCurrentThread method to ClusterLock interface - disabled multicast discovery, tcp-ip should be more stable for tests - fix Hazlecast typo Issue-ID: CCSDK-2429 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Idfe723fff04fcd9c48510cf429eb15b33662c49d
2020-06-23Merge "fix issue for deleting files from definition section"KAPIL SINGAL2-3/+5
2020-06-23Merge "Kafka Audit Service : Improve error handling and miscellaneous ↵KAPIL SINGAL9-95/+112
refactoring"
2020-06-22fix issue for deleting files from definition sectionShaabanEltanany2-3/+5
Issue-ID: CCSDK-2402 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I3da68daf0b06c307d0864391ecc504287842f954
2020-06-22Kafka Audit Service : Improve error handling and miscellaneous refactoringJulien Fontaine9-95/+112
When Kafka Audit Service fails it no longer stops Blueprint Processor execution * Add error handling when trying to hide sensitive data * Add error handling when trying to send kafka message * Set timeout for blocking loop when sending messages with kafka producer -> When broker is not available producer tries to reconnect in a blocking loop * Refactor Audit Service interface to give more explict name for publish methods * Modify publishExecutionOutput() to a non-blocking function Issue-ID: CCSDK-2459 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I809a5f34f81889aa9eed499608348f149984bc38
2020-06-22Fix exception handling in AbstractComponentFunctionJozsef Csongvai2-15/+38
Moved try-catch to applyNB so that it also catches exceptions in prepareRequestNB. This restores exception handling to the way it was before introduction of locking feature. Issue-ID: CCSDK-2460 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I20326d9a79ac5fbae630eda8530e8428cdb4f84c
2020-06-22Merge "add delete button in template&mapping view"KAPIL SINGAL5-1/+75
2020-06-22Merge "solving continuous saving"KAPIL SINGAL10-45/+51
2020-06-22add delete button in template&mapping viewAhmedEldeeb505-1/+75
Issue-ID: CCSDK-2448 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I73691bc19ca4cf330896fe1cf327e3867ab4e1b4
2020-06-22Merge "Edit mapping table style."KAPIL SINGAL3-37/+59
2020-06-22solving continuous savingShaabanEltanany10-45/+51
Issue-ID: CCSDK-2336 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I7e488950a77a19b7b1b4ac2e4c9044698b9ff757
2020-06-22Edit mapping table style.Sarah Abouzainah3-37/+59
Issue-ID: CCSDK-2472 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4787412a34d1e26c0d30fe0419a231ef54df9efa
2020-06-22Fix editor highlight.AhmedEldeeb508-22/+24
Issue-ID: CCSDK-2471 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I8a78dc9c8989a933d8812c2ded7a03899800612d
2020-06-19Implement nodetemplate locking featureJozsef Csongvai13-34/+287
Enables locking execution of a nodetemplate using a lock key and lock acquire timeout. Issue-ID: CCSDK-2460 Change-Id: I308d4d89dab44b7f7a766d5b62258e67b051eab1 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-06-19Merge "Error when template-prefix-names list is set as an input"KAPIL SINGAL2-2/+13
2020-06-19added redo-undo buttonsRupinder2-12/+25
Modified zoom in and out button Issue-ID: CCSDK-2279 Change-Id: Ic4a55cba53e681cf21e3e7b3239adf01c3fad69c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-19Error when template-prefix-names list is set as an inputJulien Fontaine2-2/+13
Case when template-prefix-names list for resource resolution is passed as an input was not handled. When the audit service was trying to get input-prefix-names values he was only getting {"get_input": "..."} and was not resolving this expression. Issue-ID: CCSDK-2456 Change-Id: If9ebbf0aa6b6eae3e44a7bfe0b930f622dfd3c1e Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
2020-06-19Merge "fix custom keys issues"KAPIL SINGAL1-13/+9
2020-06-19Fix duplicate style files in designerSarah Abouzainah4-584/+57
Issue-ID: CCSDK-2454 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ief1368f48651d5b772f7a41241898b3cdf675653
2020-06-18Merge "Missing note of timeout differences."KAPIL SINGAL1-3/+8
2020-06-18Merge "added zoom in and out button in editBar"KAPIL SINGAL2-10/+28
2020-06-18Missing note of timeout differences.Oleg Mitsura1-3/+8
rev1. initial commit rev2. spacing (silly klint!) Issue-ID: CCSDK-2445 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ie8cc62c89e212efbf5240304856b79c173c88abb
2020-06-18fix custom keys issuesShaabanEltanany1-13/+9
Issue-ID: CCSDK-2428 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I1cd6a9a0fe83ba5d45e322c281ffe1b2de741c07
2020-06-18enable delete button in upload modal.AhmedEldeeb506-12/+26
Disable import button when thre is no file Issue-ID: CCSDK-2402 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Idb119170646eb7cac1d75bafabc90e7fb452ad60
2020-06-17added zoom in and out button in editBarRupinder2-10/+28
Issue-ID: CCSDK-2279 Change-Id: I3e40f00fb3c86c4ab3dc056513a4f62fa26a47ae Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-17view description in package box and in a TooltipShaabanEltanany1-6/+3
Issue-ID: CCSDK-2428 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Id1f18173c58be93d827a214631193914b5b289c7
2020-06-16Merge "providing search packages functionalities"Dan Timoney3-4/+4
2020-06-16Merge "add sort by version"Dan Timoney1-1/+2
2020-06-16add sort by versionShaabanEltanany1-1/+2
Issue-ID: CCSDK-2431 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Idfeab7ba0757adea3c837b281d5da83b2dc95c4e
2020-06-16add delete modal in Template&MappingAhmedEldeeb502-1/+5
Issue-ID: CCSDK-2449 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I76abe710016745802bad3b024415579f09a9ac18
2020-06-16Merge "change template&mapping screen add "back to temmplate list" button ↵KAPIL SINGAL8-36/+104
fix mapping table"
2020-06-16change template&mapping screenAhmedEldeeb508-36/+104
add "back to temmplate list" button fix mapping table Issue-ID: CCSDK-2323 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ifdabb22e550c5b5f950c21b4c657589df980e459
2020-06-16providing search packages functionalitiesShaabanEltanany3-4/+4
- provide search package by (UpdatedBy or Tags or ArtifactName or ArtifactVersion or ArtifactType) Containing IgnoreCase Issue-ID: CCSDK-2434 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I92167e916643dbbf17601a0d9fb7654d8940a537
2020-06-15Edit Designer tabs ui and fix canvas scroll barSarah Abouzainah8-68/+115
Issue-ID: CCSDK-2446 Issue-ID: CCSDK-2447 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I74d7aca0f382a60f668f9acb3bb08e285be81a47
2020-06-15add package description to be at Entry definitionShaabanEltanany4-1/+7
Issue-ID: CCSDK-2438 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I8657560cd55a21421dc6849d7aac64c02e83db42
2020-06-14add pattern for package versionShaabanEltanany2-2/+3
Issue-ID: CCSDK-2436 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ie7558a384e482bfbc69404398b309906e7b148e0
2020-06-12add error-messages_en.properties to the blueprint processor docker imageAbdelmuhaimen Seaudi1-0/+1
Issue-ID: CCSDK-2444 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Iccdd77676606fc3007568a76402ef0696e6a1653
2020-06-11added workflow and template tabsRupinder3-8/+96
Issue-ID: CCSDK-2278 Change-Id: I06a889d63131668c56602e2ce7a316f21b7f890f Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-10Create CDS Designer Guide for docs.onapSarah Abouzainah2-0/+421
Issue-ID: CCSDK-2415 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I94d981b5ce48b995a75de92df91a58ce163a5520
2020-06-09Add ResourceResolutionResult to ResourceResolutionServiceJozsef Csongvai12-56/+121
In order to ensure consistent behavior for assignment-map, supporting occurences and multiple artifact-prefixes, ResourceResolutionService needs to return assignment-map alongside generated template content. Issue-ID: CCSDK-2389 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I54c1991d23d65217f3492b08a2170a6d41b6482d
2020-06-08Merge "Update css file name in conf.py"Dan Timoney1-1/+1
2020-06-05Merge "Actions list - UI"KAPIL SINGAL15-230/+286
2020-06-05Actions list - UISarah Abouzainah15-230/+286
Issue-ID: CCSDK-2411 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d
2020-06-05Data dictionary fixes and improvements from vFW CNF demoSamuli Silvius29-170/+71
During doing vFW CNF use case CBA model with CDS (See INT-1260) found some diff/improvements to update to CDS starter dictionary. Issue-ID: CCSDK-2408 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I8e899b3ab34bcd499e917da318f589e69008dc6d
2020-06-05Merge "Changed sli-provider dependency"Dan Timoney1-1/+2
2020-06-04Changed sli-provider dependencyDan Timoney1-1/+2
Due to refactoring in sli/core, the dependency sli-provider-base should now be used in place of sli-provider. Issue-ID: CCSDK-2412 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I35e356dd80cc355aedf74a9adb49665a1292d77c
2020-06-03Set explicit uid and gid in dockerfilesJozsef Csongvai4-4/+4
This fixes permission issues with shared nfs volumes caused by mismatch in dynamically assigned gid and uid between containers. Issue-ID: CCSDK-2398 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ie47873c98211b280490ee7a6bcc60ceef49dd690
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I07abe65dff0adef7111d35db882951b00d375c8d
2020-05-28added a basic function attribute sidebarRupinder5-17/+265
Designed a basic function attribute sidebar, it is still work in progress. Need to work on Content depends on current selection of Function. Issue-ID: CCSDK-2281 Change-Id: Ifd6019348d530deb043d1a0275cd93413e128c7c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-28Regenerate py-executor certificate with the new wildcardMarek Szwalkiewicz3-87/+87
The existing cert was generated with dns alias that was not matching the service name that OOM uses. Issue-ID: CCSDK-2394 Change-Id: I3836c05f0adfde4a4ff184b32ddfcfbebd3c20d8 Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>