sdc.git
4 years agoFix minor documentation issues 08/89908/4
kaihlavi [Fri, 14 Jun 2019 15:09:11 +0000 (18:09 +0300)]
Fix minor documentation issues

 - 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

4 years agoClean up MdcData and ImportMetadata 47/89247/4
Tomasz Golabek [Tue, 4 Jun 2019 13:31:47 +0000 (15:31 +0200)]
Clean up MdcData and ImportMetadata

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>
4 years agoTestNG and BeanShell update 04/90004/2
Piotr Darosz [Mon, 17 Jun 2019 11:59:02 +0000 (13:59 +0200)]
TestNG and BeanShell update

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>
4 years agoOptimize Dockerfile to reduce SDC image size 71/89971/2
Satoshi Fujii [Mon, 17 Jun 2019 04:25:22 +0000 (13:25 +0900)]
Optimize Dockerfile to reduce SDC image size

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

4 years agoUpgrade jetty version 99/89699/2
Piotr Darosz [Tue, 11 Jun 2019 13:24:22 +0000 (15:24 +0200)]
Upgrade jetty version

Upgrade jetty-http component to current version.

Change-Id: I0bc8636b31973a865ffa1205866828c33cc15e4b
Issue-ID: SDC-2268
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
4 years agofix sonar null pointer 27/89627/2
k.kazak [Mon, 10 Jun 2019 07:21:44 +0000 (09:21 +0200)]
fix sonar null pointer

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>
4 years agoUpgrade libthrift 94/89794/3
Piotr Darosz [Thu, 13 Jun 2019 10:56:13 +0000 (12:56 +0200)]
Upgrade libthrift

Upgrade libthrift to the newest version.

Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db
Issue-ID: SDC-2264
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
4 years agoUpgrade netty 72/89772/4
Piotr Darosz [Thu, 13 Jun 2019 05:42:06 +0000 (07:42 +0200)]
Upgrade netty

Upgrade netty-related dependencies.

Change-Id: I040287114e21b6d61b84425bd4c15996af27b13c
Issue-ID: SDC-2263
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
4 years agoIssue-ID: SDC-2370 07/90007/2
Avi Ziv [Mon, 17 Jun 2019 10:04:58 +0000 (13:04 +0300)]
Issue-ID: SDC-2370

Signed-off-by: dfx1971 <avi.ziv@amdocs.com>
Change-Id: Ibfe11277ab9a6f9eb0c402190e41ef94e6ae55f3

4 years agoUpdated package version 80/89380/7
Tomasz Golabek [Wed, 5 Jun 2019 14:14:17 +0000 (16:14 +0200)]
Updated package version

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>
4 years agoChange-Id: Ia2e7429fab8ea4e73bcdd4b0a74c966ec80e7023 99/89999/2
dfx1971 [Mon, 17 Jun 2019 10:04:58 +0000 (13:04 +0300)]
Change-Id: Ia2e7429fab8ea4e73bcdd4b0a74c966ec80e7023
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>
4 years agoAdd property uid in declaration 52/89952/2
talio [Sun, 16 Jun 2019 13:56:36 +0000 (16:56 +0300)]
Add property uid in declaration

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>
4 years agoAdd lombok support to simple classes 79/89979/2
Oren Kleks [Mon, 17 Jun 2019 07:20:57 +0000 (10:20 +0300)]
Add lombok support to simple classes

Change-Id: I98ced4b0f30c3b676e02de08ccab0c06bc7b8965
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoBeanUtils upgrade to 1.9.x 77/89977/1
Oren Kleks [Mon, 17 Jun 2019 06:43:05 +0000 (09:43 +0300)]
BeanUtils upgrade to 1.9.x

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>
4 years agoBeanUtils upgrade to 1.9.x 93/89693/4
Tomasz Golabek [Tue, 11 Jun 2019 11:41:48 +0000 (13:41 +0200)]
BeanUtils upgrade to 1.9.x

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>
4 years agoUpdate the CsarInfoTest. 75/89675/5
k.kedron [Tue, 11 Jun 2019 08:46:26 +0000 (10:46 +0200)]
Update the CsarInfoTest.

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

4 years agoAdded unit tests for SpringCLITool 86/89786/2
Oren Kleks [Thu, 13 Jun 2019 08:32:34 +0000 (11:32 +0300)]
Added unit tests for SpringCLITool

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>
4 years agoUpgrade SDC from Titan to Janus Graph 65/89765/2
shrikantawachar [Wed, 12 Jun 2019 17:35:50 +0000 (23:05 +0530)]
Upgrade SDC from Titan to Janus Graph

Upgrade SDC from Titan to Janus Graph

Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
4 years agoAdded unit tests for SpringCLITool 35/89635/2
Piotr Borelowski [Mon, 10 Jun 2019 11:29:13 +0000 (13:29 +0200)]
Added unit tests for SpringCLITool

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

4 years agoUpgrade SDC from Titan to Janus Graph 68/88068/8
shrikantawachar [Mon, 20 May 2019 06:41:54 +0000 (12:11 +0530)]
Upgrade SDC from Titan to Janus Graph

Upgrade SDC from Titan to Janus Graph

Change-Id: I67fb8b8e60cc6751697bc5ff2f06754c92803786
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
4 years agoAdd lombok support to simple classes 63/89363/4
avigaffa [Tue, 11 Jun 2019 12:56:32 +0000 (15:56 +0300)]
Add lombok support to simple classes

Change-Id: Iec40668537af0fad0d43a599af9ed65d4e5aefbd
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoAdd DCAE_TOSCA_LAB_VIP to env template 66/89566/4
kaihlavi [Fri, 7 Jun 2019 08:25:58 +0000 (11:25 +0300)]
Add DCAE_TOSCA_LAB_VIP to env template

 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

4 years agoRemove DCAE references from core SDC 04/89504/2
kaihlavi [Thu, 6 Jun 2019 11:52:02 +0000 (14:52 +0300)]
Remove DCAE references from core SDC

 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>
4 years agoAdded unit tests for CLITool 82/89582/3
Piotr Borelowski [Fri, 7 Jun 2019 11:59:19 +0000 (13:59 +0200)]
Added unit tests for CLITool

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

4 years agoAdd lombok support to simple classes 95/89695/1
avigaffa [Tue, 11 Jun 2019 11:29:20 +0000 (14:29 +0300)]
Add lombok support to simple classes

Change-Id: I02d45d887e0bfe5838ad2f492f4220f5bbee5eca
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoAdd new unit test for CsarInfo. 91/89691/1
Oren Kleks [Tue, 11 Jun 2019 10:09:12 +0000 (13:09 +0300)]
Add new unit test for CsarInfo.

Change-Id: Id624bddd7204a2fadae33f9f7b8aadebe9be2df6
Issue-ID: SDC-2327
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoFix INFO.yaml lint issues 96/89296/2
Jessica Wagantall [Tue, 4 Jun 2019 23:00:46 +0000 (16:00 -0700)]
Fix INFO.yaml lint issues

- Fixed indentation issues
- Fixed duplication key issues

Issue-ID: CIMAN-246
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I3a1bf4217ae2173a8f1156cebae56f27eef45845

4 years agoAdd new unit test for CsarInfo. 69/88869/4
k.kedron [Thu, 30 May 2019 11:05:18 +0000 (13:05 +0200)]
Add new unit test for CsarInfo.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Icda5004063b9a5e52b9308a164bf1e1477361c92

4 years agoImprove unit test in the NonConfigResourceTest and various sonar fixes. 59/89259/2
k.kedron [Tue, 4 Jun 2019 14:21:03 +0000 (16:21 +0200)]
Improve unit test in the NonConfigResourceTest and various sonar fixes.

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

4 years agoAdd unit tests for MutableHttpServletRequest 42/89142/4
m.kowalski3 [Mon, 3 Jun 2019 13:15:36 +0000 (15:15 +0200)]
Add unit tests for MutableHttpServletRequest

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: Ic6e68ff3bc10eefa9143a5c7fcac9dcb91d384af

4 years agoAdd lombok support to simple classes 73/89373/3
avigaffa [Wed, 5 Jun 2019 13:22:01 +0000 (16:22 +0300)]
Add lombok support to simple classes

Change-Id: I80c5a691f61c16ffc7d146e11a08cda317f31539
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoFix Service proxy node template 74/89574/3
ojasdubey [Fri, 7 Jun 2019 11:06:39 +0000 (16:36 +0530)]
Fix Service proxy node template

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>
4 years agoInheritance in ComponentException 21/88321/5
Tomasz Golabek [Wed, 22 May 2019 14:41:09 +0000 (16:41 +0200)]
Inheritance in ComponentException

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>
4 years agoAdd lombok support to simple classes 79/89379/2
shrek2000 [Wed, 5 Jun 2019 14:13:18 +0000 (17:13 +0300)]
Add lombok support to simple classes

Change-Id: I1d39f6bc0513189ce0f3581ddc51e9f557d2dadc
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd lombok support to simple classes 78/89378/2
Oren Kleks [Wed, 5 Jun 2019 14:10:53 +0000 (17:10 +0300)]
Add lombok support to simple classes

Change-Id: Ie4c25fd87b3e302f7dd19f4d0156524398e1af55
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd lombok support to simple classes 81/89381/2
shrek2000 [Wed, 5 Jun 2019 14:15:38 +0000 (17:15 +0300)]
Add lombok support to simple classes

Change-Id: I76b00170ba5304bf82df3903cc381d46d7f0f513
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoFix static list value issue 69/89369/4
talio [Wed, 5 Jun 2019 13:11:11 +0000 (16:11 +0300)]
Fix static list value issue

Change-Id: I976404e172aae756248cb4e3fe367e1c00c72168
Issue-ID: SDC-2355
Signed-off-by: talio <tali.orenbach@amdocs.com>
4 years agoAdd lombok support to simple classes 65/89365/2
avigaffa [Wed, 5 Jun 2019 12:26:51 +0000 (15:26 +0300)]
Add lombok support to simple classes

Change-Id: I2d1a7d63e7f80aa766ac71df9c808dcda35d68e3
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoAdd lombok support to simple classes 47/89347/2
shrek2000 [Wed, 5 Jun 2019 11:02:47 +0000 (14:02 +0300)]
Add lombok support to simple classes

Change-Id: Id4db17168cce9a6a02138c2c6bd74971159994dc
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd lombok support to simple classes 49/89349/2
shrek2000 [Wed, 5 Jun 2019 11:18:14 +0000 (14:18 +0300)]
Add lombok support to simple classes

Change-Id: Ic48b301b2e45815bfb9e71d26626ad89cb61d753
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd lombok support to simple classes 52/89352/2
shrek2000 [Wed, 5 Jun 2019 11:23:10 +0000 (14:23 +0300)]
Add lombok support to simple classes

Change-Id: I7060b515880159261fd228bdcfe5e75f84e2d99b
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd lombok support to simple classes 48/89348/2
shrek2000 [Wed, 5 Jun 2019 11:13:24 +0000 (14:13 +0300)]
Add lombok support to simple classes

Change-Id: Ic3956c9c6f4fddf412a2216de3d79a2cb2d779b0
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
4 years agoAdd new unit and refactor tests for YamlTemplateParsingHandler. 51/89151/2
k.kedron [Mon, 3 Jun 2019 14:29:50 +0000 (16:29 +0200)]
Add new unit and refactor tests for YamlTemplateParsingHandler.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Id3c8b6df65beddedf822748f517bd48585014df9

4 years agoAdd lombok support to simple classes 43/89343/1
avigaffa [Wed, 5 Jun 2019 10:18:13 +0000 (13:18 +0300)]
Add lombok support to simple classes

Change-Id: I04ba3d45335933f9a8547267e99ec163543a3a8e
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoAdd lombok support to simple classes 42/89342/1
avigaffa [Wed, 5 Jun 2019 10:13:44 +0000 (13:13 +0300)]
Add lombok support to simple classes

Change-Id: Ibaa1711ff6b2a64e6e591f0938874e31f713bfe8
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoAdd lombok support to simple classes 36/89336/1
avigaffa [Wed, 5 Jun 2019 08:54:26 +0000 (11:54 +0300)]
Add lombok support to simple classes

Change-Id: I3d8a8e02d8c4b98bfda6367bb34b104edb930707
Issue-ID: SDC-2354
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoDocument OJSI-133 vulnerability 19/89319/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:15:27 +0000 (02:15 +0200)]
Document OJSI-133 vulnerability

Issue-ID: OJSI-133
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ide609cf1dbbf0f82360b53ed739c023e6d7c7893

4 years agoDocument OJSI-132 vulnerability 18/89318/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:14:54 +0000 (02:14 +0200)]
Document OJSI-132 vulnerability

Issue-ID: OJSI-132
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0a7a8b99f193ab88a72a84de33afefd4fa19bf1b

4 years agoDocument OJSI-127 vulnerability 17/89317/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:14:18 +0000 (02:14 +0200)]
Document OJSI-127 vulnerability

Issue-ID: OJSI-127
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia734c5906c9837898a192c05aa7da5dbda814df4

4 years agoDocument OJSI-126 vulnerability 16/89316/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:13:33 +0000 (02:13 +0200)]
Document OJSI-126 vulnerability

Issue-ID: OJSI-126
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8cab133e7a39342c7d72cec6bc522aa6f5cca797

4 years agoDocument OJSI-102 vulnerability 15/89315/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:13:05 +0000 (02:13 +0200)]
Document OJSI-102 vulnerability

Issue-ID: OJSI-102
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ibfa34510c9522f3d6600a8f65a7239b12ef57f92

4 years agoDocument OJSI-101 vulnerability 14/89314/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:12:32 +0000 (02:12 +0200)]
Document OJSI-101 vulnerability

Issue-ID: OJSI-101
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib87725793f23876eb6df9ed6ef6dcf6acb6e36a9

4 years agoDocument OJSI-94 vulnerability 13/89313/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:11:48 +0000 (02:11 +0200)]
Document OJSI-94 vulnerability

Issue-ID: OJSI-94
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ica867e5fd81a08c758751cd06ab45b833ac97e74

4 years agoDocument OJSI-90 vulnerability 12/89312/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:11:23 +0000 (02:11 +0200)]
Document OJSI-90 vulnerability

Issue-ID: OJSI-90
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7be4019410a8f0e06ac16b5c37830f4cdd15f004

4 years agoDocument OJSI-80 (CVE-2019-12119) vulnerability 11/89311/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:10:17 +0000 (02:10 +0200)]
Document OJSI-80 (CVE-2019-12119) vulnerability

Issue-ID: OJSI-80
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ic4707b3eb536e3ad95d85aaf9570c271d67473e1

4 years agoDocument OJSI-79 (CVE-2019-12118) vulnerability 10/89310/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:09:21 +0000 (02:09 +0200)]
Document OJSI-79 (CVE-2019-12118) vulnerability

Issue-ID: OJSI-79
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I077e40fb42b915fffbd8bd1779ef02fd60c2758c

4 years agoDocument OJSI-78 (CVE-2019-12117) vulnerability 09/89309/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:08:50 +0000 (02:08 +0200)]
Document OJSI-78 (CVE-2019-12117) vulnerability

Issue-ID: OJSI-78
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib1c58719d3d33d47b5e237fb21deae1101940bcd

4 years agoDocument OJSI-77 (CVE-2019-12116) vulnerability 08/89308/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:08:05 +0000 (02:08 +0200)]
Document OJSI-77 (CVE-2019-12116) vulnerability

Issue-ID: OJSI-77
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I4a1f92491cc0792659493cecc73575aba4100116

4 years agoDocument OJSI-76 (CVE-2019-12115) vulnerability 07/89307/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:06:45 +0000 (02:06 +0200)]
Document OJSI-76 (CVE-2019-12115) vulnerability

Issue-ID: OJSI-76
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0ae71c86d27f06c9ad68cb294f49f8ebd1fb237c

4 years agoDocument OJSI-31 vulnerability 06/89306/1
Krzysztof Opasiak [Wed, 5 Jun 2019 00:06:02 +0000 (02:06 +0200)]
Document OJSI-31 vulnerability

Issue-ID: OJSI-31
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6a640a35f5c29a610fce963c215d54ed4f6c4693

4 years agoImprove security release notes 05/89305/1
Krzysztof Opasiak [Tue, 4 Jun 2019 23:49:13 +0000 (01:49 +0200)]
Improve security release notes

In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:

- Fixed Security Issues
  Contains a list of security fixes merged during this
  release (especially those reported via OJSI tickets).

- Known Security Issues
  Contains a list of vulnerabilities detected in project during
  release which have not been fixed yet and thus should be mitigated
  by the user.

- Known Vulnerabilities in Used Modules
  Contains information about NexusIQ scan results

Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ica31fea4939a87d693717f181514fc6d61f27fc7

4 years agoUpdate "Human Interfaces" Links to ReadTheDocs 58/89158/2
Ofir Sonsino [Mon, 3 Jun 2019 15:14:49 +0000 (18:14 +0300)]
Update "Human Interfaces" Links to ReadTheDocs

Change-Id: I72a55a5743cbe9b649ddc6c2bbf5f0c5201b224a
Issue-ID: SDC-2300
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoRelease notes for Dublin 56/89156/2
Ofir Sonsino [Mon, 3 Jun 2019 14:36:26 +0000 (17:36 +0300)]
Release notes for Dublin

Change-Id: Ie86561da472118d806117c71cb11879c687f5c80
Issue-ID: SDC-2348
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
(cherry picked from commit 0c1c4c5a9d14c55ffdc8133cc120cb6aa8e54acc)

4 years agofix bug - Service dependency - Can't select parent inputs that came from other instances 09/89209/2
miriame [Tue, 4 Jun 2019 05:54:47 +0000 (08:54 +0300)]
fix bug - Service dependency - Can't select parent inputs that came from other instances
Issue-ID: SDC-2349

Change-Id: Ief5d068e1dacbef1f70766f0e3b17c1a28a35344
Signed-off-by: miriame <miriam.eini@amdocs.com>
4 years agoAdded unit tests for FeHealthCheckServlet 19/88919/2
Piotr Borelowski [Thu, 30 May 2019 15:16:51 +0000 (17:16 +0200)]
Added unit tests for FeHealthCheckServlet

Improve unit test coverage in sdc/catalog-fe

Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: Ic292318327bf23bc572b9efe72810028b2365592

4 years agoAdded unit tests for Audit 87/88887/3
Piotr Borelowski [Thu, 30 May 2019 13:10:36 +0000 (15:10 +0200)]
Added unit tests for Audit

Improve unit test coverage in sdc/catalog-fe

Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: Id6aaf7afded77ccedbaecbc1775c6dde1c1f1773
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
4 years agofix sonar: close resources 64/88764/2
k.kazak [Wed, 29 May 2019 12:50:05 +0000 (14:50 +0200)]
fix sonar: close resources

Use try-with-resources to close file data stream
Fix tests for GraphJsonValidator

Change-Id: I20931b4ef815abfb8da8ebd6242b765d0b02ef23
Issue-ID: SDC-2340
Signed-off-by: k.kazak@samsung.com
4 years agofix inputs declaration on complex type 02/89102/2
talio [Sun, 2 Jun 2019 13:15:10 +0000 (16:15 +0300)]
fix inputs declaration on complex type

Change-Id: I86172caf032f4936f98525830ed8aac2ea30567f
Issue-ID: SDC-2347
Signed-off-by: talio <tali.orenbach@amdocs.com>
4 years agoadd automated fadeout to sdc splashscreen 26/86626/3
Andrei_Barcovschi [Tue, 30 Apr 2019 14:13:34 +0000 (15:13 +0100)]
add automated fadeout to sdc splashscreen

Change-Id: Id24486b4a58d5aa2ccd1dfc8be99bf747b4263c5
Issue-ID: SDC-2258
Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
4 years agoUnit tests for sdc-be-utils 47/88347/3
Tomasz Golabek [Thu, 23 May 2019 12:33:40 +0000 (14:33 +0200)]
Unit tests for sdc-be-utils

utils from common-be covered by tests

Change-Id: I63cda35fc00c3c9c751302babea04ad8c3c144eb
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
4 years agoAdd new unit test for CsarBusinessLogic. 53/88753/4
k.kedron [Wed, 29 May 2019 11:32:01 +0000 (13:32 +0200)]
Add new unit test for CsarBusinessLogic.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I9f0951a83545f53e75b9bd3ac17703d7331ec4ca

4 years agoAdd new unit test for ConfigurationImpl. 12/88612/3
k.kedron [Tue, 28 May 2019 09:40:36 +0000 (11:40 +0200)]
Add new unit test for ConfigurationImpl.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I96269b0bcdf3c1254052d057b8c4ad2d7a48c89d

4 years agoAdded unit tests for KibanaServlet 17/89017/2
Piotr Borelowski [Fri, 31 May 2019 11:22:17 +0000 (13:22 +0200)]
Added unit tests for KibanaServlet

Improve unit test coverage in sdc/catalog-fe
Remove sonar code smells

Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: I365ec437e999d7e0505a9345268405ac26495762

4 years agoImprove unit tests for ESTimeBasedEvent 26/89026/3
m.kowalski3 [Fri, 31 May 2019 12:58:52 +0000 (14:58 +0200)]
Improve unit tests for ESTimeBasedEvent

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I4e53f5f4cf14c5b44d72b10de53e5641e75a98b1

4 years agoImprove unit tests for EcompErrorConfiguration 00/89000/2
m.kowalski3 [Fri, 31 May 2019 07:17:05 +0000 (09:17 +0200)]
Improve unit tests for EcompErrorConfiguration

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I8ddaa70b02eeda837e5f74cd105a3e803d8652e6

4 years agoImprove unit test for ConfigurationUtils and sonar fixes 48/88448/3
k.kedron [Fri, 24 May 2019 09:06:02 +0000 (11:06 +0200)]
Improve unit test for ConfigurationUtils and sonar fixes

Add more test for ConfigurationUtils.
Fix error in getCompatibleCollectionForAbstractDef method bad return value
for TransferQueue.class.
Sonar fixes:
 - use not deprecated method IOUtils.toString.
 - remove code duplication.
 - return empty collection instead of null.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I5abb10bca0a1c409ec20daf6c22066836a0b76a3

4 years agoAdd unit tests for ConfigurationManager 75/88775/3
m.kowalski3 [Wed, 29 May 2019 14:07:52 +0000 (16:07 +0200)]
Add unit tests for ConfigurationManager

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I2acfba224c46ffa743a254b1c560767b947f8fdd

4 years agoAdd Lombok support to RelationshipTemplate 35/88835/1
noahs [Thu, 30 May 2019 08:11:11 +0000 (11:11 +0300)]
Add Lombok support to RelationshipTemplate

add @Data annotation

Change-Id: I030c5dc506b3fabcb6f447016dc1e74aeb2df30f
Issue-ID: SDC-2343
Signed-off-by: noahs <noah.shogan@amdocs.com>
4 years agoEnable different version for DCAE 49/88549/2
kaihlavi [Mon, 27 May 2019 13:28:23 +0000 (16:28 +0300)]
Enable different version for DCAE

 Separate core SDC version and DCAE version for CSIT

Change-Id: I09ad9b0592d208a0ac77def8a9f85f0749d60c89
Issue-ID: SDC-2332
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
4 years agoImproved test coverage. 07/86707/4
James Guistwite [Wed, 1 May 2019 13:24:06 +0000 (09:24 -0400)]
Improved test coverage.
Reorganized some of the tests due to comments

Issue-ID: SDC-2238

Change-Id: I6b3bcc674c792f3c5c06e851a2cfe2d92eead07c
Signed-off-by: James Guistwite <jguistwite@iconectiv.com>
4 years agofix bug [SDC-2336] - Service dependency - Can't select sibling property when sibling... 08/88608/1
miriame [Tue, 28 May 2019 09:01:44 +0000 (12:01 +0300)]
fix bug [SDC-2336] - Service dependency - Can't select sibling property when sibling node is not service proxy

Change-Id: Ife353a3fcf254dbedc60435adf56e372fe84ff36
Issue-ID: SDC-2336
Signed-off-by: miriame <miriam.eini@amdocs.com>
4 years agoAdd Lombok support to PreconditionDefinition 02/88602/1
noahs [Tue, 28 May 2019 07:48:08 +0000 (10:48 +0300)]
Add Lombok support to PreconditionDefinition

add @Data annotation

Change-Id: Ia1482cfb0b1775d4d729df7d0bfc182f59dd15b5
Issue-ID: SDC-2331
Signed-off-by: noahs <noah.shogan@amdocs.com>
4 years agoUpdated ArtifactBussinessLogicTest to improve code coverage 74/88074/4 1.5.0
bilal.iqbal [Mon, 20 May 2019 15:06:19 +0000 (15:06 +0000)]
Updated ArtifactBussinessLogicTest to improve code coverage

Change-Id: Icde66ca3606522c13f1ac75c44875081b1cb2e77
Issue-ID: SDC-2279
Signed-off-by: bilal.iqbal <bilal.iqbal@est.tech>
4 years agoAdd unit test for ErrorConfiguration 20/88520/3
m.kowalski3 [Mon, 27 May 2019 09:25:34 +0000 (11:25 +0200)]
Add unit test for ErrorConfiguration

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I7e324be0b75238bb782004ac1659d51e2c1f3ffc

4 years agoAdd unit tests for DataModelNormalizeUtil 63/88463/3
m.kowalski3 [Fri, 24 May 2019 12:26:18 +0000 (14:26 +0200)]
Add unit tests for DataModelNormalizeUtil

Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I31dbd12b2d897da83327c17af2f2d83bd4459f1d

4 years agoFix service proxy node type 23/88323/1
ojasdubey [Thu, 23 May 2019 06:39:35 +0000 (12:09 +0530)]
Fix service proxy node type

Added properties, interfaces and requirements
of the child service to the node type of proxy
in the parent

cherry picked commit from
dublin: e50b5687b62edbafa12bf3825b0441077c5a4820

Change-Id: I2b4bb695c0b3819ada889b144d536b48dd9d1f30
Issue-ID: SDC-2313
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
4 years agomiss a "/" in the directory path in docker_run.sh 34/85734/2
Liang Ding [Fri, 19 Apr 2019 01:59:53 +0000 (18:59 -0700)]
miss a "/" in the directory path in docker_run.sh

Change-Id: I9ca1bfd62d535ebaa6bc668ab5931f0d425856b3
Issue-ID: SDC-2247
Signed-off-by: Liang Ding <liang.ding@intel.com>i
4 years agoFix minor typos in documentation 82/87982/3
kaihlavi [Fri, 17 May 2019 11:54:25 +0000 (14:54 +0300)]
Fix minor typos in documentation

Change-Id: I0c1468fc0f7f9a03ee7c23c2ca1b9debd136c671
Issue-ID: SDC-2315
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
4 years agoRename "Ecomp Generated value" to "Generated Value" 53/88153/1
avigaffa [Tue, 21 May 2019 11:36:27 +0000 (14:36 +0300)]
Rename "Ecomp Generated value" to "Generated Value"

Rename "Ecomp Generated value" to "Generated Value" in create service screen

Change-Id: I4e0439117e77ca9fa68719c970f3e13e4491b81b
Issue-ID: SDC-2318
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
4 years agoFixed declared properties are not updated properly 62/88062/2
Satoshi Fujii [Mon, 20 May 2019 07:00:56 +0000 (16:00 +0900)]
Fixed declared properties are not updated properly

Change-Id: I3712f9656d7cdeb8fa9c4212b2dd1496043c1006
Issue-ID: SDC-2314
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
4 years agofix bug [SDC-2317] - Auto collapse properties tables after sorting by capability... 59/88059/1
miriame [Mon, 20 May 2019 06:59:19 +0000 (09:59 +0300)]
fix bug [SDC-2317] - Auto collapse properties tables after sorting by capability column is not applied

Change-Id: Ife53616c79b9cc5271dfde6204775afdfaa3b646
Issue-ID: SDC-2317
Signed-off-by: miriame <miriam.eini@amdocs.com>
4 years agofix bug [SDC-2316] - Unable to select a type from Operation screen when using Capabil... 54/88054/1
miriame [Mon, 20 May 2019 06:39:06 +0000 (09:39 +0300)]
fix bug [SDC-2316] - Unable to select a type from Operation screen when using Capabilities Properties

Change-Id: Ie9ad5034fc3f2ef2ae9038d05e2a56f9c78ac1d6
Issue-ID: SDC-2316
Signed-off-by: miriame <miriam.eini@amdocs.com>
5 years agoProperties are missing in TOSCA fix 68/87968/2
Sonsino, Ofir (os0695) [Wed, 8 May 2019 07:34:06 +0000 (10:34 +0300)]
Properties are missing in TOSCA fix

Change-Id: Iacceb798cb24408e232b9b59c751b0e984871728
Issue-ID: SDC-2283
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
(cherry picked from commit 08f1f67956928d52427d101607f2e11d578d4b82)

5 years agoTest case failure CSAR file corrected 66/87966/1
sarada prasad sahoo [Fri, 17 May 2019 08:52:26 +0000 (14:22 +0530)]
Test case failure CSAR file corrected

Fix the vSBC CSAR file as per NFV SOL0001 v2.5.1

Change-Id: I637312e91452ffa47f5a9fd14152c3966a39beaf
Issue-ID: SDC-2170
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
5 years agoUpdate test coverage 57/87757/1
kooper [Wed, 15 May 2019 10:39:07 +0000 (10:39 +0000)]
Update test coverage

Change-Id: Ib92d00266d17635b53593eaa544ca3b312c7ddb2
Issue-ID: SDC-2310
Signed-off-by: kooper <sergey.sachkov@est.tech>
5 years agoFix test coverage 73/87673/3
talio [Tue, 14 May 2019 12:29:47 +0000 (15:29 +0300)]
Fix test coverage

Fix license in test files

Change-Id: I27207ca5b3e5482c9545c02de28eebdb599e6f76
Issue-ID: SDC-2298
Signed-off-by: talio <tali.orenbach@amdocs.com>
5 years agoFix test coverage 68/87668/3
talio [Tue, 14 May 2019 11:52:37 +0000 (14:52 +0300)]
Fix test coverage

Fix test coverage for PropertyDeclarationOrchestrator.java

Change-Id: I8f787017713dc2218ecfadbe31aee0831c303e2b
Issue-ID: SDC-2298
Signed-off-by: talio <tali.orenbach@amdocs.com>
5 years agoFix test coverage 66/87666/2
talio [Tue, 14 May 2019 08:28:43 +0000 (11:28 +0300)]
Fix test coverage

Fix test coverage for PolicyUtils.java

Change-Id: I7fc4fd36ced11706a867f9b8b5e29f9c0f75b368
Issue-ID: SDC-2298
Signed-off-by: talio <tali.orenbach@amdocs.com>
5 years agoFix test coverage 55/87655/2
talio [Tue, 14 May 2019 07:33:22 +0000 (10:33 +0300)]
Fix test coverage

Fix test coverage for UiComponentDataConverter.java

Change-Id: I745acb3bd3e40c58c12d1d359bb3b06c8bc95f09
Issue-ID: SDC-2298
Signed-off-by: talio <tali.orenbach@amdocs.com>
5 years agoFix test coverage 56/87656/2
talio [Tue, 14 May 2019 07:44:09 +0000 (10:44 +0300)]
Fix test coverage

Fix test coverage for InputsBusinessLogic.java

Change-Id: I6e140a08cf7d3c605b5446117617b7a574eaca88
Issue-ID: SDC-2298
Signed-off-by: talio <tali.orenbach@amdocs.com>