434 Commits

Author SHA1 Message Date
Echo009
6dc20eee7d fix: 修复特殊场景下 DAG 校验错误的问题(存在“游离”的环) 2021-02-22 21:43:06 +08:00
Echo009
b89c129e2b fix: 修复获取工作流详情信息 timeExpressionType 字段值缺失的问题 2021-02-22 16:07:42 +08:00
tjq
bd9224a805 feat: support random dispatch strategy #205 2021-02-22 00:46:11 +08:00
Echo009
823a47303b feat: 工作流节点支持标记成功 2021-02-21 15:29:10 +08:00
tjq
79a61454f3 feat: add JVM shutdown hook to release database lock 2021-02-21 12:43:07 +08:00
tjq
91bb28abbb feat: adopt a new server-id generation policy to solve the problem of long IDs #220 2021-02-21 12:26:36 +08:00
曾巩锢
5fd4b9ae9d feat: 新增工作流相关维护接口 2021-02-20 19:23:20 +08:00
tjq
ed94bef458 refactor: optimize worker cluster service 2021-02-20 00:08:23 +08:00
tjq
e24f20f5ba refactor: use DesignateServer to get worker info list 2021-02-19 23:13:14 +08:00
tjq
2e488b5837 chore: update akka to 2.6.12 2021-02-19 21:48:49 +08:00
tjq
daf42be5cb refactor: optimize DispatchService's worker filter code #215 2021-02-19 20:52:52 +08:00
Echo009
fa3981d167 docs: 改动较大的类文件添加 @author 注释 2021-02-19 11:23:11 +08:00
Echo009
783ea4f67f feat: OpenAPI 添加工作流实例重试功能 2021-02-18 19:43:33 +08:00
Echo009
9748190a8a fix: 修复工作流实例 DAG 中节点信息未同步的问题 2021-02-18 19:43:33 +08:00
Echo009
6671bcf6f7 fix: 修复 DispatchService#dispatch 方法的 jobId 取值问题 2021-02-18 15:21:11 +08:00
Echo009
c3cc8aef4c feat: 工作流支持节点禁用,原地重试 2021-02-18 15:20:16 +08:00
Echo009
4ee6300c6a feat: 工作流节点支持失败跳过 2021-02-18 15:15:06 +08:00
Echo009
11b712332d feat: 工作流任务支持更新上下文数据(后续任务的实例参数信息) 2021-02-18 15:06:49 +08:00
Echo009
fd36f2f8e1 feat: 工作流支持重复的任务节点、支持任务参数(静态)个性化、调整实例参数传递机制 2021-02-18 14:45:22 +08:00
Echo009
6d9af1cff0 feat: add WorkflowNodeInfoRepository 2021-02-18 12:19:03 +08:00
Echo009
56993335e3 feat: 更新实体模型以及 DAG 相关数据模型 2021-02-18 10:00:38 +08:00
tjq
83ac13b221 feat: user-customized worker filter #215 2021-02-16 23:09:56 +08:00
tjq
770f30dd05 fix: returned an incorrect address when using HTTP protocol 2021-02-16 14:11:08 +08:00
tjq
c17da02da5 refactor: optimized package structure 2021-02-12 20:57:12 +08:00
tjq
7441c61313 chore: change pom version to 3.4.6 2021-02-11 10:38:09 +08:00
tjq
dfbf9ec137 fix: returns success even if the status message fails to be processed in http protocol #209 2021-02-10 00:01:37 +08:00
tjq
5586d48f93 fix: always use ActorSystem's address as AppInfo's currentServer to avoid some problem #209 2021-02-09 23:43:54 +08:00
tjq
ee9ed3c099 feat: new threads are given names to help locate problems #213 2021-02-09 22:53:28 +08:00
tjq
b4288225a0 fix: use fixedDelay instead of fixedRate to fix the problem of scheduling of multiple threads causing system crashes #213 2021-02-09 22:47:36 +08:00
tjq
a1a5ade215 feat: abstract ServerElectionService interface to support developers to customize #191 2021-02-09 22:40:50 +08:00
tjq
a575b65320 feat: Unified API management using ProtocolConstant #209 2021-02-08 22:22:17 +08:00
tjq
eda39a6372 feat: support other protocol's server elect #209 2021-02-08 21:07:00 +08:00
tjq
0f1e17e862 feat: add HttpTransporter #209 2021-02-08 20:48:03 +08:00
tjq
57501075de feat: add WorkerRequestHttpHandler powered by vert.x 2021-02-08 20:03:35 +08:00
tjq
d978f84a60 refactor: Upgrade ClusterStatusHolder to support multiple communication protocols 2021-02-08 00:06:03 +08:00
tjq
3d1dc68928 style: rename package 2021-02-07 22:55:36 +08:00
tjq
b24e0d2682 feat: support disable swagger-ui by config #203 2021-02-06 16:01:56 +08:00
tjq
75d922d4a9 feat: support disable swagger-ui by config #203 2021-02-06 15:53:51 +08:00
tjq
e97bdc71c7 fix: NPE when InstanceTimeLimit is null #207 2021-02-06 15:37:12 +08:00
tjq
c4098a60e7 feat: add new module[powerjob-offical-processors] 2021-01-31 17:50:21 +08:00
tjq
b642e1b39b feat: change version to v3.4.5 2021-01-31 17:39:58 +08:00
tjq
cdaea08ba7 fix: the bug of tasks occasionally cannot be stopped #180 2021-01-31 14:20:52 +08:00
tjq
1e51a5161f feat: support auto login powerjob-console by url params 2021-01-17 10:00:28 +08:00
tjq
144020a710 fix: NPE when clean the data of instance_info table #165 2021-01-16 23:57:21 +08:00
tjq
b23ae334d3 feat: change the pom version to v3.4.4 and ready to release 2021-01-16 23:25:50 +08:00
tjq
119de1fb44 fix: I forgot to release the segment lock... 2021-01-16 23:24:04 +08:00
tjq
b044784e6a refactor: JobInfoQuery 2021-01-16 22:48:21 +08:00
tjq
76eaabb42f feat: support custom statuc check period #166 2021-01-16 16:20:03 +08:00
tjq
293bc64ffa refactor: optimze the packageName and methodName of LockService 2021-01-16 16:04:20 +08:00
tjq
1c52809ebb feat: add segment lock to fix the schedule concurrency bug #168 2021-01-16 16:01:40 +08:00