summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Update INFO.yamlguilinChrisC1-5/+8
Update PTL and move project to Mature as per TSC decision Issue-ID: SDC-3243 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: If3021bfb91c60687bc8b0da2b2a9e4dcb9f87cc0
2020-08-12Merge "Call "Optional#isPresent()" before accessing the value in PortalClient"Christophe Closset3-63/+80
2020-08-12Call "Optional#isPresent()" before accessing the value in PortalClientNeil Derraugh3-63/+80
- Fixed unchecked instances of Optional - Added a comment describing my understanding of the intent of the areUserRolesChanged method Issue-ID: SDC-3101 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: I7328fc291df62ad9a4789a5640fc3cb46418bdd5 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-07-20Align INFO.yamlChrisC1-73/+126
Align committers list from last TSC approved decision Issue-ID: SDC-3203 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I0427a0d92aca1e853932d95643c91ba75d8eb63c
2020-06-16Add unit tests for ZusammenElementUtilm.kowalski32-19/+79
Also improve tests for ZusammenAdaptorImplTest Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Id6c27fd5bb4a651a857cc5bdb55e310709cb4ed3
2020-05-31Upgrade Junit to 5.6Neil Derraugh29-535/+569
- Update @Before -> @BeforeEach, @After -> @AfterEach - Update Mockito usage - Update assertThrows so not to expect exceptions Issue-ID: SDC-3078 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: I0b1056698767c4b060e243bbda799253072b4b55
2020-05-31Merge "Fix security issue in CipherUtil"Ofir Sonsino2-11/+17
2020-05-21Add unit test for SecurityLogsUtilsm.kowalski31-0/+44
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: I9e235cb0569c29b4b0f8237fed3538758f4d8bf7
2020-05-19Fix security issue in CipherUtilNeil Derraugh2-11/+17
- Specified mode and padding to address risky algorithm Issue-ID: SDC-2976 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: I3a2344f3d4a14ad7cb7e01a68148858147a41427
2020-05-19Add unit test for StatusCodem.kowalski31-0/+39
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: Ib3f1a672b07c38a7c4252624ff9e68fe35d0947e
2020-05-18Merge "Add unit test for EcompLoggerErrorCode"Ofir Sonsino1-0/+52
2020-05-18Add unit test for EcompLoggerErrorCodem.kowalski31-0/+52
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: I38ea3b9d037a4fca633333a26c105df87f511bd4
2020-05-18Merge "Add unit test for Severity"Ofir Sonsino1-0/+39
2020-05-17Populate Id from item/version obj only in createtalig4-2/+2
and not in item/version update APIs. Issue-ID: SDC-3069 Signed-off-by: talig <talig@amdocs.com> Change-Id: Ib3cfe3bbfbf26f171fe2966d1816f98fd1c232d6
2020-05-14Add unit test for Severitym.kowalski31-0/+39
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: Ie2120686736c0dc8ceb1f44f39f7e3ac5715c09a
2020-05-13Add unit test for LoggerSupportabilityActionsm.kowalski31-0/+46
Issue-ID: SDC-2327 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: Ie89baf783a5a6508182bd910f745abcf4b65d70d
2020-04-27Fix security issues in SecurityUtilNeil Derraugh1-70/+96
- Removed hard coded key - Specified mode and padding to address risky algorithm Issue-ID: SDC-2975 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: I3360c0ace0ae49571294b8e8c160f0415c578d36
2020-03-30Add ability to set item/version Id upon creationtalig14-37/+130
Issue-ID: SDC-2860 Signed-off-by: talig <talig@amdocs.com> Change-Id: If09337e55cce99462fa05617b8691ce34eabf5b1
2020-02-25Fix item status mapping to zusammentalig2-8/+12
Issue-ID: SDC-2778 Signed-off-by: talig <talig@amdocs.com> Change-Id: I44fe83a3334b15073c15a3c5aa08c11cca25e0d7
2020-02-16Move Jacoco to xmlOfir Sonsino2-2/+15
Change-Id: I46934cba9d7ee3bf5125f0158882b61085b454c3 Issue-ID: SDC-2740 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2020-02-16Config consistency level LOCAL_QUORUM in zusammentalig1-0/+2
Issue-ID: SDC-2770 Signed-off-by: talig <talig@amdocs.com> Change-Id: Iea95afd4d849f108a49477dada8ccc207b23e186
2020-01-30Add test cases for security-util-libgummar2-0/+253
Test files added for a. LoggerSdcAudit.java b. LoggerSdcUtilBase.java Issue-ID: SDC-2736 Change-Id: I9a6ef40e85cfa7efebcd672bdb393316709442d9 Signed-off-by: gummar <raj.gumma@est.tech>
2020-01-29Add test cases for security-util-libgummar2-0/+864
Test files added for a. Logger.java b. LogFieldsMdcHandler.java Issue-ID: SDC-2736 Change-Id: Ifbd4ba51a6d423b515d9dedf3be5c97befff0651 Signed-off-by: gummar <raj.gumma@est.tech>
2019-12-18update info.yamlOfir Sonsino1-0/+8
Change-Id: I238b2052dda1d93ba98a0291e0d59ce70e32659e Issue-ID: SDC-2448 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-12-11Merge "Fix Sonar issues"Ojas Dubey1-9/+6
2019-12-05Fix Sonar issuesshrek20001-9/+6
Public class variable fields do not respect the ncapsulation principle https://sonar.onap.org/project/issues?id=org.onap.sdc.sdc-be-common%3Asdc-be-common-parent%3Amaster&open=AW6fpbQilnf4Fh92BMWX&resolved=false&types=VULNERABILITY Issue-ID: SDC-2697 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I82f9aa980d8a2eb283a11c05a86095a27fad71ab Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-12-04Increase code coverageshrek20001-0/+97
test VersionManagementImpl Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I047c335032a18867bb2c80db10bf2204b5edf4f6
2019-12-04Merge "Increase code coverage"Ilana Paktor1-0/+98
2019-12-04Merge "Release 1.6.0"6.0.0-ONAPfrankfurtOfir Sonsino1-0/+4
2019-12-03Increase code coverageshrek20001-0/+98
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I18172cdd45d9160acabb8370c62ac47f279e99df Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-12-03Increase code coverageshrek20001-0/+53
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I301f7718c09491c34207908819370193b2c74b01 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-12-02Increase code coverageshrek20001-0/+47
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I655b6e2ad31a0fe1be842af04444e96ab81641c5
2019-12-01Merge "Fix Sonar issues"Ofir Sonsino1-69/+84
2019-12-01Increase code coverageshrek20001-0/+31
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: Ide319e4dda496666711cb4b5597cc166ffdd4e2c
2019-11-28Merge "Fix Sonar issues"Ilana Paktor1-2/+2
2019-11-28Merge "Fix Sonar issues"Ilana Paktor1-30/+4
2019-11-28Fix Sonar issuesshrek20001-69/+84
Fix usage of deprecated warn API. Issue-ID: SDC-2697 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I0dcf89330c09f09a7436efb81a9b40e6ae001d73
2019-11-28Unit testshrek20001-32/+8
Improve code coverage by using lombok Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I3f8fe1261a79886baf3dd5208822d68d95e5c001
2019-11-28Release 1.6.0Yuli Shlosberg1-0/+4
Issue-ID: SDC-2696 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: I8ecc82640caceab94c640892b4a2a81c90f302d2
2019-11-28Fix Sonar issuesshrek20001-30/+4
lombok helps to increase code coverage Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I076c200befe2c1c887db81fe6db8e00af3556f36
2019-11-28Fix Sonar issuesshrek20001-9/+9
There is no requirement that class names be unique, only that they be unique within a package. Therefore trying to determine an object's type based on its class name is an exercise fraught with danger. One of those dangers is that a malicious user will send objects of the same name as the trusted class and thereby gain trusted access. Instead, the instanceof operator or the Class.isAssignableFrom() method should be used to check the object's underlying type. Issue-ID: SDC-2697 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: Ie4fd94618135b425a7e505992649f1a6384b0f98 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-28Fix Sonar issuesshrek20001-2/+2
When arithmetic is performed on integers, the result will always be an integer. You can assign that result to a long, double, or float with automatic type conversion, but having started as an int or long, the result will likely not be what you expect. For instance, if the result of int division is assigned to a floating-point variable, precision will have been lost before the assignment. Likewise, if the result of multiplication is assigned to a long, it may have already overflowed before the assignment. In either case, the result will not be what was expected. Instead, at least one operand should be cast or promoted to the final type before the operation takes place. Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I3ef06e48b02a73753a824076d3a9de8b585f2917
2019-11-28Unit testshrek20001-0/+243
Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I99e9aa1323a56cddeebd580cd6d64f73a6e0d7a3 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-27Unit testshrek20001-0/+62
Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I25374d786669b427f8573665a9b176b66cb76233 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-25Merge "update info.yaml"Ofir Sonsino1-0/+8
2019-11-25Align version.properties to artifacts versiontalig1-1/+1
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I44a980220bb1e2786d680cbbe861f85e3d756d29
2019-11-24update info.yamlshrek20001-0/+8
Issue-ID: SDC-2448 Signed-off-by: Oren Kleks <oren.kleks@amdocs.com> Change-Id: I672697c9b466f03bfd872c0aa53a342825d86607
2019-11-24Set artifacts version: 1.6.0-SNAPSHOTtalig5-5/+5
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I6343781ab30ca4d4ed32b9c1452bce0cd3f87bcf
2019-11-21add security-util-lib to OnapYuli Shlosberg59-1/+7271
This lib provides security layer filters and mainly used in sdc project. It base on third party projects e.g. Cadi and Portal Issue-ID: SDC-2656 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: Iae1a78f0960386e9bdc0994fbac09a24e041cb54
2019-11-19update info.yamlshrek20001-6/+18
Issue-ID: SDC-2448 Signed-off-by: Oren Kleks <oren.kleks@amdocs.com> Change-Id: Ia437488800d7fc4ba1d4cd9540781f44d04d88f0