Skip to content

Commit

Permalink
release for v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Feb 28, 2021
1 parent 5af8e49 commit f3ea903
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.12
RUN git checkout r1.0.13
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.12 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone --branch r1.0.13 https://gitee.com/shihowcom/loonflow_ro loonflow
WORKDIR loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py
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 -b v1.0.3 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone -b v1.0.13 https://gitee.com/shihowcom/loonflow_ro loonflow
WORKDIR loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ RUN pip3 install -r requirements.txt -i http://pypi.douban.com/simple/ --trusted
WORKDIR /opt/shutongFlow/fronted
RUN cnpm i
WORKDIR /opt
RUN git clone -b v1.0.2 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone -b v1.0.13 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_shutongflow.py
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.13
---------
- 修复: 创建人关闭工单功能异常
- 修复: 多人处理工单逻辑异常
- 修复: hook处理未正常记录hook执行状态
- 修复: 处理工单时,在操作记录中记录的所有字段值信息格式错误


---------
r1.0.12
---------
Expand Down

0 comments on commit f3ea903

Please sign in to comment.