538 Commits

Author SHA1 Message Date
tjq
4b6906c89e [release] merge branch 'v3.2.1' v3.2.1 2020-07-27 00:05:58 +08:00
tjq
36be03592c [fix] fix the problem of log uncorrect 2020-07-26 23:56:31 +08:00
tjq
609681cd22 [fix] fix the bug of won't dispatch retry jobs 2020-07-26 23:33:19 +08:00
朱八
7e9af994c8 [release] merge branch 'v3.2.1' 2020-07-26 23:11:32 +08:00
朱八
2df52fbf58 [dev] clean h2 workspace before worker startup 2020-07-26 23:09:39 +08:00
朱八
5974da1ae6 [opt] change name to spring-boot-starter 2020-07-26 22:31:50 +08:00
朱八
97f1bbca6c [opt] rollback database, use Hikari again 2020-07-26 22:18:29 +08:00
朱八
8d8b8d504a [opt] optimize worker-starter 2020-07-26 20:38:24 +08:00
Yukino
a1dc3f990c
Merge pull request #32 from dudiao/dudiao
[feature] add powerjob-worker-starter
2020-07-26 20:26:35 +08:00
songyinyin
4faad700b9 [feature] Add powerjob-worker-starter 2020-07-26 20:17:04 +08:00
朱八
d2cfb6e397 [fix] fix the bug of frequent job can't execute when maxInstanceNum is 0 (report by @dudiao) 2020-07-26 20:03:48 +08:00
朱八
d6abe79c17 [dev] valid appName 2020-07-26 16:29:47 +08:00
朱八
d64a094821 [dev] output more TaskDO fields to help debug problem 2020-07-25 18:00:06 +08:00
朱八
e9765ec1f2 [dev] rich the InstanceDetail to support delay job 2020-07-25 13:11:27 +08:00
朱八
83ad854655 [dev] change pom version to v3.2.1 & optmize OhMyClient's request 2020-07-25 11:25:24 +08:00
朱八
f530ce89f6 [dev] add more debug info to /server/hello interface 2020-07-25 10:12:23 +08:00
朱八
2df6a9821f [dev] support cancel instance (issue#30) 2020-07-25 01:12:32 +08:00
朱八
96c88e3cad [opt] optimize server's datasouce config 2020-07-24 23:49:33 +08:00
朱八
1e8f4ead78 [dev] clean h2 workspace to avoid server startup failed 2020-07-24 23:40:47 +08:00
朱八
362cdb8c83 [opt] change database connection pool from hikari to druid 2020-07-23 21:58:25 +08:00
朱八
4c9a647132 [dev] use script's exitValue to deterime whether the task is success (issue#28) 2020-07-23 20:09:10 +08:00
朱八
557248ff89 [ops] opt issuce template 2020-07-21 17:47:04 +08:00
朱八
5c00de45bc [ops] opt issuce template 2020-07-21 17:39:35 +08:00
tjq
97b00a7c33 [release] Merge branch 'v3.2.0' v3.2.0 2020-07-19 23:54:15 +08:00
tjq
8c5173a7fb [opt] optmize ScriptProcessor's online log 2020-07-19 23:52:56 +08:00
tjq
eb9dc8f2ed [fix] fix the bug of can't stop workflow instance 2020-07-19 23:36:55 +08:00
tjq
7a6b8c0a0c [dev] update front-end page(all date string generate by server) 2020-07-19 23:21:09 +08:00
tjq
987c016e24 [opt] optimize custom table prefix logic 2020-07-19 22:39:32 +08:00
Yukino
514e7aad7d
Merge pull request #21 from dudiao/master
[dev] support table prefix
2020-07-19 20:37:27 +08:00
songyinyin
a81a9fb168 since 3.2.0 2020-07-19 20:32:18 +08:00
朱八
03add72684 [dev] add version info in WorkerHeartbeat 2020-07-19 20:13:01 +08:00
songyinyin
d159654fc6 [Feature] add table prefix 2020-07-19 15:06:37 +08:00
朱八
dcd96fbe84 [dev] script processor support online log (support realtime output runtime info to console now) 2020-07-18 23:26:33 +08:00
朱八
e860e74717 [fix] remove all DateFromat in worker (fix the bug of secondly job's time error) 2020-07-18 22:50:35 +08:00
朱八
ce7c7baa8a [dev] add DeadLetter handler for server 2020-07-18 17:52:36 +08:00
朱八
f2a4490515 [dev] TaskTracker won't keep reporting status if server don't ask anyting 2020-07-16 23:10:44 +08:00
朱八
b53716bba4 [dev] config akka dispatcher and router & add akka DeadLetter receiver 2020-07-16 22:56:21 +08:00
tjq
598b010250 [opt] remove local and remote instance log clean config (use oms.instanceinfo.retention) 2020-07-14 23:34:24 +08:00
tjq
40d5dfc549 [dev] optimize status check when dispatch job to worker 2020-07-14 17:31:47 +08:00
朱八
70920a9220 [fix] fix the bug of aop web log for file upload 2020-07-13 19:46:11 +08:00
tjq
9ac3929a8e [release] Merge branch 'v3.1.3-bugfix' 2020-07-08 23:26:04 +08:00
tjq
28299cce9c [release] v3.1.3-bugfix 2020-07-08 23:24:46 +08:00
tjq
4e1a447f50 [fix] fix the bug of uncorrect statistics of job 2020-07-08 17:14:40 +08:00
tjq
3528a7724f [fix] fix the problem of log sync threadpool oversize 2020-07-08 15:09:20 +08:00
tjq
152524df1e [release] merge branch 'v3.1.3' v3.1.3 2020-07-01 22:22:06 +08:00
tjq
fa1b5b97b6 [fix] fix the uncorrect log output 2020-07-01 22:06:21 +08:00
tjq
404a5bb953 [dev] parametric verification 2020-07-01 20:22:14 +08:00
tjq
50ad38ba0b [fix] fix the bug of container can't be destory 2020-07-01 19:28:42 +08:00
tjq
f332b7dd95 [dev] support OpenAPI delay trigger & enable container's soft delete 2020-07-01 11:02:20 +08:00
tjq
b7a3dcbe4c [dev] add apache licence for quartz's CronExpression 2020-06-30 13:38:19 +08:00