liwh
d61d85abd4
fix: 修复 email未填写导致告警报异常, #808
2024-01-04 14:04:32 +08:00
tjq
9b3a3cd586
chore: change main version to 4.3.6
2023-09-03 13:44:10 +08:00
tjq
c91240c1b8
chore: change main version to 4.3.5
2023-08-14 23:50:17 +08:00
tjq
09b15dfbc1
feat: optimize online log cache time(60 -> 10)
2023-08-06 21:03:41 +08:00
tjq
6bcc275a70
Merge branch 'pr-archibald-nice-empty-job-notifyuserids' into 4.3.4
2023-08-06 20:42:48 +08:00
tjq
df5e259e54
chore: change main version to 4.3.4
2023-08-06 20:17:40 +08:00
tjq
c3ce46aee9
refactor: optimize alarm code
2023-07-31 23:45:52 +08:00
tjq
236d0a7f3b
feat: [storageExt] Unified File Storage Solution with DFsService
2023-07-30 12:00:45 +08:00
tjq
fc57226d3a
refactor: optimize extension package
2023-07-16 18:14:20 +08:00
tjq
67a22e8b7e
feat: add log for ContainerService
2023-07-12 20:45:38 +08:00
archieself
8aaa602082
fix-[ #676 ] Set notifyUserIds to null when empty the notify info of a job.
2023-07-05 10:49:37 +08:00
tjq
5cfd0f8e74
chore: change main version to 4.3.3
2023-06-11 16:45:44 +08:00
tjq
a7394e518c
fix: server can't record zero cost processor's status #620
2023-05-07 22:08:14 +08:00
tjq
e2f5ca440f
chore: upgrade main version to 4.3.2
2023-03-19 23:25:44 +08:00
tjq
70a696aaa8
chore: upgrade project version
2023-03-07 23:37:03 +08:00
tjq
e36ac8bc59
chore: change main version to 4.3.1
2023-03-05 15:45:28 +08:00
tjq
40192486c5
feat: change jobname when export job
2023-03-05 12:57:15 +08:00
tjq
5985c04997
feat: remove all circular-references by aware
2023-03-04 21:03:22 +08:00
tjq
5ddaa33f47
feat: support job export #571
2023-03-04 15:03:22 +08:00
tjq
43dfc9a265
feat: finished DAILY_TIME_INTERVAL processor
2023-02-25 23:07:45 +08:00
tjq
3aa42819e4
fix: NPE of DailyTimeIntervalStrategyHandler
2023-02-25 18:24:25 +08:00
tjq
369ebdab0b
test: DailyTimeIntervalStrategyHandlerTest
2023-02-13 00:26:13 +08:00
tjq
e01770adc7
perf: optimize DailyTimeIntervalStrategyHandler
2023-02-11 23:02:26 +08:00
tjq
42823b8bdd
feat: support DailyTimeInterval #558
2023-02-11 22:57:43 +08:00
tjq
9f2f68344c
feat: support DailyTimeInterval #558
2023-02-11 15:22:40 +08:00
tjq
54beb3b2d1
feat: optimize container service
2023-01-27 11:22:16 +08:00
tjq
7b56393aee
feat: use softValues to optimize memory usage
2023-01-24 13:23:34 +08:00
tjq
55e259bcf7
chore: upgrade project version to 4.3.0
2023-01-24 10:39:30 +08:00
tjq
5f75dbe9fc
feat: replace Deprecated method
2023-01-23 13:03:32 +08:00
tjq
dca97010c7
fix: server return Optional to worker
2023-01-22 10:52:53 +08:00
tjq
4fece7be40
feat: optimize remote framework log output
2023-01-21 23:13:28 +08:00
tjq
bfb9c68590
feat: close remoteEngine when jvm exit
2023-01-21 22:37:18 +08:00
tjq
e74fc2d138
chore: remove akka in common package
2023-01-21 10:34:37 +08:00
tjq
dedefd5a6d
feat: replace akka by PowerJobRemoteEngine in server side
2023-01-21 10:31:12 +08:00
tjq
b013fbfefd
feat: replace akka by PowerJobRemoteEngine in server side
2023-01-21 10:28:11 +08:00
Echo009
2c51e0601d
feat: optimize the code of persistence layer entity class
2023-01-15 16:25:01 +08:00
Echo009
a1beb44ccf
pref: 支持轻量级任务模型,优化任务派发以及实例状态检查的处理逻辑
2023-01-02 23:57:09 +08:00
ZhangJun
3f95ee8a33
部分代码优化
...
1.邮件通知服务,优雅注入发件人
2.雪花算法,对时钟回拨情况做优化,避免服务直接不可用
3.扫描数据库task,部分代码调整减少重复计算性能消耗
4.部分枚举类,增强代码安全性
5.其它,规范部分代码
2022-12-29 20:55:22 +08:00
Echo009
5ba4ce5457
fix: issue with nested workflow node state updates,#465
2022-10-31 14:01:12 +08:00
Echo009
39eb79de54
refactor: optimize the code of the server module
...
1. use constructor based dependency injection to replace field injection and solve the problem of circular dependencies
2. replace deprecated API calls
2022-10-30 12:59:48 +08:00
tjq
5189634b60
chore: change project version to 4.2.1
2022-10-23 14:27:15 +08:00
tjq
e6c94af599
feat: change StringUtils(from spring to apache)
2022-10-11 23:00:54 +08:00
tjq
2f62f448a8
feat: upgrade pom version to 4.2.0
2022-10-03 14:07:23 +08:00
tjq
a4a41c4ab7
feat: define JobLogConfig
2022-09-16 23:28:42 +08:00
tjq
2a3b9323a6
chore: upgrade project version to 4.1.1 and ready to release
2022-09-12 23:41:44 +08:00
tjq
12ff1335f2
test: fix unit test by ocean-fujfu
2022-09-12 23:24:49 +08:00
tjq
5b223d23ad
feat: optimize server monitor event
2022-09-12 21:52:26 +08:00
tjq
a77ba8084e
feat: config logback for monitor
2022-09-12 21:09:47 +08:00
tjq
74f70cd58b
feat: support serverInfoAware
2022-09-12 12:56:12 +08:00
tjq
5450ac00db
feat: optimize WorkerLogReportEvent
2022-09-12 11:58:56 +08:00