-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2044 from pagezhou/V3.5.9_begin
minor: 版本号升级到 V3.5.9
- Loading branch information
Showing
17 changed files
with
77 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 "选择服务器" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
|
||
### bugfix | ||
- 修复任务执行页面查看JOB-执行作业插件节点执行详情不展示输出参数的问题 | ||
- 修复流程编辑中关闭节点配置面板时节点名称未保存修复 | ||
- 修复流程编辑中关闭节点配置面板时节点名称未保存的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### 新功能 | ||
- 新增主机属性查询器自定义变量,可以通过 IP 查询主机属性并引用在插件参数中 | ||
|
||
### 优化项 | ||
- 查看执行执行详情中显示节点引用的插件名字 | ||
- 优化查看执行执行详情中耗时的可读性 | ||
- 各列表页面的高级搜索去掉关键词前后空格,避免包含空格时搜索结果为空 | ||
- 编辑流程中切换插件版本时自动清空旧版本插件输入输出参数 | ||
- 轻应用图标优化 | ||
- 无默认项目时,切换项目默认跳转到目标项目的流程列表页面 | ||
- 优化数据统计时间选择控件位置偏上的样式问题 | ||
|
||
### bugfix | ||
- 修复分支网关条件中包含双引号和尖括号导致 title 属性提前关闭后分支条件不可编辑的问题 | ||
- 修复流程列表页面高级搜索中子流程是否更新条件删选不对的问题 | ||
- 修复自定义变量切换为资源筛选变量报错的问题 | ||
- 修复变量引擎中语法错误时渲染参数异常的问题,优化后直接返回原字符串 | ||
- 修复获取需要更新子流程的流程列表时未过滤已删除流程的问题 | ||
- 删除保存流程模板时后台对变量 key 的长度校验 | ||
- 修复任务记录、审计中心、职能化中心、公共流程等列表页的高级搜索点击搜索按钮后,列表页码未重置为 1 导致搜索结果显示为空的问题 |