Skip to content

Commit

Permalink
doc for r1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Oct 8, 2020
1 parent 2c3660e commit 0afe6eb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt
# RUN git clone https://github.com/blackholll/loonflow.git
RUN git clone https://gitee.com/shihowcom/loonflow_ro
WORKDIR /opt/loonflow_ro
RUN git checkout r1.0.11
RUN git checkout r1.0.12
WORKDIR /opt
RUN mv loonflow_ro loonflow
WORKDIR /opt/loonflow/requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN mkdir -p /var/log/loonflow & \
yum install -y git python3

WORKDIR /opt
RUN git clone --branch r1.0.11 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone --branch r1.0.12 https://gitee.com/shihowcom/loonflow_ro loonflow
WORKDIR loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py
2 changes: 1 addition & 1 deletion settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import platform


VERSION = 'v1.0.11'
VERSION = 'v1.0.12'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
10 changes: 10 additions & 0 deletions sphinx_docs/source/others/release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
发布说明
==============

---------
r1.0.12
---------
- 修复: 管理后台工作流列表查询不生效
- 修复: 管理后台无法新增部门
- 修复: 撤回工单后,未出现在创建人的待办列表中
- 修复: 处理人类型为hook时 状态无法流转
- 修复: 处理人类型为hook,当处理失败时未成功保存工单所有字段信息
- 优化: 管理后台支持回车登录


---------
r1.0.11
Expand Down

0 comments on commit 0afe6eb

Please sign in to comment.