summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25Replaced old implementation at rootvempo9-656/+0
Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-06-06Align workflow studio to Activity SpecPriyanshu1-1/+7
SDC-WF: Align Workflow studio implementation with Activity Spec implementation in SDC Change-Id: I83fbf51a6399459c0e99c11f150616ceca69111a Issue-ID: SDC-1402 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-04-17Modify the examplesYuanHu3-250/+147
Add example for Stop traffic, Drain traffic, Stop VNF, Create VNF, etc. Issue-ID: SDC-1210 Change-Id: I4f1859a35ebd2c37a24e50549aae3e5c4713ace4 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-04-12Fixed the format issue in the sampleYuanHu4-60/+57
Replace unsuitable name of extend activities. Updata display information for extend activities. Issue-ID: SDC-1210 Change-Id: Ic038cac340d877947d21c9dc6f1d792c94e9fee7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-27Update Sample Data for Workflow.YuanHu3-142/+136
Remove Chinese Characters from Sample Data of Workflow. Issue-ID: SDC-1128 Change-Id: I057d99d8be850a6f37c525e7dad519aabedca405 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-21Rename model.json to temp_workflow.jsonYuanHu1-1/+1
Rename model.json to temp_workflow.json Issue-ID: SDC-1079 Change-Id: I0029dff00d7a6c06827d214f88416e654f928e23 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-21Sava Workflow Artifact to SDCYuanHu1-0/+0
Sava Workflow Artifact to SDC Issue-ID: SDC-1004 Change-Id: Ifab77db0d3b739304c0eff283aef3d382f6bf4bb Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-20Code Optimization.YuanHu1-2/+1
Change config item 'msbServerAddr' to 'serviceAddr'. Issue-ID: SDC-1079 Change-Id: I18275728ade2bc7016ea661b70a55f5550546ee7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-19Save Workflow Artifact to SDC.YuanHu1-0/+4
Get SDC Serive Proxy Information from conf file. Call rest api to save workflow artifact to SDC Issue-ID: SDC-1004 Change-Id: I620674def79bdfb9fd71aebc96d0774bc7dfddd8 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-16Get msbServerAddr from config file.YuanHu1-0/+2
Get msbServerAddr from application config file. Issue-ID: SDC-1128 Change-Id: Id260f8f94598ec3f3e4824b4c5e1a085d9a248fd Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-07Unit Test for 'FileCommonUtils'.YuanHu1-55/+99
Test method for FileCommonUtils#readString(String) Issue-ID: SDC-1078 Change-Id: Ifffe7105b235fda932e1a39b40cafce7d371255f Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-26Provide sample data for WF Designer AdapterYuanHu3-0/+506
sample of serviceTask. sample of scriptTask. sample of workflow. Issue-ID: SDC-1038 Change-Id: Iedd4391472b65aa7df444ce8427096eab1130eff Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-13Add run.sh for starting the micro-serviceYuanHu1-0/+31
Add shell script (run.sh) for starting the micro-service Issue-ID: SDC-408 Change-Id: Ieb2aee701c82be5a3f7986e72eda8f7505e30997 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-13Setup and Publish Backend Service.YuanHu10-131/+176
Setup backend service with dropwizard application framework. Integrate backend with frontend to one micro-service. Issue-ID: SDC-408 Change-Id: Ia6949302ee7c7ad6a4ce31e263f6a38183adfee3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2017-10-10Fix Workflow docker script issueHuabingZhao1-3/+2
Fix issue: Docker container exits immediately after started. Issue-Id: SDC-339 Change-Id: I279eebadbc73c2fa1b9fa702eabf16ab5f287146 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-25fix shell script error while creating docker imageLvbo1631-1/+1
Issue-ID: SDC-390 Change-Id: I627f658059c774162ccd45e8ee768a0de8f07ca7 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-15Project package and create Dock fileLvbo1635-0/+132
Create Dockerfile and create install package Issue-ID: SDC-339 Change-Id: I752bf3cc459fca1f7ac8fbe6747149f28c23848e Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>