aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14Enforcing HEAT validation after HEAT uploadshrikantawachar11-128/+375
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-11Delete Item Draftayalaben19-97/+162
Change-Id: I13767ab6a7be82ae89f80d50b5857aabe6e55906 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-11Artifact was not associatedeleonorali16-14/+1363
ASDC is not associating get_file Change-Id: I56cda457c061e5228012d43b5743ebfa24b4bb0d Issue-ID: SDC-1016 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-02-11SRIOV - add annotationseleonorali224-675/+38358
SRIOV - add annotations to input TOSCA parameter converted from HEAT file (2) Change-Id: Id0b0156730ae64093df42d09e2873de047c13ac9 Issue-ID: SDC-996 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-02-08Onboarding foundation changessheetalm11-22/+63
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-08VLAN tagging - Enable first stage translationojasdubey44-14727/+726
1. Added toggle for vlan tagging feature 2. Enabled existing translation of feature with toggle 3. Enabled unit tests for the same 4. Deleted unused test data 5. Updated license text 6. Updated code based on review comments Change-Id: I755df4889f18a32061e9d4d1ebec09162b2d8b83 Issue-ID: SDC-998 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2018-02-04change capabilities datatypetalio23-232/+226
change node template capabilities datatype from list of map to map Change-Id: Ie0fa71b8a41ec732ae5290a72c4d8e908701ce17 Issue-ID: SDC-968 Signed-off-by: talio <tali.orenbach@amdocs.com>
2018-02-04Removed unnecessary log constantsvempo7-588/+7
Removed unnecessary constants associated with logging. Moved remaining constants close to their respective business logic. Change-Id: I3497479a2edcf2c98dca888b2aed52cb2a98e86b Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-02Fix for Feature Toggle rest modulesiddharth09052-9/+2
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 passing unnecessary logging infovempo23-297/+120
Change-Id: Ie5cbfad67798b3e0827155078bd0797c7b824efe Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-01Removed log constantsvempo18-120/+36
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-01Removed log constants from translator corevempo14-142/+46
Removed constants associated with audit/metrics logging from the business code. Some safe cleanup and refactoring. Change-Id: I95d0fd3e72baf0fe4991f400bfd1bae6eba8009b Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-30Fixed Sonar LicenseAgreementDaoFactoryImplAbhai Singh1-10/+7
Fixed reported sonar issues Change-Id: I8ac4c7ffe56884bf2180485b3904615c02b67847 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-30Removed MdcUtilvempo3-103/+14
Validation messages are propagated to the client and should not be logged as errors. No application modules can depend on logging-core. Change-Id: I36eb2f9de195e77d5008cc69dbc7b65643fe2322 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-29Removed reference to MDC for loggingvempo8-74/+7
Change-Id: I6d7e5b40ba6f2bc596be9b3e80ea5c274f1ae447 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-28Remove MdcDataErrorMessage #2vempo12-122/+0
Change-Id: I8a89538aa31000cf5b04a38a175156ccaba5ed51 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-28Remove MdcDataErrorMessage #4vempo1-4/+0
Change-Id: Idd11b25dd193d77053fa1dee0e8bcfeffb33081e Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-28Remove MdcDataErrorMessage #3vempo12-57/+0
Change-Id: Ic8e7578eae6e7e5dc3140d7d38f18a718926b782 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-27Remove MdcDataErrorMessage #1vempo5-51/+0
Change-Id: Ic7b373cd978189f7eba30fcdc307f640264495af Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-22Owner healer - owner in tileayalaben1-4/+24
Change-Id: Ia9bea13d4e6e78e6222e9565074137c58d167eb6 Issue-ID: SDC-946 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-01-17Removed MDC from two modulesvempo6-86/+17
Change-Id: Ib1d4df731fa6b6626d49042df9a7bf902940be27 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-16Fix Sonar VendorLicenseArtifactsServiceImplAbhai Singh1-9/+6
Fixed reported sonar issues Change-Id: Iff8aa1270adf4d26b7ef3667d18583bfaf18f63c Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fix Sonar VendorLicenseArtifactServiceFactoryImplAbhai Singh1-10/+6
Fixed reported sonar issues Change-Id: Id29502ed716297ee3145a03f18427b234023e1c6 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fix Sonar SimpleHealingServiceServiceFactoryImplAbhai Singh1-10/+6
Fixed reported sonar issues Change-Id: I1975547119956a072082e265f851ecb96f7ee0e6 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Removed MDC from four modulesvempo7-202/+80
Change-Id: I4cba1701cb52121709bbd98dbee4a0cb42f1e5f0 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-16Fixed Sonar LimitZusammenDaoImplAbhai Singh1-1/+1
Fixed reported sonar issues Change-Id: I742a38cd98087768f234028faa47d96371610f5e Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fixed Sonar LimitDaoFactoryImplAbhai Singh1-2/+2
Fixed reported sonar issues Change-Id: Ib581daec2e01c1a233095be371b7df5d99fc3efa Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fixed Sonar LicenseKeyGroupDaoFactoryImplAbhai Singh1-10/+7
Fixed reported sonar issues Change-Id: Ia43efa3a6573f1ce65862c76bc80021d398e90db Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-16Fixed Sonar LicenseKeyGroupZusammenDaoImplAbhai Singh1-2/+2
Fixed reported sonar issues Change-Id: Ic98f53add062c684fe63fbf60c358a305e432255 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
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-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-15Contributor can also submit fixsvishnev2-2/+3
Issue-ID: SDC-931 Change-Id: Ic2f67552614e8236b3e19a6a205b699e36947968 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-01-15Move CompositionEntityDataManager to vsp-mgrtalig5-807/+0
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-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-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-09Add Togglz REST APIvempo3-3/+11
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-09Fix sonar issues - CassandraSessionFactorysiddharth09051-2/+1
Rearrange code Change-Id: I076403fd22790fd0e64fc51d3118e5a436941b61 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>