Commit Graph

90 Commits

Author SHA1 Message Date
zhaowei8188127 99f5cd0fa9 Merge branch 'master' of https://github.com/justinliucs/haflow.git 2013-06-05 22:09:59 +08:00
zhaowei8188127 dc9bfc618b add needed dependencies to pom.xml 2013-06-05 22:09:00 +08:00
Zhen Tang 3d86319b63 Merge pull request #13 from lostcharlie/master
Added validation of node name.
2013-06-05 07:07:32 -07:00
Zhen Tang 01ac0549fc Added validation of node name. 2013-06-05 22:06:16 +08:00
Zhen Tang 1bcb0b5195 Merge pull request #4 from justinliucs/master
Merge from base project.
2013-06-05 06:46:17 -07:00
zhaowei8188127 e42da2e163 add jars that need to be installed into maven 2013-06-05 21:39:09 +08:00
Zhen Tang 22d42cbf69 Merge pull request #3 from justinliucs/master
Merge from base project.
2013-06-05 03:38:08 -07:00
zhaowei8188127 eea3593eb5 Fix bugs in FlowExecutionService. Add KillModule. 2013-06-05 16:22:27 +08:00
Zhen Tang b8bd06b260 Merge pull request #2 from justinliucs/master
Merge from base project.
2013-06-04 01:51:37 -07:00
zhaowei8188127 0b110642e3 add test cases for FlowExecuteService 2013-06-04 16:48:19 +08:00
Zhen Tang 851a07ad65 Merge pull request #12 from lostcharlie/master
Run flow REST service added. Fixed some small bugs.
2013-06-04 01:33:32 -07:00
Zhen Tang a71fbcccae Run flow REST service added. Fixed some small bugs. 2013-06-04 16:31:15 +08:00
Zhen Tang 613fe11e4d Merge pull request #1 from justinliucs/master
Merge from base project.
2013-06-04 00:52:52 -07:00
zhaowei8188127 a04496a70a Run flow service implementation. Finished xml generation. 2013-06-04 15:38:56 +08:00
Zhen Tang e4746fb91c Merge pull request #11 from lostcharlie/master
Module category support added.
2013-06-03 03:36:09 -07:00
Zhen Tang 35edd35039 Module category support added. 2013-06-03 18:35:04 +08:00
Zhen Tang f8bb3d5c0f Merge pull request #10 from lostcharlie/master
improve the module development support
2013-06-03 02:27:45 -07:00
Zhen Tang ef1af2e96c Pack the haflow.module package into JAR, to support further development. 2013-06-03 17:26:04 +08:00
Zhen Tang 463a421019 Some refactoring 2013-06-03 17:22:59 +08:00
Zhen Tang 7dfc475ecc A small bug fix of class helper. 2013-06-03 17:16:54 +08:00
Zhen Tang ca9c29570c Merge pull request #9 from lostcharlie/master
module service changed
2013-06-03 01:52:05 -07:00
Zhen Tang 38d50a40c0 Modules can be discovered and imported automatically. Module
administration tools removed.
2013-06-03 16:49:45 +08:00
Zhen Tang 973601d88a Merge pull request #8 from lostcharlie/master
Replace all html textbox, textarea and button by dojo widgets.
2013-06-02 00:30:38 -07:00
Zhen Tang 6fb233a98e Replace all html textbox, textarea and button by dojo widgets. 2013-06-02 14:15:18 +08:00
Zhen Tang b93e09751f Merge pull request #7 from lostcharlie/master
Fixed some bugs. Replace alert with dialogs.
2013-06-01 06:59:42 -07:00
Zhen Tang 5ab90985b6 Fixed some bugs. Replace alert with dialogs. 2013-06-01 21:33:10 +08:00
Zhen Tang e3e7db58f6 Fixed some bugs. Node name and flow name can be changed now. 2013-06-01 16:48:49 +08:00
Zhen Tang ec53a99fe7 add scroll bars to the flow content pane 2013-05-31 21:26:34 +08:00
Zhen Tang 91be624730 unit test stubs added 2013-05-31 19:35:24 +08:00
Zhen Tang 268dff7911 a simple administration tools is added 2013-05-31 19:32:40 +08:00
Zhen Tang 8855cbcdb6 configuration can be added through user interface now. 2013-05-31 15:52:06 +08:00
Zhen Tang c17dc0c954 tabs can be closed 2013-05-31 15:09:16 +08:00
Zhen Tang 825898787e module configuration support added 2013-05-31 12:55:24 +08:00
Zhen Tang fe8ac2a35b remove deprecated types 2013-05-31 12:37:19 +08:00
Zhen Tang 2ee1cf8d0e multi tabs supported. several flows can be edited at the same time. 2013-05-30 23:38:19 +08:00
Zhen Tang 2c622b81af user interface updated. 2013-05-30 15:42:30 +08:00
Zhen Tang 527a811b8b tree added. did some refactoring. 2013-05-29 21:56:16 +08:00
Zhen Tang 1d8e0e9904 main menu added. 2013-05-29 19:27:23 +08:00
Zhen Tang 25ab64c1f2 merge & remove flow is now available in user interface. 2013-05-29 12:08:28 +08:00
Zhen Tang c80f608521 some small bugfix 2013-05-29 09:48:58 +08:00
Zhen Tang b9d0c09470 RESTful service for flow management is added. 2013-05-29 09:23:04 +08:00
Zhen Tang aa88377ad3 RESTful service of module management is added. 2013-05-28 20:48:38 +08:00
Zhen Tang b124d2e102 remove local js lib of jsPlumb, use script on http://jsplumbtoolkit.com/
instead
2013-05-28 01:05:58 +08:00
Zhen Tang 4e1ced2cde did some refactoring.
use dojo to build user interface.
persistence support added (using hibernate & mysql).
remove unused dependencies and plugins.
move the spring & hibernate configuration to /src/main/resources
2013-05-28 00:56:03 +08:00
Zhen Tang 7b397fcd74 did some refactoring, haflow is easier to be used now 2013-05-27 19:25:52 +08:00
Zhen Tang 272bde63f2 RESTful service added. 2013-05-26 19:21:42 +08:00
Zhen Tang 713fde67c9 fix the bug when a self connection is created.
arrange the code. use jQuery and jQuery via CDN of Google API
2013-05-25 00:00:41 +08:00
Zhen Tang 7ec7456cf2 remove the local dojo lib, converting to cloud hosting via CDN 2013-05-24 21:53:17 +08:00
Zhen Tang 1e1d8ed4f1 flowchart support added. 2013-05-24 21:37:08 +08:00
Zhen Tang 26ccbcee35 some small bug fix 2013-05-22 12:05:41 +08:00