aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24Fix node filter properties valuetalio3-11/+30
fix node filter properties value to be list<map<string, list>> Change-Id: Iafb31c4f94f10d0493ef2bce622019958a995639 Issue-ID: SDC-2381 Signed-off-by: talio <tali.orenbach@amdocs.com>
2019-06-23Fixed bug - implementation path under interfacesMojahidul Islam2-1/+2
the path of the implementation under interfaces points to a non-existing path Change-Id: Iec0c2119c405bf14a1ddec99a0462f29b91f8ea3 Issue-ID: SDC-2377 Signed-off-by: Mojahidul Islam <mojahidul.islam@amdocs.com>
2019-06-23ExportImportMenu testsTomasz Golabek3-152/+435
Main class tested and refactored Change-Id: I379a18c289b613cdc7ecbb1617618af96ffa275b Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-06-23refactoring CsarUtilsTestBartosz Gardziejewski1-68/+136
Issue-ID: SDC-1795 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ia25a7b4fa8837c5c06e29cfa46386347f3af0c80
2019-06-23Add Lombok support to RelationshipTypenoahs1-75/+15
add @Data annotation Change-Id: I185a32166a6efe9d221c260a0f25d958dec2690e Issue-ID: SDC-2380 Signed-off-by: noahs <noah.shogan@amdocs.com>
2019-06-23Fix minor documentation issueskaihlavi1-35/+35
- change "sdc-main" to "sdc" (there is no such project as sdc-main) - correct typos and grammar Issue-ID: SDC-2368 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I883d06df2fdde13e46ec7cbfe93d19f5587b8de0
2019-06-20Clean up MdcData and ImportMetadataTomasz Golabek7-274/+159
Removed duplicated class. Added assertions to check the logic. Change-Id: Ia953ee0c88d71214cf620cdd286f6ecdd3f3d26d Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-06-19TestNG and BeanShell updatePiotr Darosz2-3/+3
Upgrade TestNG version to migrate to newer version of BeanShell. Change-Id: I687a1a9af9921f573da19ec657d18853b5704786 Issue-ID: SDC-2266 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-19Optimize Dockerfile to reduce SDC image sizeSatoshi Fujii3-11/+5
Use --chown flag at ADD command instead of executing chown Issue-ID: SDC-2366 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I5aa36da91e45bad5f6ae0bd817a3cdf8186668d8
2019-06-19Upgrade jetty versionPiotr Darosz2-3/+3
Upgrade jetty-http component to current version. Change-Id: I0bc8636b31973a865ffa1205866828c33cc15e4b Issue-ID: SDC-2268 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-19fix sonar null pointerk.kazak4-3/+63
NoveServerNamingConventionGuideLineValidator: potential null pointer fixed Test for this use-case added Change-Id: I3180bc6c159d1b690f0be0370abbd1fefe70045f Issue-ID: SO-1811 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-06-19Upgrade libthriftPiotr Darosz6-0/+46
Upgrade libthrift to the newest version. Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db Issue-ID: SDC-2264 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-18Upgrade nettyPiotr Darosz4-5/+11
Upgrade netty-related dependencies. Change-Id: I040287114e21b6d61b84425bd4c15996af27b13c Issue-ID: SDC-2263 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-18Issue-ID: SDC-2370Avi Ziv5-0/+313
Signed-off-by: dfx1971 <avi.ziv@amdocs.com> Change-Id: Ibfe11277ab9a6f9eb0c402190e41ef94e6ae55f3
2019-06-17Updated package versionTomasz Golabek2-3/+3
Apache POI version changed to latest. Was tested manually using asdctool Change-Id: I8c71a22ef6c7a9dde5afdf6b9890310ef1a2c748 Issue-ID: SDC-2270 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-06-17Change-Id: Ia2e7429fab8ea4e73bcdd4b0a74c966ec80e7023dfx19711-1/+1
Issue-ID: SDC-2372 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com> Change-Id: Iedd93871297f214216664961d27d48d98abf3e17 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2019-06-17Add property uid in declarationtalio1-0/+1
Add property uid when declaring property to policy, in order to get the policies list in UI Change-Id: I227bfcdcf40483b1e308877e9b2ae41106e20e29 Issue-ID: SDC-2369 Signed-off-by: talio <tali.orenbach@amdocs.com>
2019-06-17Add lombok support to simple classesOren Kleks1-39/+4
Change-Id: I98ced4b0f30c3b676e02de08ccab0c06bc7b8965 Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-17BeanUtils upgrade to 1.9.xOren Kleks2-16/+10
Transitive dependency to beanutils 1.8.3 removed. Refactor of existing usage of beanutils proposed. Change-Id: Ice5a996dc6f782d787309bd9c604335710627b2c Issue-ID: SDC-2269 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-16BeanUtils upgrade to 1.9.xTomasz Golabek11-92/+149
Transitive dependency to beanutils 1.8.3 removed. Refactor of existing usage of beanutils proposed. Change-Id: I6614a5794979225376338c778b25f71911ae9c50 Issue-ID: SDC-2269 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-06-14Update the CsarInfoTest.k.kedron1-16/+5
Used common ZipUtil.readData instead local load method. Fix checkstyle (variable named). Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I6adaed83e45d43268b174fde0ba6ee991e3fb2b0
2019-06-13Added unit tests for SpringCLIToolOren Kleks1-7/+7
Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Fixed the build Change-Id: Iea7395b169acb912489466f9cdf90ac88cc42b8f Issue-ID: SDC-2327 Signed-off-by: shrek2000 <orenkle@amdocs.com> Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
2019-06-13Upgrade SDC from Titan to Janus Graphshrikantawachar2-6/+6
Upgrade SDC from Titan to Janus Graph Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab Issue-ID: SDC-2296 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-06-13Added unit tests for SpringCLIToolPiotr Borelowski2-0/+125
Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Issue-ID: SDC-2327 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ie5b262587ae704952eb75f8f4008f4d321a4acbd
2019-06-12Upgrade SDC from Titan to Janus Graphshrikantawachar458-6857/+7443
Upgrade SDC from Titan to Janus Graph Change-Id: I67fb8b8e60cc6751697bc5ff2f06754c92803786 Issue-ID: SDC-2296 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-06-12Add lombok support to simple classesavigaffa1-38/+16
Change-Id: Iec40668537af0fad0d43a599af9ed65d4e5aefbd Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-06-12Add DCAE_TOSCA_LAB_VIP to env templatekaihlavi1-85/+85
Add DCAE_TOSCA_LAB_VIP to Template.json to ensure the generated environments/CSIT.json for CSIT docker setup starts up properly to enable DCAE-BE communication to tosca-app container Tabs removed and indents aligned Issue-ID: SDC-2358 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: If509563097f9c53b70483eb205d7a363ee46bb35
2019-06-12Remove DCAE references from core SDCkaihlavi2-142/+18
Remove DCAE-related versions and docker_run.sh functionality (these should be handled in dt-be-main) Note that this change cancels https://gerrit.onap.org/r/#/c/sdc/+/88549/ Change-Id: I9c04331af6f05443ae4c7378b7072edd110fdc6d Issue-ID: SDC-2357 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-06-12Added unit tests for CLIToolPiotr Borelowski1-0/+79
Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Issue-ID: SDC-2327 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I06bc14882d7e608b9e7beef49f310b708290a7f5
2019-06-11Add lombok support to simple classesavigaffa3-131/+37
Change-Id: I02d45d887e0bfe5838ad2f492f4220f5bbee5eca Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-06-11Add new unit test for CsarInfo.Oren Kleks1-2/+2
Change-Id: Id624bddd7204a2fadae33f9f7b8aadebe9be2df6 Issue-ID: SDC-2327 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-11Fix INFO.yaml lint issuesJessica Wagantall1-21/+30
- Fixed indentation issues - Fixed duplication key issues Issue-ID: CIMAN-246 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I3a1bf4217ae2173a8f1156cebae56f27eef45845
2019-06-11Add new unit test for CsarInfo.k.kedron2-0/+126
Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Icda5004063b9a5e52b9308a164bf1e1477361c92
2019-06-11Improve unit test in the NonConfigResourceTest and various sonar fixes.k.kedron3-14/+31
Improve the NonConfigResourceTest. Remove the throws the Exception in CliConfigurationImp constructor. ConfigurationImpl class: - Replace the string to chart in indexOf method. - Extract the assigment out from expression Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: If72a75e6a2d81a9ea74e3ae1af94b16a8489a29a
2019-06-11Add unit tests for MutableHttpServletRequestm.kowalski31-0/+75
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: Ic6e68ff3bc10eefa9143a5c7fcac9dcb91d384af
2019-06-11Add lombok support to simple classesavigaffa2-2/+8
Change-Id: I80c5a691f61c16ffc7d146e11a08cda317f31539 Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-06-10Fix Service proxy node templateojasdubey5-91/+170
Fixes for issues: 1. Declared properties of VFCs not appearing in proxy node template 2. Proper value resolution of proxy properties Change-Id: I4b5bedc7e2a4b4071f3adb4dfe909db80575c25a Issue-ID: SDC-2359 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2019-06-10Inheritance in ComponentExceptionTomasz Golabek47-482/+1151
ComponentException was split into ByActionStatus and ByResponseFormat exceptions. Test added for ComponentLockAspectTest in passing Change-Id: I89c9ee966b8b4445e791af897bd60cdb845b845b Issue-ID: SDC-2321 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-06-06Add lombok support to simple classesshrek20001-26/+6
Change-Id: I1d39f6bc0513189ce0f3581ddc51e9f557d2dadc Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-06Add lombok support to simple classesOren Kleks1-56/+4
Change-Id: Ie4c25fd87b3e302f7dd19f4d0156524398e1af55 Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-06Add lombok support to simple classesshrek20001-39/+4
Change-Id: I76b00170ba5304bf82df3903cc381d46d7f0f513 Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-06Fix static list value issuetalio4-4/+15
Change-Id: I976404e172aae756248cb4e3fe367e1c00c72168 Issue-ID: SDC-2355 Signed-off-by: talio <tali.orenbach@amdocs.com>
2019-06-05Add lombok support to simple classesavigaffa2-19/+17
Change-Id: I2d1a7d63e7f80aa766ac71df9c808dcda35d68e3 Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-06-05Add lombok support to simple classesshrek20001-123/+6
Change-Id: Id4db17168cce9a6a02138c2c6bd74971159994dc Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-05Add lombok support to simple classesshrek20001-38/+2
Change-Id: Ic48b301b2e45815bfb9e71d26626ad89cb61d753 Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-05Add lombok support to simple classesshrek20001-31/+5
Change-Id: I7060b515880159261fd228bdcfe5e75f84e2d99b Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-05Add lombok support to simple classesshrek20001-15/+4
Change-Id: Ic3956c9c6f4fddf412a2216de3d79a2cb2d779b0 Issue-ID: SDC-2354 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2019-06-05Add new unit and refactor tests for YamlTemplateParsingHandler.k.kedron2-121/+193
Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Id3c8b6df65beddedf822748f517bd48585014df9
2019-06-05Add lombok support to simple classesavigaffa1-119/+19
Change-Id: I04ba3d45335933f9a8547267e99ec163543a3a8e Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-06-05Add lombok support to simple classesavigaffa2-16/+13
Change-Id: Ibaa1711ff6b2a64e6e591f0938874e31f713bfe8 Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>