summaryrefslogtreecommitdiffstats
path: root/docs/submodules/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25Remove docs submoduleslf-jobbuilder6-0/+0
This is the final change in the docs migration topic CIMAN-376. We have switched projects to use intersphinx linking and away from submodules. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4e7446a677e1847cee139f41c91b7734d148cdb4
2020-06-25Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 86d310a51662379343579f6850710c376fd865fb - Remove service annotation for ImperativeBluePrintWorkflowService Even with the PROTOTYPE_SCOPE annotation the bean was in effect a Singleton, as it was only injected in one other service. The class has field variables which would be shared by every thread, potentially causing severe errors under parallel execution. Removed annotations to disable dependency injection, and instead create a new instance with every execution call. Issue-ID: CCSDK-2473 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I9e7148540781dcd869d55d932f4187c5f81cb3f5
2020-06-23Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to aee530a92b14041b73d5c15bf4fa0709c92a82d0 - Merge "Fix "npm run build" errors" - Fix "npm run build" errors Issue-ID: CCSDK-2474 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I1577ea0f576f4000c77f94d52d22d4c2212525b2
2020-06-23Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c1ba2446334c41117ac67bd4a9288fe5cc8b9d1b - Merge "Fix template&mapping in view/create" - Fix template&mapping in view/create Issue-ID: CCSDK-2450 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: If84fba1cb7835cd3338767f9546bce0544d3dd1c
2020-06-23Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 42b3d82ccbe1f0cdf7fa46f605d9f5a2fd96364d - Fix hazelcast issues - 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-23Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 7434214a2126de38769b35896d8e776aeb8fded3 - Merge "fix issue for deleting files from definition section" - fix issue for deleting files from definition section Issue-ID: CCSDK-2402 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I3da68daf0b06c307d0864391ecc504287842f954
2020-06-23Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 66f61fb76f5126b60cbd1f5297cecdb2518a70f4 - Merge "Kafka Audit Service : Improve error handling and miscellaneous refactoring" - Kafka Audit Service : Improve error handling and miscellaneous refactoring 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-23Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c0ae9f7eff91b8cd8e0567adaadbc766c10c3c3c - Fix exception handling in AbstractComponentFunction 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-22Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ee2c950e05901c92fd45a24898b7e8bb2418bc77 - Merge "add delete button in template&mapping view" - add delete button in template&mapping view Issue-ID: CCSDK-2448 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I73691bc19ca4cf330896fe1cf327e3867ab4e1b4
2020-06-22Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 201684fa7d04804d5d833d0876c6eb79f44232e1 - Merge "solving continuous saving" - solving continuous saving Issue-ID: CCSDK-2336 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I7e488950a77a19b7b1b4ac2e4c9044698b9ff757
2020-06-22Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 214c8dfe0e56aff0fe0c2a3a5d7f76f2a4972710 - Merge "Edit mapping table style." - Edit mapping table style. Issue-ID: CCSDK-2472 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4787412a34d1e26c0d30fe0419a231ef54df9efa
2020-06-22Update git submodulesAhmedEldeeb501-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 08084ee48ad5e97677b60860ada060e2dbdc81ad - Fix editor highlight. Issue-ID: CCSDK-2471 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I8a78dc9c8989a933d8812c2ded7a03899800612d
2020-06-19Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3579d15b41d9f786650f76c3b6a98d28f0052f1a - Implement nodetemplate locking feature 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-19Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 18174bb951a8193e5c310969fb85684b3145fd0e - Merge "Error when template-prefix-names list is set as an input" - Error when template-prefix-names list is set as an input 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-19Update git submodulesRupinder1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 340386b6248ff796eb5104a2841b254fda6c1b4c - added redo-undo buttons Modified zoom in and out button Issue-ID: CCSDK-2279 Change-Id: Ic4a55cba53e681cf21e3e7b3239adf01c3fad69c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-19Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b45a8eb6298a959c0023acbeef05ff4006434c7a - Merge "fix custom keys issues" - fix custom keys issues Issue-ID: CCSDK-2428 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I1cd6a9a0fe83ba5d45e322c281ffe1b2de741c07
2020-06-19Update git submodulesSarah Abouzainah1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1dfb27cb5b3ef0850fc664224ccf379f062e64d1 - Fix duplicate style files in designer Issue-ID: CCSDK-2454 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ief1368f48651d5b772f7a41241898b3cdf675653
2020-06-18Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fb6dac5a11e8500807e2fb31c5fdac86f23fa1d1 - Merge "Missing note of timeout differences." - Missing note of timeout differences. 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-18Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 78ed925a4b1654a04196e16709bde79822f35ea5 - Merge "added zoom in and out button in editBar" - added zoom in and out button in editBar Issue-ID: CCSDK-2279 Change-Id: I3e40f00fb3c86c4ab3dc056513a4f62fa26a47ae Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-18Update git submodulesAhmedEldeeb501-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 75ed136c6a55694465319f482b61069c95859bc1 - enable delete button in upload modal. 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-17Update git submodulesShaabanEltanany1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to cec8ff4951b9c045e84dd6d08d898b78c723d2e5 - view description in package box and in a Tooltip Issue-ID: CCSDK-2428 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Id1f18173c58be93d827a214631193914b5b289c7
2020-06-17Update git submodulesRavi Pendurty1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 23c27ddcd79913d11eac16eb42c5a43899de97a1 - client side readtimeout support clientside readtimeout support for mountpoint-registrar using the updated dmaap client library Issue-ID: SDNC-1246 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I7e60c7b30c0378dfb09b16160714e742162b1790 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-06-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to f81920adf0bc78b6baab55518fc6e6299b5770aa - Merge "providing search packages functionalities" - providing search packages functionalities - 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-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 88d48da71434dd6af017549e28af9ea6eb54f8d3 - Merge "add sort by version" - add sort by version Issue-ID: CCSDK-2431 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Idfeab7ba0757adea3c837b281d5da83b2dc95c4e
2020-06-16Update git submodulesAhmedEldeeb501-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 659025ea329c8e4f395d0a5bbd6a502b12885641 - add delete modal in Template&Mapping Issue-ID: CCSDK-2449 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I76abe710016745802bad3b024415579f09a9ac18
2020-06-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to eebf17072956de4713848115d23263cc24be110f - Upgrade Sodium from SR2 to SR3 Updated the base OpenDaylight Sodium docker to be based on Sodium SR3 instead of SR2. Change-Id: Iff1f97d6b262f1b36f23632e73bc40822c0f331e Issue-ID: CCSDK-2442 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-16Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fd0084752dfa82159643798711650e9bb52e6160 - Merge "change template&mapping screen add "back to temmplate list" button fix mapping table" - change template&mapping screen 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-16Update git submodulesSarah Abouzainah1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d54169fb3fd48e8b4a984ed8ec6cc70624893a25 - Edit Designer tabs ui and fix canvas scroll bar Issue-ID: CCSDK-2446 Issue-ID: CCSDK-2447 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I74d7aca0f382a60f668f9acb3bb08e285be81a47
2020-06-15Update git submodulesShaabanEltanany1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 50d6d53c9ceb84c781f8619ad0cafcede2869371 - add package description to be at Entry definition Issue-ID: CCSDK-2438 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I8657560cd55a21421dc6849d7aac64c02e83db42
2020-06-15Update git submodulesShaabanEltanany1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b2651335ea1908e3c843bb3b774a732e6eddb94f - add pattern for package version Issue-ID: CCSDK-2436 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ie7558a384e482bfbc69404398b309906e7b148e0
2020-06-12Update git submodulesAbdelmuhaimen Seaudi1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 2fa007d45d0e9e6f38f56d7eb25ee5936f2b3c1d - add error-messages_en.properties to the blueprint processor docker image Issue-ID: CCSDK-2444 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Iccdd77676606fc3007568a76402ef0696e6a1653
2020-06-11Update git submodulesRupinder1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to cc5fe65d2e756f76f8333ba985d7e147c33bc94f - added workflow and template tabs Issue-ID: CCSDK-2278 Change-Id: I06a889d63131668c56602e2ce7a316f21b7f890f Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-11Update git submodulesSarah Abouzainah1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 807f3df7b8d523040a65b805355f180551c3018c - Create CDS Designer Guide for docs.onap Issue-ID: CCSDK-2415 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I94d981b5ce48b995a75de92df91a58ce163a5520
2020-06-10Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to f3430368211a5eb435a56a70006831255dcdba2e - Export SvcLogicFactory as service Expose SvcLogicFactory bean as a service so it can be reused in other microservices. Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 31172d602ff8bce4b4680c3a2da58b6db2e8d9f0 - Refactor sliapi springboot Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 8a3d5215f2424bbea855ac1b86dfefb98f349496 - Add ResourceResolutionResult to ResourceResolutionService 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-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 7999215bcb96bfca2111014c47c9e8766936b254 - Merge "Update css file name in conf.py" - Update css file name in conf.py 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-06-08Update git submoduleslf-jobbuilder1-0/+0
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master' to c1dfbc118f75474b57377447442bd550dd58f1e1 - Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I221b3657f26645b72cc4442e7f9432be70129c57
2020-06-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 77090e8aa727a7eac54ed9671d4dff8eda06c094 - Merge "Update css file name in conf.py" - Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9f0699d403633f1c0b2761da2cb22e33afcd0666
2020-06-08Update git submoduleslf-jobbuilder1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to f796af3a840d0fd9319e3dfe45ef0e548cd90171 - Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie7e475c651e34116e5da2342cada83d139c7626b
2020-06-08Update git submoduleslf-jobbuilder1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to ede647655880a66fc0e201523297afa90c2bb549 - Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I31b137466ec4eda4b6ecc940d68d40e62a1f3680
2020-06-08Update git submoduleslf-jobbuilder1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to c2fac23347ee5dd3f8b6e3180a0206eb979b965e - Update css file name in conf.py ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I6b011f0480f4542883323b6f1fb4a0043b40a76b
2020-06-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 194b52a3d1917702f79ce524c9d52267b0c6d077 - Merge "Refactor sliapi springboot" - Refactor sliapi springboot Removed sliboot container from distribution. This docker is now built in ccsdk/apps as a new microservice Change-Id: I7794f13af5386bf16f3fcfb97a9fc1fcb4a74ca0 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-08Update git submodulesEric Debeau1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 15b0030cd773cfea9a8aeb8abcc15e0342aeff02 - Add _release_notes reference in Release Note RST file There is no reference _release_notes in the rst file As a result, this file can not be linked from the global Release Note page Issue-ID: DOC-631 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I21614e349f4d3339a612c279fe5a08b82b56dda0
2020-06-05Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to eef9c4714984a1a162fafd0a004cd83e02f20400 - Align requestID, subrequestID for DMAAP msgs Align the common header for DMAAP message received and published, as Policy depends upon them to corelate policy driven events. Updated DG's Issue-ID: CCSDK-2395 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7c65d00c05ed395c6c6f89f36763ae0aefde87fb
2020-06-05Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to aec7bcff2843cfe60f946535599b49b1778dce45 - Merge "Actions list - UI" - Actions list - UI Issue-ID: CCSDK-2411 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d
2020-06-05Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to bef1899ac0e9cc77e8c22feffaab95cbc923d6ba - Data dictionary fixes and improvements from vFW CNF demo 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-05Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to f36451a9d5bcc88adb3a7f0062976cbc8ec668b1 - Merge "Changed sli-provider dependency" - Changed sli-provider dependency 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-03Update git submodulesJozsef Csongvai1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 12ab1a900ad255ffec2f18530e85d9b196417e26 - Set explicit uid and gid in dockerfiles 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 git submodulesRupinder1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d04515ae5983945d24fa2a339827ee938e5cb6ab - added a basic function attribute sidebar 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>