778 Commits

Author SHA1 Message Date
Echo009
8488a10465 fix: stop nested workflow 2022-09-01 07:06:21 +08:00
Echo009
b60c236824 feat: workflow's DAG must be not empty 2022-09-01 07:06:21 +08:00
Echo009
d87c358743 fix: workflow cron bug #316 2022-09-01 07:06:21 +08:00
Echo009
5791b43ac6 fix: the problem of retrying nested workflow node 2022-09-01 07:06:21 +08:00
Echo009
d4eb8e3303 fix: the problem of incorrect sub-workflow state 2022-09-01 07:06:21 +08:00
Echo009
9c30e5ee83 fix: update data structure of JobInfoVO 2022-09-01 07:06:21 +08:00
Echo009
8aa5140265 feat: support frequent task alarm #370 2022-09-01 07:06:21 +08:00
Echo009
d7c0d12a30 fix: decision node missing job param 2022-09-01 07:06:21 +08:00
Echo009
9194641c6f fix: workflow node validator 2022-09-01 07:06:21 +08:00
Echo009
4b14be8321 feat: update the workflow maintenance interface 2022-09-01 07:06:21 +08:00
Echo009
d996b34a54 feat: support nested workflow #266 2022-09-01 07:06:21 +08:00
Echo009
c15cefc447 feat: support decision node #188 2022-09-01 07:06:21 +08:00
Echo009
8663f3b79f fix: problem of task process in case of task slice exception. #355 2022-09-01 07:06:21 +08:00
Echo009
ac8e96508c feat: use CompatibleFieldSerializer as default kyro serializer, providing both forward and backward compatibility 2022-09-01 07:06:21 +08:00
Echo009
d799586ce9 fix: NetUtils, use the first valid network interface 2022-09-01 07:06:21 +08:00
脏兮兮
e585ba5a19
feat: 添加 worker tag 配置 2022-09-01 07:05:16 +08:00
读钓
62d682fbd5
fix: When you append a string to the workflow context, the value has multiple double quotes.(#307) 2022-08-31 23:15:04 +08:00
Ryan
fb6e57a75c
1.基于作者4.0.1版本SQL修改 (#263)
2.增加表注释、字段注释
3.调整排序规则 utf8mb4_0900_ai_ci -> utf8mb4_general_ci
2022-08-31 23:13:03 +08:00
Justin Zhang
75c88c32ed
fix: bug #324
* fix: bug #324

Fail to cancel delay job instance by id via API

* style: correct log

* style: update log

Co-authored-by: Echo009 <ech0.extreme@foxmail.com>
2022-08-31 23:12:10 +08:00
tjq
e094c22952 [release] v4.0.1 v4.0.1 2021-04-05 16:47:31 +08:00
tjq
6ae809617b docs: update user.png and readme 2021-04-05 16:47:10 +08:00
tjq
cbcd5dcca7 refactor: update guava version for security #CVE-2020-8908 2021-04-05 15:08:59 +08:00
tjq
7a471a3917 chore: change version to 4.0.1 2021-04-05 15:01:00 +08:00
tjq
584b20ae9b chore: use project.parent.version to manage powerjob-server's version 2021-04-05 14:47:01 +08:00
tjq
f955ae2f61 fix: incorrect worker list display #245 2021-04-05 14:18:24 +08:00
tjq
c8a1f536c3 feat: output more server info 2021-04-05 13:54:16 +08:00
tjq
7527b31ece fix: update powerjob-server's sql to fix the bug of can't save workflow #247 2021-04-05 13:24:39 +08:00
tjq
4e9c1f98b7 refactor: optimize dialect properties 2021-04-05 12:57:50 +08:00
tjq
12d0d4dbb0 fix: compatibility issues for PostgreSQL 2021-04-05 12:52:48 +08:00
tjq
17439536f0 fix: server election bug 2021-04-05 12:51:10 +08:00
tjq
9949e23bc4 fix: NPE when some app has on worker connected 2021-04-05 12:49:37 +08:00
Echo009
4d236153de chore: add PostgreSQL dialect config hint to pre and product env config file 2021-04-03 17:12:57 +08:00
Echo009
a0f76f7ba9 refactor: optimize code for pull request 249,fix issue #153 2021-04-03 17:08:16 +08:00
Chang Kung Yao
5f0865129e Add Postgresql Support 2021-03-30 08:27:15 +08:00
lwc1
c31f10b3c1 fix server election 2021-03-27 14:32:12 +08:00
luter
0e5873ca05 getWorkerInfoByAddress NPE 问题的修正 2021-03-23 22:13:28 +08:00
tjq
cfb05d9871 chore: fix github CI failed v4.0.0 2021-03-22 00:17:41 +08:00
tjq
98330846c3 [release] v4.0.0 2021-03-21 23:10:43 +08:00
tjq
15f48304b2 chore: update central maven path and ready to release 2021-03-21 22:14:30 +08:00
tjq
88caf22c9f chore: install python2.7 for powerjob-worker-agent 2021-03-21 21:10:08 +08:00
tjq
93c19eae82 chore: optimize build script 2021-03-21 20:38:51 +08:00
tjq
f5afff56c4 fix: execute in local when there is no address info for one app 2021-03-21 19:18:22 +08:00
tjq
0adb16011c fix: NPE when saving container 2021-03-21 18:48:34 +08:00
tjq
ddabdf2187 feat: upgrade serialier to kryo5 2021-03-21 15:57:29 +08:00
tjq
e767ad1043 feat: use kryo to replace jackson which is really easy to lead conflict 2021-03-21 15:08:48 +08:00
tjq
4399f99c42 feat: add database dirver for powerjob-worker-agent to support dynamic sql processor 2021-03-21 14:15:23 +08:00
tjq
f8ef896a65 refactor: change processor API(abstract class to interface) 2021-03-21 13:53:06 +08:00
tjq
0a854cd276 refactor: rename OhMyClient to PowerJobClient 2021-03-20 00:02:24 +08:00
tjq
fe439721d0 refactor: change name from OhMyWorker to PowerJobWorker 2021-03-19 23:40:55 +08:00
Echo009
d8811c7d77 fix: fail to redispatch the job instance which is timeout 2021-03-17 11:24:52 +08:00