aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/api
AgeCommit message (Collapse)AuthorFilesLines
2018-03-19Archive Itemayalaben13-69/+428
Change-Id: Idd5eedc3b0ca9e3cc72f7de9fd432cdbbf77631d Issue-ID: SDC-1086 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-03-08Download processed fileshrikantawachar2-8/+25
Download processed file Change-Id: Ieaaea0ce231bc0418d9d997d652f85f1743031f0 Issue-ID: SDC-1087 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-05Delete VSP merge Hint - fix sonar issuesayalaben1-34/+39
Change-Id: I7e8d3efd9db3ec714ab97d740cc71e826713b467 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-26Removed audit logging from business codevempo2-126/+71
Change-Id: I676e8bb10ae7caf2e8c7ae490c247e0c929696f2 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-19Onboarding foundation changes - UniqueValueUtilsheetalm2-6/+12
Refactored UniqueValueUtil Change-Id: I7523ad501de9a49c5fbbb59f33c07a40c55eda2f Issue-ID: SDC-1047 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-02-18Onboarding foundation changes for ItemManagersheetalm3-44/+42
Resolved conflicting changes 1. Split ItemManager to ASDCItemManager and ItemManager 2. ItemManager provides basic capability of item without collaboration 3. AsdcItemManager provides all capabilities of item including collaboration which are required by onboarding 4. ItemManager can be used by other services like activity spec to create a basic item without collaboration features. Change-Id: I6c6dc34a2b1a1745c796099b70e359432e90f85e Issue-ID: SDC-1039 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-02-18Flow Tests - delete item and Toggleayalaben2-0/+18
Change-Id: I73ed5fdc13891b3ad56ab5c8f00083bf8f7d13f3 Issue-ID: SDC-1034 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-15Delete Item status Draft - Fix Errorsayalaben4-5/+18
Change-Id: I2e602a82f70ac77545b70658a35bbeffaf713a9b Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-14Enforcing HEAT validation after HEAT uploadshrikantawachar3-31/+58
Back end implementation , Junits for Enforcing HEAT validation after heat upload. Change-Id: I0572b1d5e455023d45dc3b50b0bae7f3b6bbcc2e Issue-ID: SDC-1027 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-02-13Enable/Disable toggle feature RESTayalaben2-5/+41
Change-Id: I2b62aa3129772cc81e4356941f86104fbfd19dbb Issue-ID: SDC-1033 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-11Delete Item Draftayalaben4-78/+106
Change-Id: I13767ab6a7be82ae89f80d50b5857aabe6e55906 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-08Onboarding foundation changessheetalm6-11/+53
1. Adding OnboardingSessionContextFilter which sets tenant(kespace) for onboarding application 2. Different services can extend SessionContextFilter to set their own keyspace 3. These changes in onboarding are done to support services like ActivitySpec Change-Id: Ia62557354ab05235d027250af94a2835d741b7fa Issue-ID: SDC-1005 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-02-02Fix for Feature Toggle rest modulesiddharth09052-5/+4
Removed ToggleStatus class and replaced it with ToggleableFeature class Change-Id: I6a4ec4504ab697e71a2f4e63d1a73aa78c7b0647 Issue-ID: SDC-988 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-02-01Removed log constantsvempo4-26/+1
Removed constants associated with audit/metrics logging. Deleted unused code. Some other safe cleanup and refactoring. Change-Id: Idfda72e1fb27ca695a74f2a09cb46381c9caed1a Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-01Fix for Feature Toggle rest modulesiddharth09053-3/+4
With this change we will be able to Mock enum as well Change-Id: I61321c54ae458a93398eacb1a43ae22ce755e793 Issue-ID: SDC-988 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-01-29Removed reference to MDC for loggingvempo22-255/+46
Change-Id: I6d7e5b40ba6f2bc596be9b3e80ea5c274f1ae447 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-27Remove MdcDataErrorMessage #1vempo4-28/+0
Change-Id: Ic7b373cd978189f7eba30fcdc307f640264495af Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-16Removed MDC from four modulesvempo2-24/+6
Change-Id: I4cba1701cb52121709bbd98dbee4a0cb42f1e5f0 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-09Add Togglz REST APIvempo12-1/+392
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-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-05Deleted - ComponentUploadsImplmojahidi1-141/+0
Deleted commented class Change-Id: I1279755a1e9eaf2a6f92901c7586cacbe68734fe Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@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 #1vempo11-256/+1
Change-Id: I1271f6b0beb8c45881d90b08763d08892092e7d3 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-13/+6
Fixed minor issue and updated license header in MappingBase file. One major issue warning of converting MappingBase from abstract class to interface has not fixed because it involes changes in lot of other files whereever MappingBase is used or referred. Change-Id: I5c2fe8d0ec1a21ea0fd931b45f2f9804d81de498 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-9/+7
Fixed major issue in StringWrapperResponse file , updated license header. Change-Id: Iba74d0398caa60c12914f42d5c3f09fe95c3f109 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-9/+9
Fixed major issue and updated license header in RestConstants file. Change-Id: Ia842bd5728068c769e810475cf1b1dab8e3f12e4 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixed sonar issues - MapDeploymentFlavorEntityToDmojahidi1-5/+17
Removed commented code in MapDeploymentFlavorEntityToDeploymentFlavorDto Change-Id: Icc70d1c1bea3f92d3206f283e2aca149f35813ba Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-5/+21
Fixed major issues and updated license header in EchoMapMapping.java. Change-Id: I9d50522466c2e4ea9e723488deb3a9da4cc98b2c Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-28/+0
VersioningAction.java is not used anywhere hence deleting this file. Change-Id: I0a585734c9b4b9d7e6833450cdfc3f03ac9b49f3 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixing sonar qube issuesshrikantawachar1-8/+0
EchoMapping.java is not used anywhere hence deleting it. Change-Id: Ifb26e29bacdd62d1137184b50b0b83a6fb2896e5 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-01-04Fixed sonar issues - MapValidationResponseToDtomojahidi1-49/+8
Removed commented code Change-Id: I2dc73201a53947d68031000f80251a6b29798bfb Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Fixed sonar issues-MapImageRequestDtoToImageEntitymojahidi1-15/+16
Removed commented code Change-Id: I6b6b78653936800e76957d638df3574306605696 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Fixed sonar issues - VspItemPropertymojahidi1-0/+20
Added private constructor Change-Id: Ic8ba23a009dab76518e9b7e266cc6d56820222b5 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Fixed sonar issues - ComponentDependenciesImplmojahidi1-6/+18
Fixed all sonar issues Change-Id: Iaed4ea9bc7df52bd100d5d118b7212813ae22b76 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-03ComponentMonitoringForSwaggerFileUploadmojahidi1-65/+0
Deleted unused interface Change-Id: I039024b7bd77dca735bdd644da657aa05110b5c8 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-03deleted unused interface - ComponentUploadsmojahidi1-108/+0
Deleted unused interface Change-Id: I4793c5486c18ed9ff74f9f70fd079dd5a78fb32b Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-01Fix sonar issues + tests in versioning libtalig3-102/+122
Change-Id: Ib49288fe49be1e848b9615e548689cdbe0df4fee Issue-ID: SDC-779 Signed-off-by: talig <talig@amdocs.com>
2017-12-31Fix Owner Healerayalaben1-0/+5
Change-Id: I85371b7cd6e2fa6e929b42b4773eef685252bcff Issue-ID: SDC-837 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2017-12-31Add Item Owner to itemayalaben6-0/+22
Change-Id: I91ce289159057bd5c179c64131d74a24aa83ac9f Issue-ID: SDC-800 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2017-12-28Fixed broken mapping of ChoiceOrOthervempo2-11/+49
ChoiceOrOther needs default constructor to be recreated by reflection Change-Id: I194ced8b5e6a60f0dbe6f9b73715cd36c70f5163 Issue-ID: SDC-830 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-12-28Fixing sonar qube issuesshrikantawachar1-9/+6
Refactor code as per review comment. Change-Id: I49f566c7babebf395a689846734f4932f150a9f8 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-28Fixing sonar qube issuesshrikantawachar1-9/+6
Refactor code as per review comment. Change-Id: I5419848dd28e1c2276c995308dcdff55c624dd8b Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-27Fixing sonar qube issuesshrikantawachar1-22/+13
Refactoring the code as per review comments. Change-Id: I1edd457f8d0989f815cbf3f28fa0a5124a8c4ac7 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-27sonar issue fix - remove dead codeshrek20001-3/+19
remove dead code. Issue-ID: SDC-804 Change-Id: I1bae8d3d338730dfad72b155eacebc8e1f5c838f Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-12-27Fixing sonar qube issuesshrikantawachar1-12/+5
Removed commented code from MapValidationFileResponseToValidationFileResponseDto file. Change-Id: I03eca70fe5bc6dfed8ca7762b298e8f83f2ee628 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-27Fixing sonar qube issuesshrikantawachar1-11/+7
Added Override annotation to method and removed runtime exception from method specification. Change-Id: I12640d880c262fc301cafe8ede228e2a4772af88 Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-27Fixing sonar qube issuesshrikantawachar1-16/+15
Fixed critical , major , minor issues in DefaultOutput class. Updated license header. Change-Id: Ie79498108433c5cc16a3adb04c6f6072724d381d Issue-ID: SDC-343 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-12-25Refactor list revisions apitalig1-2/+15
Remove zusammen-api dependency in versioning-api, enhance version zusammen dao impl UT. Issue-ID: SDC-779 Change-Id: Ic792462eac52f1f5129f92ce80d3deb641c90916 Signed-off-by: talig <talig@amdocs.com>
2017-12-21Add collaboration featuretalig158-1811/+4877
Issue-ID: SDC-767 Change-Id: I14fb4c1f54086ed03a56a7ff7fab9ecd40381795 Signed-off-by: talig <talig@amdocs.com>
2017-12-13Rearranging togglez to avoid dependency issuessheetalm1-0/+5
Added new profile "dev-integ" which will allow togglez-console dependency to be added. When built with default profile togglez-console will be excluded Change-Id: I8a918fe1ad56620d4215acb70dc126b0bc986802 Issue-ID: SDC-343 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>