aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28Add edit buttons in mapping tableSarah Abouzainah7-15/+73
Issue-ID: CCSDK-2795 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ife3dc443881f4853dfbed969b5f6594358e94174
2020-09-27Fix Help menu overlap issueSarah Abouzainah1-2/+2
Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ia0c6b5458465eaaab580cceedaae0b76770a6eb9
2020-09-27Merge "Support parsing of ASCII/CLI files within Velocity and Jinja Template"KAPIL SINGAL3-0/+74
2020-09-27Merge "add save & deploy button in designer"KAPIL SINGAL6-239/+238
2020-09-27Merge "Add Wizard link in Help menu"KAPIL SINGAL4-3/+38
2020-09-27Mapping Table EditingAhmedeldeeb503-10/+79
Issue-ID: CCSDK-2795 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I66d98801e66b32e335487cc159c623c5d11f1549
2020-09-27Add Wizard link in Help menuSarah Abouzainah4-3/+38
Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I9826b3676fff3f558b63e54dd2f3d0d05a5f07c2
2020-09-27add save & deploy button in designerAhmedeldeeb506-239/+238
Issue-ID: CCSDK-2299 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I35bf9a40633e9bd3f114671912c5e0521e44f754
2020-09-27Support parsing of ASCII/CLI files within Velocity and Jinja TemplateAhmedeldeeb503-0/+74
Issue-ID: CCSDK-2772 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I71e48d3c49ed1adc40ec4edef2df6d7413ed0300
2020-09-24Refactoring DocsSingal, Kapil (ks220y)84-1745/+1510
Issue-ID: CCSDK-2846 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I34e469deb914fc4e452159a2c3419270f8eb97bc
2020-09-24Merge "adding save for topology template content"KAPIL SINGAL7-76/+128
2020-09-24adding save for topology template contentShaabanEltanany7-76/+128
Issue-ID: CCSDK-2298 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I8333f84e1551bb49f016c25f1c98f8b0f15b7ed3
2020-09-24Support parsing of Yaml files within Velocity and Jinja Template.Ahmedeldeeb509-26/+169
Issue-ID: CCSDK-2770 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I4ceb105206b8d5ed96c2dc67192223925fee8700
2020-09-23Do not install certs in docker imageDan Timoney2-6/+1
Updated docker config to no longer install certificates in docker image. Instead, in kubernetes env, they will be installed as secrets in oom. In docker-compose env, certs will be an external mount. Issue-ID: CCSDK-2519 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id67e16e72d2cb7d0c9a1d88fdcff544d86ca2708 (cherry picked from commit 3b346af513694c07a3cb57734c8b881677c595f6)
2020-09-23Merge "adding saving simple function at designer"KAPIL SINGAL17-83/+135
2020-09-22adding saving simple function at designerShaabanEltanany17-83/+135
Issue-ID: CCSDK-2298 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Id4ebd3413103d6433e84b3513c4f651176a9833f
2020-09-22Roll to initial Honolulu versionDan Timoney66-67/+67
Roll to initial Honolulu version Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I563033c6c93a4121219eaa1d7bb8a026e9e490d4
2020-09-22Merge "Enabling Code Formatter"Dan Timoney354-2637/+3970
2020-09-22Enabling Code FormatterSingal, Kapil (ks220y)354-2637/+3970
Code Formatter was turned off due to java 11 migation Issue-ID: CCSDK-2852 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3d02ed3cc7a93d7551fe25356512cfe8db1517d8
2020-09-22Release Guilin M4 dockersDan Timoney1-0/+19
Release M4 docker containers for ccsdk/cds repo Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia46d3902e72b3a8b28cd4b441c8a3582e59b8341
2020-09-22Release Guilin M4 maven artifactsDan Timoney1-0/+5
Release M4 maven artifacts for ccsdk/cds repo Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iff26d7cbb2e9b58cb7048bb3c037a247bf7e8fb1
2020-09-21Updating README.mdSingal, Kapil (ks220y)2-24/+18
Issue-ID: CCSDK-2846 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I7680fb01d133804e26948228c62a89e353159383
2020-09-21Fixing docker image tagSingal, Kapil (ks220y)23-56/+29
Moving related properties to parent most pom and using same across Removing unnecessary version tag from poms Issue-ID: CCSDK-2794 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I37d16d3f7a467bb579f70235f69a8bff0fe4ba8e
2020-09-21Merge "Support parsing of XML files within Velocity and Jinja Template."KAPIL SINGAL12-74/+188
2020-09-21adding saving action at workflow designerShaabanEltanany2-319/+376
Issue-ID: CCSDK-2298 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I7cea1c9e5933df34b53acaaa7bf92ec5ac72c0ae
2020-09-21Update Wizard ContentSarah Abouzainah3-27/+29
Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I57f207a49a2de99ecf137a5f15aa0260007d8ac1
2020-09-21Support parsing of XML files within Velocity and Jinja Template.Ahmedeldeeb5012-74/+188
Issue-ID: CCSDK-2769 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ib79af3f7621d14176700d80e987c0cdf5a8a11a6
2020-09-21adding import package basic functionalitiesShaabanEltanany15-46/+378
Issue-ID: CCSDK-2842 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I62a260aca9274900ed32706d79efbb09590e20b1
2020-09-18Fixing dockerFileSingal, Kapil (ks220y)18-121/+56
Fixing dockerFile and related items Refactoring pom properties Issue-ID: CCSDK-2794 Change-Id: Ib9d3cc38c2db65778cef2590ab774035305a16fa Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-09-16Merge "disable componetCanDeactivate with some functionality"KAPIL SINGAL4-7/+16
2020-09-16disable componetCanDeactivate with some functionalityShaabanEltanany4-7/+16
Issue-ID: CCSDK-2739 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ic3f3905b062f42365c8d7eed22d0ee9504906ee5
2020-09-15Fixing DockerFilesSingal, Kapil (ks220y)4-32/+33
refactoring to use onap certified base image and combining run commands Issue-ID: CCSDK-2794 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id31d5a0018cbce14e54f4aa3e5caebb75dda2276
2020-09-15Fixing DockerFilesSingal, Kapil (ks220y)4-18/+23
Copying starting script to respective dir as root and then running as user onap Issue-ID: CCSDK-2794 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2b3c27cc8e3a378f9ceeeb0de62f81de9fc38c6b
2020-09-15Merge "Remove overflow hidden / Decreasize size for visibility"KAPIL SINGAL1-2/+2
2020-09-14Revert change assembly descriptor idJozsef Csongvai1-1/+1
Changing ID also changes the file name of the zipfile. This caused the -Pdeploy-cba to fail as it was expecting a file with ending *-cba.zip, instead it got *-cba_zip.zip Issue-ID: CCSDK-2787 Change-Id: I825218724fd917a69a727cb1945cf313c950b27f Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-09-14Remove overflow hidden / Decreasize size for visibilityJakobKrieg1-2/+2
Issue-ID: CCSDK-2744 Change-Id: I6ad2606337514c7bf337f99fbeaf3fb3f2dad6a7 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-09-14Merge "adding deploy feature"KAPIL SINGAL2-4/+5
2020-09-14Merge "Fix Sphinx version"KAPIL SINGAL1-1/+1
2020-09-14adding deploy featureShaabanEltanany2-4/+5
Issue-ID: CCSDK-2299 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I1b4ac4d12d18371cd4db9226ca8cbd215f01b3b3
2020-09-14change beahvior of editShaabanEltanany4-4/+7
enable editing in package version only Issue-ID: CCSDK-2336 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I5878b463f08dc3575ea90cd65611389eacbb8b4f
2020-09-14Fix Sphinx versionJakobKrieg1-1/+1
Issue-ID: CCSDK-2788 Change-Id: I42987b9fc33665f1b71904736dac070d1397c863 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
2020-09-13Merge "improve manual enrichment"KAPIL SINGAL2-20/+14
2020-09-13keeping package changes safeShaabanEltanany8-92/+143
give user chance to discard changes or save changes Issue-ID: CCSDK-2336 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: If1e1c94ef65822428f25cca071103c9022add144
2020-09-13improve manual enrichmentShaabanEltanany2-20/+14
Issue-ID: CCSDK-2542 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I3ec0bdc702f7e424896bd57c4560ab60349bbc37
2020-09-11Refactoring poms groupId artifactIdSingal, Kapil (ks220y)66-522/+485
Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea
2020-09-10JDK11 upgradeOleg Mitsura18-207/+219
Issue-ID: CCSDK-1870 commit2: update surefire plugin to 3.0.0-M5. Need at least M3 for JDK11. S Still TODO: what to do about the spring-boot-parent. it may need a bump as well. commit3: update parent with surefire 3.0.0-M5 commit4: another surefire version update + failsafe version update. commit5: uncomment surefire def'n in parent pom. It may need to be redefined... commit6: update to parent 2.0.1-SNAPSHOT commits... rebasing/minorfixes commit14: disabling HealthCheckApplicationTests test commit19: Kapil bugfixes: Jsonfiles "isForce" replaces (incorrect) "force"; bumps kafka scala version to 2_13 commit20: fixe back kafka scala version to 2_11 commit25: reverted + applied patches for 2_13 (due to springboot parent update) + 'application' pom to use forCount=1 and reuseForks=false and reverted scanUatEmpoweredBlueprints modification in BluepritnsAcceptanceTest commit30: rebase commit31: SDCListener tests fixes. JMockit updated from 1.19 to 1.49. Since 1.42, need to do these changes https://jmockit.github.io/tutorial/Introduction.html#runningTests commit32: Dockerfiles cleanup. adduser/group params are different from Alpine. commit33: Dockerfile for SDClistener typo commit34: Addressed Dan's comments. commit35: Image was changed to 1.0.1 (which will be built soon), and the updated base image will already have 'onap' user and group, hence the adduser/group wouldn't be needed. commit36: rebase commit37: bumped up BP proc maven-surefire-plugin Xmx Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I3d864d500150e7d81bb2ce73333f2db67c004e93
2020-09-10Fix autostart for tour-guide in editAhmedeldeeb504-7/+16
Issue-ID: CCSDK-2705 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ib91a0804ff2fab56a20446eb05cada4385961d52
2020-09-09Merge "Init version containing video of demo"KAPIL SINGAL3-1/+49
2020-09-09Merge "Update Wizard style"KAPIL SINGAL3-11/+13
2020-09-09Init version containing video of demoJakobKrieg3-1/+49
Issue-ID: CCSDK-2744 Change-Id: Ie17564ff72033e8d267f48bbaa9e9f32e6db7ee7 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>