Skip to content

Commit

Permalink
modify ChangeList
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Dec 13, 2019
1 parent daf52bb commit 468e9ab
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
13 changes: 12 additions & 1 deletion ChangeList.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
- Complete installation documentation

## 20191130
- tars-cpp support tars2json
- tars-cpp support tars2json

## 20191213
- protocol: notify.tars 上报增加格式
- cpp: cgi encode fix
- framework: patch, adminregistry, node add notify report, show error message in web
- web: deploy ssl server, support server bind dns
- web: undeploy check server state
- web: expand server can bind dns
- web: fix deploy page
- web: manage page add refresh
- web: deploy message, goto manage page
14 changes: 12 additions & 2 deletions ChangeList.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
- 更新tars-web 支持在tars-web前端挂载nginx
- 完善安装文档说明


## 20191130
- tars-cpp支持tars2json
- tars-cpp支持tars2json

## 20191213
- protocol: notify.tars 上报增加格式
- cpp: cgi encode函数优化
- framework: 增加patch, adminregistry, node的notify上报, 记录发布, 重启等错误, 在页面web页面上显示
- web: 部署ssl服务, 支持服务绑定域名
- web: 下线时 检查服务active状态
- web: 服务扩容时, 可以绑定域名
- web: 调整发布界面, 操作更易于理解
- web: 服务管理界面增加刷新
- web: 发布错误的提示, 跳转到服务管理页面
2 changes: 1 addition & 1 deletion cpp
2 changes: 1 addition & 1 deletion web
Submodule web updated 35 files
+7 −3 app/dao/TemplateDao.js
+10 −4 app/service/adapter/AdapterService.js
+2 −2 client/dist/dcache.html
+2 −2 client/dist/index.html
+0 −5 client/dist/static/css/app.e6b86.css
+0 −5 client/dist/static/css/dcache.e4d06.css
+539 −0 client/dist/static/icon-font/demo.css
+6,334 −0 client/dist/static/icon-font/demo_index.html
+1,089 −0 client/dist/static/icon-font/iconfont.css
+ client/dist/static/icon-font/iconfont.eot
+1 −0 client/dist/static/icon-font/iconfont.js
+1,885 −0 client/dist/static/icon-font/iconfont.json
+830 −0 client/dist/static/icon-font/iconfont.svg
+ client/dist/static/icon-font/iconfont.ttf
+ client/dist/static/icon-font/iconfont.woff
+ client/dist/static/icon-font/iconfont.woff2
+0 −1 client/dist/static/js/app.184c6.js
+0 −8 client/dist/static/js/dcache.43309.js
+37 −63 client/package-lock.json
+26 −6 client/src/pages/operation/expand.vue
+51 −16 client/src/pages/server/manage.vue
+11 −6 client/src/pages/server/publish.vue
+539 −0 client/static/icon-font/demo.css
+6,334 −0 client/static/icon-font/demo_index.html
+1,089 −0 client/static/icon-font/iconfont.css
+ client/static/icon-font/iconfont.eot
+1 −0 client/static/icon-font/iconfont.js
+1,885 −0 client/static/icon-font/iconfont.json
+830 −0 client/static/icon-font/iconfont.svg
+ client/static/icon-font/iconfont.ttf
+ client/static/icon-font/iconfont.woff
+ client/static/icon-font/iconfont.woff2
+6 −2 locale/cn.json
+6 −2 locale/en.json
+1 −1 package.json

0 comments on commit 468e9ab

Please sign in to comment.