summaryrefslogtreecommitdiffstats
path: root/artifactbroker/main/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15Upgrade of slf4j libraryLukasz Rajewski1-4/+4
Issue-ID: MULTICLOUD-1067 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Idabf0abbddb1b1bb4ead6065ce07c8053590a465
2019-04-29move Dummy forwarder to main package1.3.1liboNet4-0/+0
enable another plugins except k8s to use dummy artifactFowarder so that need put these Dummy files into main package Change-Id: Iaf6ec1c11d4eac155010b7dfbf5736884d1a2929 Issue-ID: MULTICLOUD-576 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-04-19enable merge sdc client part into Distribution release imageliboNet1-2/+59
. update the defaultConfig.json file to include sdc client configuration . update the DistriubtionActivator to enable parse sdc client and k8s plugin . rename xacml pdp to k8s . fix distribution run-time issue Change-Id: If267f5c256b19ebdbe7b7b2869afcf2f570e4b24 Issue-ID: MULTICLOUD-576 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-04-16add testcase to improve test coverageliboNet21-2/+1671
. add distribution parameter test case . remove unused FileSystem plugin . fix pom.xml of package to include forwarding plugin Change-Id: I531169dd4cb498ae50e4f2ef93fe3a3eecd33263 Issue-ID: MULTICLOUD-569 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-04-03add subplugin field support and new Cloud Artifact classliboNet17-2/+708
. add subplugin field to integrate with Distribution framework . add new Cloud Artifact which is to be used by subplugin like k8s . update test .json file to include reception and forward fields . add dummy test class to ensure the flow works as expected . fix typos Change-Id: I9d69d88e448a18247e19b3b7a6062b20814b5f8c Issue-ID: MULTICLOUD-512 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-21add rest serve and distribution frameworkliboNet22-0/+1957
. update the pom.xml to include a submodule main . add all common necessnary package into pom.xml . add rest server and test case . port the distribution framework . which supports both http and https Change-Id: I5ccc712342fc8929d11e553f3e09f36e93a80935 Issue-ID: MULTICLOUD-546 Signed-off-by: liboNet <libo.zhu@intel.com>