Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Apr 21, 2019
1 parent 3ba2c7f commit 85dbbf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ python manage.py test -v 3
- 启动管理 [gunicorn](https://github.com/benoitc/gunicorn)
### 功能依赖
- 可视化 [pyecharts](https://github.com/pyecharts/pyecharts)
- MySQL审核/语法树解析 [inception](https://github.com/hhyo/inception)
- MySQL审核/执行 [goInception](https://github.com/hanchuanchuan/goInception)|[inception](https://github.com/hhyo/inception)
- 数据库审核 [Themis](https://github.com/CreditEaseDBA/Themis)
- MySQL索引优化 [SQLAdvisor](https://github.com/Meituan-Dianping/SQLAdvisor)
- SQL优化/压缩 [SOAR](https://github.com/XiaoMi/soar)
Expand Down
2 changes: 1 addition & 1 deletion common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h4 class="modal-title" id="myModalLabel">

<!--底部部分 -->
<div class="row clearfix user-bottom-div">
<p><strong>SQL审核平台</strong>&nbsp;(v1.5.1)</p>
<p><strong>SQL审核平台</strong>&nbsp;(v1.5.2)</p>
</div>
<!-- jQuery (Bootstrap JavaScript 插件需要引入 jQuery务必先引入jquery js再引入bootstrap js) -->
<script src="{% static 'jquery/jquery.min.js' %}"></script>
Expand Down
3 changes: 2 additions & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ RUN cd /opt \
&& rm -rf binlog2sql
#archery
RUN cd /opt \
&& ACCEPT_EULA=Y yum -y install msodbcsql17 \
&& yum -y install openldap-devel unixODBC-devel gettext nginx \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.5.1 \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.5.2 \
&& source /opt/venv4archery/bin/activate \
&& pip3 install -r /opt/archery/requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple/ \
&& cp /opt/archery/src/docker/nginx.conf /etc/nginx/ \
Expand Down

0 comments on commit 85dbbf2

Please sign in to comment.