Skip to content

Commit

Permalink
Merge pull request #2044 from pagezhou/V3.5.9_begin
Browse files Browse the repository at this point in the history
minor: 版本号升级到 V3.5.9
  • Loading branch information
pagezz-canway authored May 20, 2020
2 parents b7b1137 + 7a93f05 commit ccdf8e0
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 12 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.8
version: 3.5.9
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 @@ -139,7 +139,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = '3.5.8'
STATIC_VERSION = '3.5.9'

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

## 3.5.9

- 新功能
- 新增主机属性查询器自定义变量,可以通过 IP 查询主机属性并引用在插件参数中
- 优化项
- 查看执行执行详情中显示节点引用的插件名字
- 优化查看执行执行详情中耗时的可读性
- 各列表页面的高级搜索去掉关键词前后空格,避免包含空格时搜索结果为空
- 编辑流程中切换插件版本时自动清空旧版本插件输入输出参数
- 轻应用图标优化
- 无默认项目时,切换项目默认跳转到目标项目的流程列表页面
- 优化数据统计时间选择控件位置偏上的样式问题
- bugfix
- 修复分支网关条件中包含双引号和尖括号导致 title 属性提前关闭后分支条件不可编辑的问题
- 修复流程列表页面高级搜索中子流程是否更新条件删选不对的问题
- 修复自定义变量切换为资源筛选变量报错的问题
- 修复变量引擎中语法错误时渲染参数异常的问题,优化后直接返回原字符串
- 修复获取需要更新子流程的流程列表时未过滤已删除流程的问题
- 删除保存流程模板时后台对变量 key 的长度校验
- 修复任务记录、审计中心、职能化中心、公共流程等列表页的高级搜索点击搜索按钮后,列表页码未重置为 1 导致搜索结果显示为空的问题

## 3.5.8

- 优化项
Expand All @@ -10,7 +31,7 @@
- 业务信息从 CMDB 同步到标准运维项目时,如果 time_zone 字段有变化也同步
- bugfix
- 修复任务执行页面查看JOB-执行作业插件节点执行详情不展示输出参数的问题
- 修复流程编辑中关闭节点配置面板时节点名称未保存修复
- 修复流程编辑中关闭节点配置面板时节点名称未保存的问题

## 3.5.7

Expand Down
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-05-19 15:57+0800\n"
"POT-Creation-Date: 2020-05-20 10:13+0800\n"
"PO-Revision-Date: 2017-11-17 11:28+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down
Binary file modified locale/en/LC_MESSAGES/djangojs.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-19 15:57+0800\n"
"POT-Creation-Date: 2020-05-20 10:13+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1427,7 +1427,7 @@ msgstr "Data source is invalid, please check the config"

#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_attribute_query.js:19
msgid "输入IP, 多个用英文逗号 `,` 或换行分隔"
msgstr "Enter Ip, multiple are separated by `,` or Line "
msgstr "Enter Ip, multiple are separated by `,` or Line breaks"

#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_ip_selector.js:18
msgid "选择服务器"
Expand Down
Binary file modified locale/zh_hans/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locale/zh_hans/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-05-19 15:57+0800\n"
"POT-Creation-Date: 2020-05-20 10:13+0800\n"
"PO-Revision-Date: 2019-02-27 23:25+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_Hans\n"
Expand Down
Binary file modified locale/zh_hans/LC_MESSAGES/djangojs.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locale/zh_hans/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-19 15:57+0800\n"
"POT-Creation-Date: 2020-05-20 10:13+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](docs/resource/img/logo_zh.png)
---
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Tencent/bk-sops/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-3.5.8-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.5.9-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![travis-ci](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)
[![Coverage Status](https://codecov.io/gh/Tencent/bk-sops/branch/master/graph/badge.svg)](https://codecov.io/gh/Tencent/bk-sops)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
Expand Down
2 changes: 1 addition & 1 deletion readme_en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](docs/resource/img/logo_en.png)
---
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Tencent/bk-sops/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-3.5.8-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.5.9-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![travis-ci](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)
[![Coverage Status](https://codecov.io/gh/Tencent/bk-sops/branch/master/graph/badge.svg)](https://codecov.io/gh/Tencent/bk-sops)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
Expand Down
2 changes: 1 addition & 1 deletion version_log/version_logs_html/V3.5.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ <h3>优化项</h3>
<h3>bugfix</h3>
<ul>
<li>修复任务执行页面查看JOB-执行作业插件节点执行详情不展示输出参数的问题</li>
<li>修复流程编辑中关闭节点配置面板时节点名称未保存修复 </li>
<li>修复流程编辑中关闭节点配置面板时节点名称未保存的问题 </li>
</ul>
24 changes: 24 additions & 0 deletions version_log/version_logs_html/V3.5.9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<h3>新功能</h3>
<ul>
<li>新增主机属性查询器自定义变量,可以通过 IP 查询主机属性并引用在插件参数中</li>
</ul>
<h3>优化项</h3>
<ul>
<li>查看执行执行详情中显示节点引用的插件名字</li>
<li>优化查看执行执行详情中耗时的可读性</li>
<li>各列表页面的高级搜索去掉关键词前后空格,避免包含空格时搜索结果为空</li>
<li>编辑流程中切换插件版本时自动清空旧版本插件输入输出参数</li>
<li>轻应用图标优化</li>
<li>无默认项目时,切换项目默认跳转到目标项目的流程列表页面</li>
<li>优化数据统计时间选择控件位置偏上的样式问题</li>
</ul>
<h3>bugfix</h3>
<ul>
<li>修复分支网关条件中包含双引号和尖括号导致 title 属性提前关闭后分支条件不可编辑的问题</li>
<li>修复流程列表页面高级搜索中子流程是否更新条件删选不对的问题</li>
<li>修复自定义变量切换为资源筛选变量报错的问题</li>
<li>修复变量引擎中语法错误时渲染参数异常的问题,优化后直接返回原字符串</li>
<li>修复获取需要更新子流程的流程列表时未过滤已删除流程的问题</li>
<li>删除保存流程模板时后台对变量 key 的长度校验</li>
<li>修复任务记录、审计中心、职能化中心、公共流程等列表页的高级搜索点击搜索按钮后,列表页码未重置为 1 导致搜索结果显示为空的问题</li>
</ul>
2 changes: 1 addition & 1 deletion version_log/version_logs_md/V3.5.8_2020-05-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

### bugfix
- 修复任务执行页面查看JOB-执行作业插件节点执行详情不展示输出参数的问题
- 修复流程编辑中关闭节点配置面板时节点名称未保存修复
- 修复流程编辑中关闭节点配置面板时节点名称未保存的问题
20 changes: 20 additions & 0 deletions version_log/version_logs_md/V3.5.9_2020-05-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### 新功能
- 新增主机属性查询器自定义变量,可以通过 IP 查询主机属性并引用在插件参数中

### 优化项
- 查看执行执行详情中显示节点引用的插件名字
- 优化查看执行执行详情中耗时的可读性
- 各列表页面的高级搜索去掉关键词前后空格,避免包含空格时搜索结果为空
- 编辑流程中切换插件版本时自动清空旧版本插件输入输出参数
- 轻应用图标优化
- 无默认项目时,切换项目默认跳转到目标项目的流程列表页面
- 优化数据统计时间选择控件位置偏上的样式问题

### bugfix
- 修复分支网关条件中包含双引号和尖括号导致 title 属性提前关闭后分支条件不可编辑的问题
- 修复流程列表页面高级搜索中子流程是否更新条件删选不对的问题
- 修复自定义变量切换为资源筛选变量报错的问题
- 修复变量引擎中语法错误时渲染参数异常的问题,优化后直接返回原字符串
- 修复获取需要更新子流程的流程列表时未过滤已删除流程的问题
- 删除保存流程模板时后台对变量 key 的长度校验
- 修复任务记录、审计中心、职能化中心、公共流程等列表页的高级搜索点击搜索按钮后,列表页码未重置为 1 导致搜索结果显示为空的问题

0 comments on commit ccdf8e0

Please sign in to comment.