History for xxl-job-dm / xxl-job-admin / src
2018-10-27
任务新增的API服务接口返回任务ID,方便调用方实用;
xuxueli committed on 27 Oct 2018
Merge pull request #552 from allen-kaiser-cai/v_1.9.3 ...
许雪里 authored on 27 Oct 2018 GitHub committed on 27 Oct 2018
2018-10-19
新增Job接口需要返回Job ID
Yihua Cai committed on 19 Oct 2018
2018-10-05
升级开发分支:2.0.0-SNAPSHOT
xuxueli committed on 5 Oct 2018
v1.9.2 Release
xuxueli committed on 5 Oct 2018
更新RM
xuxueli committed on 5 Oct 2018
Merge pull request #480 from uliian/master ...
许雪里 authored on 5 Oct 2018 GitHub committed on 5 Oct 2018
更新RM
xuxueli committed on 5 Oct 2018
2018-09-24
项目依赖全量升级至较新稳定版本,如spring、Jackson、groovy等等;
xuxueli committed on 24 Sep 2018
Merge pull request #493 from xiezirunpuzzled/patch-1 ...
许雪里 authored on 24 Sep 2018 GitHub committed on 24 Sep 2018
任务监控线程Log输出优化,运行中任务的监控Log改为debug级别,减少非核心日志量;
xuxueli committed on 24 Sep 2018
任务执行日志、调度日志字段类型调整,改为text类型并取消字数限制;
xuxueli committed on 24 Sep 2018
2018-09-23
线程优化调整
xuxueli committed on 23 Sep 2018
任务触发时支持动态传参,调度中心与API服务均提供提供动态参数功能
xuxueli committed on 23 Sep 2018
任务参数优化为texearea,方便任务参数赋值;
xuxueli committed on 23 Sep 2018
任务参数数据框调整,手动触发时支持动态输入参数;
xuxueli committed on 23 Sep 2018
分片任务失败重试优化,仅重试当前失败的分片;
xuxueli committed on 23 Sep 2018
分片任务失败重试优化,仅重试当前失败的分片;
xuxueli committed on 23 Sep 2018
文案调整
xuxueli committed on 23 Sep 2018
任务调度模块,底层代码重构
xuxueli committed on 23 Sep 2018
任务触发逻辑代码重构
xuxueli committed on 23 Sep 2018
2018-09-22
调度触发线程池配置优化
xuxueli committed on 22 Sep 2018
调度中心提供API服务,支持通过API服务对任务进行查询、新增、更新、启停等操作;
xuxueli committed on 22 Sep 2018
修复表字段 “t.order”与数据库关键字冲突查询失败的问题,
xuxueli committed on 22 Sep 2018
2018-09-16
代码重构
xuxueli committed on 16 Sep 2018
执行器注册方式切换优化,切换自动注册时主动同步在线机器,避免执行器为空的问题;
xuxueli committed on 16 Sep 2018
新增任务运行模式 "GLUE模式(PowerShell) ",支持PowerShell脚本任务;
xuxueli committed on 16 Sep 2018
新增任务运行模式 "GLUE模式(PowerShell) ",支持PowerShell脚本任务;
xuxueli committed on 16 Sep 2018
2018-09-14
告警邮件发送内容为空 ...
谢滋润 authored on 14 Sep 2018 GitHub committed on 14 Sep 2018
2018-08-22
添加配置参数校验
uliian committed on 22 Aug 2018