aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-16Fixed Sonar LicenseAgreementDaoZusammenImplAbhai Singh1-10/+6
Fixed reported sonar issues Change-Id: Ide65bc66e08544f88cdcfe7a4a2f20e7ac0063c0 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fixed Sonar FeatureGroupDaoZusammenImplAbhai Singh1-5/+5
Fixed reported sonar issues Change-Id: Id85cfee057f4443f26bac0e6987cb52864a4d426 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fix Sonar FeatureGroupDaoFactoryImplAbhai Singh1-11/+8
Fixed reported sonar issues Change-Id: I214ca4e89a879697a9a82d58e2afc1261b2d8820 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fix Sonar violations EntitlementPoolDaoFactoryImplAbhai Singh1-11/+8
Fixed reported sonar issues Change-Id: Ia9a6a230a9804cac1e1ef66293462c8f011bae5e Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Dropdown text cut off fixsvishnev2-0/+4
Issue-ID: SDC-932 Change-Id: I3d97521c9afa7897e1185df8c553086dced527a1 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-16Fix Sonar EntitlementPoolZusammenDaoImplAbhai Singh1-2/+2
Fixed reported sonar issues Change-Id: I0a6d965a20d1bfe04b8d7ba62e12a830d763cec0 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-15Fix for csitYuli Shlosberg1-20/+17
update docker_run add pass suite Change-Id: Id8e91aa18123f9e3d8d0705bae78b128bbb3a790 Issue-ID: SDC-608 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-01-15Adding owner id to onboarding tilessvishnev3-3/+9
Issue-ID: SDC-930 Change-Id: If8e66f45f088950acfef8dd7a5a43eb97d0de9ab Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-15Contributor can also submit fixsvishnev4-14/+27
Issue-ID: SDC-931 Change-Id: Ic2f67552614e8236b3e19a6a205b699e36947968 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-15Fix for csitYuli Shlosberg4-28/+81
update docker_run add pass suite Change-Id: Ided3f606a59eb24589c1de494cafe29ea6af3486 Issue-ID: SDC-608 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-01-15Move CompositionEntityDataManager to vsp-mgrtalig31-76/+47
Change-Id: I71d9126e6d32b57a0b7d8b93952992423632ef37 Issue-ID: SDC-873 Signed-off-by: talig <talig@amdocs.com>
2018-01-14Minor refactor of logging APIvempo13-44/+44
Change-Id: I926ba95c7145eb98aade3f9009a252ad995a346d Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-11React version upgradesvishnev82-867/+1010
Issue-ID: SDC-894 Change-Id: I7c200a4b0b1d09a8fec638906db4258cafe252b5 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-11Removed addDir method which is not usedvempo1-44/+4
Since this method is a package private method which is not used we decided to delete it. Change-Id: If2b303f97746b458b6d4c0e4e320fef3fc4962ae Issue-ID: SDC-886 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> Signed-off-by: ya107f <ya107f@intl.att.com>
2018-01-11Fix ToscaFileOutputServiceCsarImplTestAbhai Singh1-3/+6
Above mentioned test class has tests with shared state and can fail unexpectedly during parallel execution. Change-Id: I97772caaba60afca15f62166ba3b1c1d939bcc14 Issue-ID: SDC-904 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-11Deleted no longer needed logging filesvempo3-87/+0
Change-Id: I0a214f9572c3acabc374154ffcaca71308dfd26b Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-10Removed SLF4J from logging APIvempo2-11/+5
Change-Id: Icc1ae76ff3945d9965e2beafb2fe53fe911d0d4c Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-10ZipOutputStream Cleanupya107f1-7/+8
Enclose ZipOutputStream handling with try with resources block for proper stream cleanup. Change-Id: I2565ef411519f127208a4f966001edf735cb68c0 Signed-off-by: ya107f <ya107f@intl.att.com> Issue-ID: SDC-886 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-10Fail to Export VLMshrek20003-34/+52
Timestamps had null value, invalid json caused exceptions Issue-ID: SDC-892 Change-Id: Iab117dd76cd51c3cd5fa62a59f55b18e265c58bf Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-10Fixed Lifefcycle operation issueamitjai2-5/+157
Artifact Process Entity is not populating with all filed hence nullpointer exception while writing artifact file. Change-Id: Ie26982471c25fc6c1a38bbe8a0e07efa7b33577d Issue-ID: SDC-896 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-01-10Merged two MDC related classesvempo2-66/+13
Change-Id: I0efda7c99972ce133e2a4045b1ac07fe062d6445 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-10Removed unused code in loggervempo6-95/+36
Change-Id: I04da65e3470d6444dd77a52a7c8371811d0941b6 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-09Fix sonar issues - ExternalArtifactEnrichersiddharth09051-1/+2
marked one variable as constant Change-Id: I9365af2de48e6c9e46a890aca2ebff99ae42ac94 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-09Fix sonar issues - ConfigurationManagersiddharth09051-21/+21
Made changes as per comments and replied to one comment Change-Id: If20c5a61ffdb4887b9baa4c049cabdf67c350fa3 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-09sonar fix - Stackshrek20001-3/+2
Stack is thread safe. For this code block ArrayDeque is good enough. Issue-ID: SDC-888 Change-Id: Ieddb750ae08626ba73f1e5c92f630a0ba7fe447c Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-09UI support for Togglz flowsvishnev12-7/+262
Issue-ID: SDC-881 Change-Id: I4423d1ee115003aff0bd9d988b25a8260811928b Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-09Add Togglz REST APIvempo15-4/+403
Supporting REST API, and Javascript for Togglz Issue-ID: SDC-881 Change-Id: I026d3f190cb95c8943a85b26dfbcd13e856abe64 Signed-off-by: shrek2000 <orenkle@amdocs.com> (cherry picked from commit 5a33f027cd2bc4253d5ebb7a71889ead65d095b2) Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-09Added logging context service, refactoringvempo31-1141/+1999
Change-Id: Ib040d4579107b60c8da2c7a6da829f49c1cd8dd4 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-09Fix sonar issues - ConsolidationTypesConnectivitysiddharth09051-5/+7
Private constructor and changed HashMap->EnumMap Change-Id: I9739ecd2726cdca8815c700a242b0036c011b9c0 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-09Fix sonar issues - JsonUtilsiddharth09051-5/+8
Private constructor and Changed StringBuffer to StringBuilder Change-Id: I5fdd520654c0ba00f54c66f2d4a96e60ee2b496e Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-09Change variable names to catalogilanap11-36/+37
Change-Id: Iaa4f2143840de47feaf25d110144cd762f6ff8ec Issue-ID: SDC-887 Signed-off-by: ilanap <ilanap@amdocs.com>
2018-01-09Fix sonar issues - CassandraSessionFactorysiddharth09051-2/+1
Rearrange code Change-Id: I076403fd22790fd0e64fc51d3118e5a436941b61 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-09Fixed sonar issues - ToscaAnalyzerServiceImplsheetalm3-136/+408
Resolve code review comments.Fixed cyclomatic complexity and nested try/if/else issues. Corrected Copyright. Added junit for changes done as part of sonar fix. Change-Id: If7ecc53acd82c49ab5ca73f0330a792fc1fc6d5c Issue-ID: SDC-343 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-01-08expose timeout settingMichael Lando16-51/+132
expose setting of time out in env.json remove the hard codeing of password in the configuration, cs password is set using the envjson. Change-Id: I09cc1f99914f444900e6b73d2ae438c72527ba2c Issue-ID: SDC-833 Signed-off-by: Michael Lando <ml636r@att.com>
2018-01-08Refactored - VendorSoftwareProductsImplmojahidi1-105/+106
Refactored as per given comment Change-Id: I6f075390f2ffdb16c80844e0ab809c3ed59478fb Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-08Improve ConfigurationUtils classshrek20002-24/+25
Making getArrayClass more readable Issue-ID: SDC-879 Change-Id: I64d261a736056aacd5b1410a0ffa70bb8fee2eed Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-07Fix swagger basepathTal Gitelman2-3/+3
Change-Id: I59263971e1c46096663322ecb2937a79c084cf10 Issue-ID: SDC-534 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-01-07Fix issue Null pointer exceptionamitjai2-4/+19
If feature group list is empty or null we should ignore check. Change-Id: I6fcf20501353f6f32ad166a6096074f4f393dd00 Issue-ID: SDC-876 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-01-07Enable vsp manager unit teststalig1-1/+0
Change-Id: I2f57c0d8206b94d502132e0a8a6f811328a794c6 Issue-ID: SDC-860 Signed-off-by: talig <talig@amdocs.com>
2018-01-05Deleted - ComponentUploadsImplmojahidi1-141/+0
Deleted commented class Change-Id: I1279755a1e9eaf2a6f92901c7586cacbe68734fe Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Delete redundant test and mockstalig4-86/+0
Change-Id: I86fb039161a14f3d0dccc124fcc9b6f585912859 Issue-ID: SDC-860 Signed-off-by: talig <talig@amdocs.com>
2018-01-04Remove enter/exit debug #8vempo11-471/+0
Change-Id: Ib075b5b42498bfe8d7fc0368e078adeead340e34 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #7vempo14-241/+0
Change-Id: Iae9f758442a7f656a8f5ed76404106cd14ef985e Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #3vempo12-400/+8
Change-Id: If2ea8d16a1fd1867b4b314290fdcfaeafef93c19 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-9/+10
Refactored the code as per review comment in DefaultExceptionMapper.java file. Change-Id: I23c43e52e444cbd26b9c6bcf1c060f0f8b8f8204 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Remove enter/exit debug #10vempo7-95/+0
Change-Id: I5d3e97ba5fe050e5420e02c92cddca6742e55c5e Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #5vempo12-270/+0
Change-Id: I756f8fc8ae24fe7840e9189274ea749c5555dc78 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #4vempo12-361/+0
Change-Id: I99cef676015533d9cfe66f5a5371da49856500dc Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #2vempo12-247/+0
Change-Id: Id1bbe1c57c08271991b10053f778d6473cd27a01 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #9vempo12-221/+0
Change-Id: I8a6fb5be912834fc0c684c6ba5d076bec00fc92c Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>