210 Commits

Author SHA1 Message Date
jiangjining
2da5fc624b docs: Modify instance detail model. 2021-01-08 22:49:36 +08:00
jjn
b1b8e1de95 docs: Add translations for models in PowerJob-common. 2021-01-08 22:20:35 +08:00
jiangjining
d5ab77ddbd docs: Add translations for some entities in PowerJob-common. 2021-01-07 20:35:55 +08:00
jiangjining
281c53ad63 docs: Add translations for pom and property files. 2021-01-07 18:56:56 +08:00
tjq
6c3c6695e4 refactor: change version to 3.4.2 and ready to release 2021-01-02 20:15:09 +08:00
tjq
c176a447e7 feat: support LogLevel 2020-12-20 22:53:56 +08:00
tjq
977b8bfd4b fix: fetch instance log failed when server use different http port 2020-12-19 21:49:41 +08:00
tjq
d799c0f2bd feat: develop web console to suit the modify 2020-12-13 18:19:25 +08:00
KFCFans
ff81ac4485 feat: change version to 3.4.1 2020-12-12 10:37:24 +08:00
tjq
24a1f2dee9 fix: grammar errors 2020-11-28 16:32:21 +08:00
tjq
f3f4079314 feat: change version to v3.4.0 2020-11-28 16:29:10 +08:00
jiangjining
dbcf366e3d Optimize "too many instances running" exception message. 2020-11-27 10:45:43 +08:00
tjq
08f8a1141e fix: delete non-finished instance #109 2020-11-26 00:14:05 +08:00
tjq
5f7de7231c fix: workflow schedule in advance #108 2020-11-26 00:08:39 +08:00
KFCFans
90781966d7 feat: change version to 3.3.3 2020-11-14 14:23:38 +08:00
KFCFans
df32c786f9 fix: HttpUtils 2020-11-14 11:37:23 +08:00
KFCFans
2ea53b534c feat: webhook alarm service use post to deliver alarm info #79 2020-11-14 11:29:44 +08:00
KFCFans
528920379d feat: support webhook #79 2020-11-14 11:18:04 +08:00
KFCFans
19112db038 feat: supprt random port #98 2020-11-14 10:55:05 +08:00
“tjq”
c0c7942fc6 feat: change version to 3.3.2 2020-11-07 22:46:30 +08:00
“tjq”
5cf43ddb2a feat: workflow instance return init params too #92 2020-11-07 22:04:04 +08:00
“tjq”
7ac70defd3 fix: OpenAPI's saveWorkflow 2020-11-07 21:57:16 +08:00
“tjq”
0cc7cc26b4 fix: runJob or runWorkflow failed when there are multi server in cluster 2020-11-07 21:03:04 +08:00
“tjq”
e197a6f605 feat: add instance params #92 2020-11-07 18:11:22 +08:00
“tjq”
287e539dcd refactor: change pom version to 3.3.1 and ready to release 2020-10-18 20:19:54 +08:00
“tjq”
de3561ed4d feat: support frequent job's worker dynamic online #81 2020-10-17 16:34:48 +08:00
Salieri
2a6bb0b7f3 refactor: worker cluster query change to akka from htpp 2020-10-17 15:38:54 +08:00
tjq
8361ddc4e5 refactor: OmsException -> PowerJobException 2020-10-03 12:48:44 +08:00
tjq
caebb2d87a refacotr: okhttp v4 -> v3 2020-10-03 12:24:32 +08:00
tjq
92b9f9668f feat: change pom from 3.2.3 to 3.3.0, It's time to fix dependency problem 2020-10-03 11:12:17 +08:00
tjq
d13bbc77dc fix: InstanceDTO don't have wfInstanceId 2020-10-03 10:48:54 +08:00
tjq
5b4591c8b1 [dev] change version to 3.2.3 & optimize MailAlarmService's log 2020-08-08 23:19:18 +08:00
tjq
ae18c5fd7c [dev] update NetUtils, support ignore network interface now 2020-08-08 17:27:27 +08:00
tjq
756adce633 [dev] update NetUtils, support to choose preferred network interface now 2020-08-08 17:10:05 +08:00
朱八
80faffb2db [fix] fix the SystemMetrics's compare logic (no effect yet) 2020-08-03 00:25:06 +08:00
朱八
32a9f446b0 [fix] fix the bug of worker score not cached 2020-08-03 00:17:46 +08:00
朱八
555a20bc7f [dev] samples change to use powerjob-spring-boot-starter & change pom version to 3.2.2 2020-08-01 21:45:45 +08:00
朱八
105c8b5baf [fix] fix the bug of cpu metric 2020-08-01 21:24:56 +08:00
朱八
3b267a38c1 [dev] support retry finished job 2020-08-01 00:18:16 +08:00
朱八
f9a30423f3 [fix] fix the bug of can't find task_info table when use menory mode's h2 database 2020-07-31 00:57:02 +08:00
朱八
46763ac325 [dev] use random path for h2 to support startup multi instance in on pc 2020-07-30 20:25:42 +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
朱八
2df6a9821f [dev] support cancel instance (issue#30) 2020-07-25 01:12:32 +08:00
朱八
03add72684 [dev] add version info in WorkerHeartbeat 2020-07-19 20:13:01 +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
朱八
b53716bba4 [dev] config akka dispatcher and router & add akka DeadLetter receiver 2020-07-16 22:56:21 +08:00
tjq
40d5dfc549 [dev] optimize status check when dispatch job to worker 2020-07-14 17:31:47 +08:00
tjq
404a5bb953 [dev] parametric verification 2020-07-01 20:22:14 +08:00