summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14Clean up Redundant CodeYuanHu4-624/+159
Clean up Redundant Code and Add Code Optimization. Issue-ID: SDC-1078 Change-Id: Ic6d03acf811df443c02df1753ea95aa4bf36da62 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-14Remove lombok to fix license issues.YuanHu2-19/+32
Remove lombok to fix license issues cheched by Nexus IQ Server. Issue-ID: SDC-1127 Change-Id: I1a15d695e95e7a2c30fb4febdd3fea6ce95e768c Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-12Add Unit Test code.YuanHu1-0/+49
Add Unit Test code. Issue-ID: SDC-1078 Change-Id: I5166090d0f819fc8c97dfb19e1d095f5d1a92364 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-08Fixed the bugs checked by sonar.YuanHu6-8/+8
Add keyword 'final' to the public static member variables of classes. Issue-ID: SDC-1079 Change-Id: If1e68e4fa5e5709c0a42095bceb7ab3bf97143ac Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-08Fixed the bugs checked by sonar.YuanHu1-0/+5
Add null pointer detected and protected. Issue-ID: SDC-1079 Change-Id: I39c5280746d8ca2b476cbe27520d34370cb9075b Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-07Close the 'DirectoryStream' after its be used.YuanHu1-6/+21
Close the 'DirectoryStream' after its be used. Issue-ID: SDC-1080 Change-Id: Ic907bc58df838b9ed0fe24b1f943f259b08c3a08 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-07Unit Test for 'FileCommonUtils'.YuanHu2-58/+123
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-13Integrate UI Resources into dropwizard.YuanHu1-0/+3
Use AssetsBundle to integrate UI resources into dropwizard. Issue-ID: SDC-408 Change-Id: I987de3683c8d9beabf3e947cd3b830072f3c95cd Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-13Setup and Publish Backend Service.YuanHu12-243/+296
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>
2018-02-12Modify WF Designer's Url Prefix.YuanHu1-1/+1
Moddify the base url of workflow designer from '/' to '/workflow-modeler', in order to integrate with SDC. Issue-ID: SDC-1012 Change-Id: Ia3059055caa2cc2cd25fe92a467649a9de245d67 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-09Organized FE Resources in a jar.YuanHu2-6/+16
Package FE Resources and output a jar for Integration with Server. Issue-ID: SDC-1011 Change-Id: Ief938117ebe23466849f9643d9217a10a8e95160 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-07Provide the rest api of saving workflow data.YuanHu4-14/+173
Save temporary files to local. Issue-ID: SDC-1004 Change-Id: I09f52cdf4ff39e103b7f75041e070c4148b23e07 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-06Build up the api-doc for rest apisYuanHu37-0/+12796
Import swagger UI resource files to build up the rest api document. Issue-ID: SDC-1002 Change-Id: I2676211bb6227d343db18486f4be3d1709561f6b Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-05Update Dropwizard to 1.2.3 versionYuanHu1-1/+1
Update Dropwizard to the Latest Version (1.2.3) for some security strategy. Issue-ID: SDC-987 Change-Id: I9c02b449230c613f630fe6ee79aa20cdb4c8a47e Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-05implement class for the Rest APIs.YuanHu3-4/+209
Provide implement Service Resource Classes for the Rest APIs. Issue-ID: SDC-997 Change-Id: If94f3835e69e12455380fa10513118a6e11575c5 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-05Importing Some Tool Class.YuanHu4-0/+785
Importing tool class for common use. Issue-ID: SDC-981 Change-Id: Ic5c9f3f0c4944c55afb74d940d10f6b5024b6405 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-02Setup Micro-Service for WF Designer SDC AdapterYuanHu3-20/+268
Use the dropwizard application develop framework to setup the mirco-service for the WF Designer SDC Adapter Issue-ID: SDC-981 Change-Id: Icaf39c08d7bf537c65c15fb8a4f3f0668eb6e0da Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-02Format file contentYuanHu1-0/+2
File formatting Issue-ID: SDC-909 Change-Id: I5b97a63e76f4b5bb305ba21c521e7ae012eaf3c3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-01-12Merge "Fix the failure of Unit Test."HuabingZhao1-1/+2
2018-01-12change file encodingLvbo16346-2949/+2985
change pc to unix Issue-ID: SDC-910 Change-Id: I3fde01a1b8c8daa4ea34622f369fb2e04b59b47f Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-12Fix the failure of Unit Test.YuanHu1-1/+2
Update the test data file 'template-test.bpmn20.xml' . Issue-ID: SDC-909 Change-Id: I96db1b7e7dbdf9d79c341cc88c31f8d34d4b83b5 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-01-11add backend serviceLvbo16352-621/+1035
add data access interfaces for template data Issue-ID: SDC-905 Change-Id: Ie632b00dbc6ede01b0ee8a3c7abdbbc1f476f1e4 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-11support exclusive-gatewayLvbo16326-493/+477
add exclusive gateway definition Issue-ID: SDC-902 Change-Id: Id7ff89d30735fa16169c2a78b743e1565eb90410 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-11add internationalizationLvbo16318-144/+480
add i18n for internationalization Issue-ID: SDC-901 Change-Id: I2784194b0fbf1f1b3de9dd03feb33d03ba495e15 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-11adjust folderLvbo16318-32/+46
change fold menu to menus Issue-ID: SDC-900 Change-Id: Ifce180badf4f468a3291b118bfd4f631483541ec Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-11unpdate microservice config infoLvbo1634-18/+46
add id for microservice config info Issue-ID: SDC-899 Change-Id: I2cc2543458aea11603fd70ca95b25581ecd87a50 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-10support edit rest task propertiesLvbo16328-506/+578
modify rest taks config info, and enable edit rest task properties.component.css Issue-ID: SDC-897 Change-Id: Icad8c1ee60d7572f311d5cba97cda6b2144a7469 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-10split element by typeLvbo16352-919/+1972
split elements by type in toolbar Issue-ID: SDC-895 Change-Id: I0254c9c5f938df80942d60ffefe4b8577c788233 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-09fix error while workflow is emptyLvbo1639-237/+24
workflow select list error while workflow list is empty Issue-ID: SDC-891 Change-Id: I3c92891efe4b323fcc6130b3ead6dcc7ff61af48 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2018-01-09remove plan name from plan definitionLvbo16316-100/+303
change workflow structure Issue-ID: SDC-889 Change-Id: I8ddb053361960d741920c7fe6fff628eb29fbf0c Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-14code formatLvbo16310-28/+45
code format for workflow converter Issue-ID: SDC-753 Change-Id: If1a128265c263761d0fa5030c0a96a74912a3a6a Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-12converter supports error elementLvbo1635-0/+72
Converter support bpmn error elements(error start/end event) Issue-ID: SDC-746 Change-Id: Ie29614ea066c06aa34152570ff75bf864ea2f90e Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-11converter supports rest service taskLvbo1634-0/+187
converter supports extended bpmn element rest service task. Issue-ID: SDC-747 Change-Id: Id468269bfc7eab3ed57a7da6d1d2e58043fa088c Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-11Converter support service taskLvbo1633-0/+44
Workflow converter support service task element of BPMN. Issue-ID: SDC-745 Change-Id: Ic4e4e839a97e35c8c9300862419153d389dba34d Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-08support bpmn gateway elementsLvbo1635-0/+44
Converter supports bpmn gateway elements(ParallelGateway, ExclusiveGateway). Issue-ID: SDC-742 Change-Id: Id7906e0744b299f82053945254e339efe8d27ccb Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-08Add support for script taskLvbo1633-0/+40
Add support for bpmn script task. Issue-ID: SDC-741 Change-Id: I6520c4236071ca87f7508250d23e6679df5cf357 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-08Support IntermediateCatchEventLvbo1634-0/+87
Add support for BPMN IntermediateCatchEvent Issue-ID: SDC-740 Change-Id: Ib8abda18dfc146fffcf5edb396554f6efc106c61 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-12-07Add sequence flow xml templateLvbo1631-0/+5
Workflow convert support sequence flow, add xml template Issue-ID: SDC-418 Change-Id: I54b850a42d85ae6103a11a4a85275efe6f954743 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-11-23Bump minor versionJessica Wagantall2-3/+3
Bump minor version in preparation for Amsterdam branching. Change-Id: I3a9e35a6ead6719fe8518d67469cca4dd58ba12c Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-16Change workflow release versionv1.0.01.0.0-ONAP1.0.0-AmsterdamLvbo1634-6/+6
Issue-ID: SDC-663 Change-Id: I879c746924c848cfe138ccf6b5807817202cbf49 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-11-09Deploy workflow designer in VMLvbo1631-0/+71
Add docker run file while will be invoked while vm init Issue-ID: SDC-462 Change-Id: I8e4b4184509e4cb05e3b172e2d0d79609aaf5527 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-11-07change workflow esc in index.rstLvbo1631-3/+1
change desc Issue-ID: SDC-636 Change-Id: I248a975622cee047fd356024faf945803edca149 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-11-07Add docs for workflow designerLvbo16310-1/+159
Add docs Issue-ID: SDC-636 Change-Id: I7246a974e16850b4dce37d384e09c8b400044442 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-10-16Sidebar element background changeLvbo1631-1/+1
Fix background change by bootstrap version change. Issue-ID: SDC-461 Change-Id: Id164366b71cb4d2ace037161427957ce9d5d992f Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-10-12Copy workflow designer to tomcatHuabingZhao1-0/+2
Issue-Id: SDC-452 Change-Id: I4dcd275b9beb42f3d66b152e45579d6c6f9b6e39 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-12Copy workflow designer UI to tomcatHuabingZhao1-0/+42
Issue-Id: SDC-452 Change-Id: Id03e447849d1f1fb4239405865aa669f96a7822d Signed-off-by: HuabingZhao <zhao.huabing@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-10-10Fix workflow designer site jenkins jobHuabingZhao1-0/+7
Issue-Id: SDC-444 Change-Id: I7fac366ea74f25f58ccf35df2aeaf581bdf34914 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>