Commit Graph

147 Commits

Author SHA1 Message Date
keyeqing 74804f1da3 bug fix after merge. 2013-10-09 15:57:52 +08:00
keyeqing c3ffff9891 Merge branch 'master' of https://github.com/justinliucs/haflow.git
Conflicts:
	src/main/java/haflow/dto/entity/Flow.java
	src/main/java/haflow/service/FlowService.java
	src/main/java/haflow/ui/controller/FlowController.java
	src/main/java/haflow/ui/controller/HomeController.java
	src/main/java/haflow/ui/helper/FlowHelper.java
	src/main/resources/hibernate.cfg.xml
	src/main/webapp/WEB-INF/views/logon.jsp
	src/main/webapp/WEB-INF/views/main.jsp
	src/main/webapp/style/haflow.main.css
2013-10-09 15:08:29 +08:00
dawncx 3bf8def93c chenxi 2013-10-09 11:22:19 +08:00
dawncx 4bece66fe4 chenxi 2013-10-09 11:19:30 +08:00
keyeqing 480c680aa1 Merge branch 'master' of https://github.com/justinliucs/haflow
Conflicts:
	src/main/webapp/script/haflow.main.js
2013-10-08 17:28:09 +08:00
keyeqing 5750c12fdd management of hdfs files 2013-10-08 16:45:00 +08:00
zhaowei8188127 fbc1552636 增加工作流正确性验证:输入输出不能为空,每个节点的required参数不能为空,必须有起始节点,不能有环。 2013-09-11 10:35:13 +08:00
zhaowei8188127 9f3befbd08 Add component : show flow run history. 2013-09-10 21:28:55 +08:00
keyeqing 5790b6fa38 oozie 2013-09-06 11:10:59 +08:00
zhaowei8188127 668914b9cb add log4j. change module upload dir from /classes to /lib. 2013-09-06 10:01:56 +08:00
keyeqing 08c7320763 checkbox edtion 2 2013-09-05 18:58:24 +08:00
keyeqing 25eaea4d13 checkbox and oozie 2013-09-05 09:56:23 +08:00
keyeqing 63ec9c81cd 8.30 2013-08-30 22:15:33 +08:00
keyeqing d8358bd17a Merge branch 'master' of https://github.com/justinliucs/haflow.git 2013-08-30 22:10:14 +08:00
zhaowei8188127 8afc1e34d7 pull jsPlumb lib to local. 2013-08-30 22:03:23 +08:00
zhaowei8188127 e37c342365 repair conflict 2013-08-30 21:58:39 +08:00
zhaowei8188127 9ce59458a3 pull jsplumb lib to local 2013-08-30 21:44:24 +08:00
keyeqing bf65406b6e implement hdfs cat 2013-07-22 17:17:13 +08:00
zhaowei8188127 e15b461414 Bug fix: overlay's z-index higher than endpoints. 2013-07-06 21:11:46 +08:00
zhaowei8188127 00e657636d update on interface 2013-07-06 19:19:56 +08:00
Zhen Tang 2ddabc3ada user interface updated. 2013-07-05 15:58:33 +08:00
Zhen Tang f9cc9d7ca7 user interface updated. 2013-07-05 15:32:09 +08:00
Zhen Tang 1c3c7ca427 menu updated. 2013-07-05 15:02:35 +08:00
zhaowei8188127 12b6530f1d Add new modules and groups! 2013-07-04 15:35:36 +08:00
zhaowei8188127 7ad22decfa Beautify logon page! 2013-07-03 16:48:59 +08:00
zhaowei8188127 7880d12207 Merge branch 'master' of https://github.com/justinliucs/haflow.git 2013-07-03 16:27:28 +08:00
zhaowei8188127 a6f2cde6c0 Support simple case : random forest classification. 2013-07-03 16:27:07 +08:00
Zhen Tang b6e94177e1 Merge pull request #37 from lostcharlie/master
logon page added.
2013-07-03 00:26:05 -07:00
Zhen Tang 07b699a2bf logon page added. 2013-07-03 15:24:56 +08:00
zhaowei8188127 fd46519b04 Add BuildForestModule and TestForestModule. 2013-07-03 14:31:27 +08:00
Zhen Tang 6607653166 video added. 2013-07-03 14:22:30 +08:00
Zhen Tang de338374f9 description page added. 2013-07-03 14:16:04 +08:00
Zhen Tang 31f0343f6a bug fix. configurations show in correct order now. 2013-07-03 13:46:38 +08:00
zhaowei8188127 42cdfd1d26 Add type to ModuleConfiguration. Delete useless Modules. 2013-07-03 11:11:17 +08:00
Zhen Tang 7c74a671c3 add regular expression validation to node configuration 2013-07-01 11:57:10 +08:00
Zhen Tang 678e66ca0a Small bugfix. 2013-06-25 15:06:00 +08:00
Zhen Tang d51b4a8d01 Merge code. 2013-06-25 14:55:27 +08:00
Zhen Tang 1dc655d93f Merge code. 2013-06-25 14:40:06 +08:00
zhaowei8188127 b9f4b50f3c update hive module. 2013-06-25 13:51:41 +08:00
Zhen Tang 6915693e49 Module management added. 2013-06-25 00:57:11 +08:00
Zhen Tang 2406354def Some refactoring 2013-06-24 18:06:32 +08:00
Zhen Tang b7a48e6fe3 Add order to module configuration and endpoints. 2013-06-24 18:00:06 +08:00
zhaowei8188127 b7383354a9 Add demo modules under zrace folder. 2013-06-24 17:17:15 +08:00
zhaowei8188127 4ae45ecbcf Move static configuration annotation to Module functions. Add hive
module.
2013-06-23 22:53:08 +08:00
zhaowei8188127 ab7f87ec31 Add DemoJava module. 2013-06-23 20:20:10 +08:00
zhaowei8188127 c34b24e239 add static_configurations annotation to modules. 2013-06-23 16:06:45 +08:00
Zhen Tang 11b18540ca Correct the spelling. Finish the XML node generator. 2013-06-22 18:07:25 +08:00
Zhen Tang 85593efaa3 Merge pull request #29 from lostcharlie/master
Connection cannot be detached through dragging now.
2013-06-21 01:57:57 -07:00
Zhen Tang 0ab7fa548f Small bugfixes. Connection cannot be detached through dragging. 2013-06-21 16:56:14 +08:00
zhaowei8188127 6c4c48ff8c Implement Oozie engin. Added type property to Module. Change the
packages name of hibernate beans to dto(data transfer object).
2013-06-21 16:54:07 +08:00