320 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
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
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
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
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
15f48304b2 chore: update central maven path and ready to release 2021-03-21 22:14:30 +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
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
Echo009
d29f0651e2 fix: missing node status info in workflow instance DAG 2021-03-16 19:45:32 +08:00
Echo009
145d525b29 fix: missing job id in node when fetching workflow info 2021-03-16 16:57:43 +08:00
Echo009
ab8c8b5f0f refactor: simplify processing logic of workflow maintenance 2021-03-16 16:16:11 +08:00
Echo009
50635faf53 refactor: processing logic of workflow maintenance 2021-03-15 17:41:13 +08:00
tjq
2e0797007c feat: update powerjob-console 2021-03-14 23:10:27 +08:00
tjq
0f6ac91080 feat: update sql file 2021-03-14 19:58:12 +08:00
tjq
f3b4e91745 feat: update container template 2021-03-14 19:24:15 +08:00
tjq
3ce47382d8 chore: change maven groupId to tech.powerjob 2021-03-14 17:01:36 +08:00
tjq
9dffb49918 chore: modify package name to tech.powerjob 2021-03-14 16:47:22 +08:00
tjq
67f9cbab5e fix: open 10010 port in docker 2021-03-14 16:10:29 +08:00
tjq
1273b16caf feat: show job according to creation order 2021-03-14 00:48:13 +08:00
tjq
0fc9978385 refactor: optimize powerjob-common's package 2021-03-13 23:38:12 +08:00
tjq
f1baef7de4 feat: merge official processor upgrade 2021-03-13 21:08:07 +08:00
tjq
2c8d1345cb feat: merge workflow upgrade by cvte 2021-03-13 20:44:56 +08:00