Skip to content

Commit

Permalink
Merge pull request #1992 from pagezhou/V3.5.7_begin
Browse files Browse the repository at this point in the history
minor: 版本号升级到 V3.5.7
  • Loading branch information
pagezz-canway authored Apr 27, 2020
2 parents b73a162 + c2f5f92 commit 8aaf36f
Show file tree
Hide file tree
Showing 16 changed files with 872 additions and 810 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ is_use_celery: True
author: 蓝鲸智云
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
version: 3.5.6
version: 3.5.7
category: 运维工具
language_support: 中文
desktop:
Expand Down
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = '3.5.6'
STATIC_VERSION = '3.5.7'

STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
Expand Down
26 changes: 26 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release

## 3.5.7

- 新功能
- API 免用户认证白名单默认值添加 bk_datainstaller 和 bk_dataadmin
- 优化项
- IP 选择器支持排序
- CMDB-转移主机至故障机模块和上交主机至资源池插件添加业务信息
- 流程模板编辑页面子流程列表增加权限判断,需要有查看权限才能引用为子流程
- 项目管理页面操作项鼠标光标改为手型 icon
- 优化流程模板编辑页面的表格类全局变量编辑后高度过高问题
- 前端未引用资源清理,去掉 sourcemap 减少压缩包体积
- JOB-执行作业插件刷新按钮间距
- 无项目权限时,各页面不显示表格等内容,改为申请权限
- 优化分支网关分支条件侧滑栏交互,和节点编辑侧滑栏监护保持一致
- bugfix
- 修复 get_task_detail API 报错 500 的问题
- 修复 get_task_status API 在子流程节点不存在或未执行时抛出异常的问题
- 修复分支网关条件值会被双引号提前截断的问题
- 修复勾选参数到全局变量选择复用变量的弹窗异常关闭的问题
- 修复勾选参数到全局变量复用变量选择非第一个可选项时参数值不正确的问题
- 修复 CMDB-创建集群(v1.0)等插件执行完后查看节点详情表格参数为空的问题
- 修复当项目数超过 1000 时,部分项目不显示的问题
- 修复后台 admin 页面修改数据保存时可能报 403 的问题
- 流程模板保存后添加子流程节点时去掉自身
- 修复子流程节点参数错误收起后,点开节点未提示错误信息的问题

## 3.5.6

- 优化项
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
const i18n = {
copyIp: gettext('复制IP'),
copyAgentIp: gettext('复制Agent未安装IP'),
copyAgentIp: gettext('复制Agent异常IP'),
clearIp: gettext('清空IP'),
clearFailedAgentIp: gettext('清空Agent未安装IP'),
clearFailedAgentIp: gettext('清空Agent异常IP'),
add: gettext('添加'),
moreOperations: gettext('更多操作'),
selected: gettext('已选择'),
Expand Down
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 8aaf36f

Please sign in to comment.