Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c8cb10a
authored
Mar 25, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新RM
parent
2b95fabb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
README.md
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobLogController.java
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/logdetail.ftl → xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.detail.ftl
xxl-job-admin/src/main/webapp/static/js/logdetail.index.1.js → xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js
README.md
View file @
5c8cb10a
...
...
@@ -767,12 +767,13 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
9、GLUE模式任务实例更新逻辑优化,原根据超时时间更新改为根据版本号更新,源码变动版本号加一;
#### 6.12 版本 V1.6.1 特性 (Coding)
-
1、通讯协议二进制据增强校验,拦截非正常请求;
-
2、数据库地址配置优化;
-
3、WebIDE交互重构;
-
4、前端部分组件优化;
-
5、增强权限校验,采用动态登录TOKEN;
-
5、rolling日志,日志界面风格同glue任务编辑器;
-
1、Rolling日志;
-
2、WebIDE交互重构;
-
3、通讯增强校验,有效过滤非正常请求;
-
4、权限增强校验,采用动态登录TOKEN(推荐接入内部SSO);
-
5、数据库配置优化,解决乱码问题;
#### TODO LIST
...
...
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobLogController.java
View file @
5c8cb10a
...
...
@@ -109,7 +109,7 @@ public class JobLogController {
model
.
addAttribute
(
"executorAddress"
,
jobLog
.
getExecutorAddress
());
model
.
addAttribute
(
"triggerTime"
,
jobLog
.
getTriggerTime
().
getTime
());
model
.
addAttribute
(
"logId"
,
jobLog
.
getId
());
return
"joblog/
log
detail"
;
return
"joblog/
joblog.
detail"
;
}
@RequestMapping
(
"/logDetailCat"
)
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/
log
detail.ftl
→
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/
joblog.
detail.ftl
View file @
5c8cb10a
...
...
@@ -65,7 +65,7 @@
var
triggerTime
=
'${triggerTime}'
;
var
logId
=
'${logId}'
;
</script>
<script
src=
"${request.contextPath}/static/js/
logdetail.index.1.js"
></script>
<script
src=
"${request.contextPath}/static/js/
joblog.detail.1.js"
></script>
</body>
</html>
\ No newline at end of file
xxl-job-admin/src/main/webapp/static/js/
logdetail.index
.1.js
→
xxl-job-admin/src/main/webapp/static/js/
joblog.detail
.1.js
View file @
5c8cb10a
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment