Skip to content

Commit

Permalink
Merge pull request #64 from jsonwan/github_docs/versionlog
Browse files Browse the repository at this point in the history
docs: 增加3.3.5.0版本日志 #63
  • Loading branch information
jsonwan committed Jul 7, 2021
2 parents 8992424 + da27248 commit a21385f
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,28 @@
---
name: Bug Report
about: Report a bug encountered while operating bk-job
labels: kind/bug
---

<!--
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
**Required**:
- bk-job version (use `cat VERSION` in installed dir):

**Optional**:
- Cloud provider or hardware configuration:
- OS (e.g: `cat /etc/os-release`):
- Kernel (e.g. `uname -a`):
- Install tools:
- Others:
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,14 @@
---
name: Enhancement Request
about: Suggest an enhancement to the bk-job project
labels: kind/enhancement

---
<!--
Please start by describing the problem that you are trying to solve. There may already
be a solution, or there may be a way to solve it that you hadn't considered.
-->

**What problem would you like to solve**:

**The possible way to solve it**:
20 changes: 20 additions & 0 deletions versionLogs/en/V3.3.5.0_2021-07-08.md
@@ -0,0 +1,20 @@
# V3.3.5.0 版本更新日志



- [ 新增 ] 支持作业模板/执行方案的全局变量批量编辑


- [ 优化 ] 针对 License Server 的校验逻辑优化
- [ 优化 ] 执行方案重做时,面包屑补充执行方案名的展示
- [ 优化 ] 作业列表中的小红点支持点击,可直接跳转至目标页面
- [ 优化 ] 优化作业模板创建新步骤时,对 `主机列表` 类型变量的选择体验
- [ 优化 ] 现在脚本同步完后,可以快速进入作业执行方案同步页面,减少用户操作路径
- [ 优化 ] 执行时的填参页面提供 `一键清除无效IP` 的按钮
- [ 优化 ] 用户登出增加二次确认弹窗,避免误操作
- [ 优化 ] 改进 Cron 表达式的提示语句对 weekly `*/n` 规则的文案指引
- [ 优化 ] 现在 IP选择器的手动输入框,可以更方便的标识出非业务内IP或非法字符了
- [ 优化 ] 一些常规的 UI / UX 优化...


- [ 修复 ] 解决 IP选择器主机列表排序错乱导致翻页数据不准确的问题
20 changes: 20 additions & 0 deletions versionLogs/zh_CN/V3.3.5.0_2021-07-08.md
@@ -0,0 +1,20 @@
# V3.3.5.0 版本更新日志



- [ 新增 ] 支持作业模板/执行方案的全局变量批量编辑


- [ 优化 ] 针对 License Server 的校验逻辑优化
- [ 优化 ] 执行方案重做时,面包屑补充执行方案名的展示
- [ 优化 ] 作业列表中的小红点支持点击,可直接跳转至目标页面
- [ 优化 ] 优化作业模板创建新步骤时,对 `主机列表` 类型变量的选择体验
- [ 优化 ] 现在脚本同步完后,可以快速进入作业执行方案同步页面,减少用户操作路径
- [ 优化 ] 执行时的填参页面提供 `一键清除无效IP` 的按钮
- [ 优化 ] 用户登出增加二次确认弹窗,避免误操作
- [ 优化 ] 改进 Cron 表达式的提示语句对 weekly `*/n` 规则的文案指引
- [ 优化 ] 现在 IP选择器的手动输入框,可以更方便的标识出非业务内IP或非法字符了
- [ 优化 ] 一些常规的 UI / UX 优化...


- [ 修复 ] 解决 IP选择器主机列表排序错乱导致翻页数据不准确的问题

0 comments on commit a21385f

Please sign in to comment.