738 Commits

Author SHA1 Message Date
losergzr
4f21578797
Merge pull request #3 from YMFE/master
update
2019-04-23 10:05:58 +08:00
苏文雄
50f9a58e56 feat: 支持 /api/open 前缀的开放api 2019-04-22 14:57:51 +08:00
苏文雄
1ab51a6e93 feat: gst 2019-04-22 12:28:01 +08:00
苏文雄
146828aade fix: 没有判断 env 是否存在导致的 bug 2019-04-22 10:03:51 +08:00
sean
dedb73bad9 feat: pre-script 支持持久化数据存储,兼容浏览器和服务端 2019-04-21 17:45:14 +08:00
losergzr
08cfa2dfe8
Merge pull request #2 from YMFE/master
update
2019-04-21 12:48:43 +08:00
苏文雄
0fead80e49 feat: 修复env数据库数据问题 2019-04-21 10:49:41 +08:00
sean1025
ac168492fb
Merge pull request #961 from fjc0k/feat-openapi-export
feat: 将数据导出接口加入 openapi
2019-04-17 15:42:46 +08:00
苏文雄
435bc8f7d0 feat: 支持服务端测试使用 localStorage 2019-04-15 18:57:33 +08:00
Jay Fong
ac2ee2e509 feat: 将数据导出接口加入 openapi 2019-04-12 23:40:32 +08:00
sean
8319f7db28 feat: publish 1.5.9 2019-03-30 22:03:34 +08:00
suwenxiong
9d8e16a6e8 fix: bug 2019-02-22 13:54:03 +08:00
suwenxiong
ad92b1242e feat: /api/open/import_data 新增 url 参数,支持服务端 url 导入 2019-02-20 17:18:43 +08:00
youbl
1f1a18e199 /api/open/import_data 导入数据接口,增加url支持,比如从swagger的url获取完整json数据进行导入,调用示例:
curl http://127.0.0.1:3000/api/open/import_data -H 'Content-Type: application/x-www-form-urlencoded' -d 'type=swagger&dataSync=merge&token=524aa51f192db5158959e0ed9c2512386c1f257407207dbb4d9b4b267ffc5daa&json=http%3A%2F%2F172.18.8.5%3A13088%2Fswagger%2Fdocs%2Fv1'
2019-02-19 16:58:31 +08:00
suwenxiong
d11f8166e6 feat: add openapi /api/project/get 2019-02-14 12:00:22 +08:00
suwenxiong
6fdee44762 feat: 优化 restful api 动态路由权重匹配算法,匹配更加精确 2019-02-13 15:07:56 +08:00
suwenxiong
c813e9cb4f opti: 优化 restful api 动态路由匹配算法,增加权重计算 2019-02-13 14:56:05 +08:00
suwenxiong
480d96828d feat: 优化token,增加用户信息 2019-01-30 10:13:43 +08:00
suwenxiong
48b3024a14 feat: openapi 用户角色改为项目开发 2019-01-28 09:41:58 +08:00
suwenxiong
870f2e63f7 feat: 新增自动化测试通用规则配置 2019-01-15 14:21:13 +08:00
suwenxiong
9403c9f69d feat: 新增测试集通用规则配置 2019-01-14 11:16:16 +08:00
suwenxiong
4774adcd4c opti: 大力优化测试机搜索交互,支持搜索接口path 2019-01-14 11:13:48 +08:00
suwenxiong
d78350b47c fix: 切换测试集测试报告没有更新的bug 2019-01-14 10:17:21 +08:00
suwenxiong
93341d9d58 opti: 优化首页交互 2019-01-08 14:55:12 +08:00
suwenxiong
e3858c0855 feat: add npm publish 2018-12-30 12:32:44 +08:00
hellosean1025
efe0879e66 feat: merge master 2018-12-19 10:27:19 +08:00
hellosean1025
ed107d419d fix: 如果 requestType 是 json,自动增加header content-type/json 2018-12-19 10:17:51 +08:00
sean1025
fa6153ff51
Merge pull request #639 from youbl/master
接口更新没有变化时,不记录日志,避免cron多次导入swagger的接口时,导致动态里展示一大堆的无意义日志。
2018-12-18 10:24:13 +08:00
lsq
d7be74f8f1
Update db.js
fix: mongoose warning 'Error:  (node:3819) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead'
2018-12-16 11:07:32 +08:00
youbl
01c3e9a869 接口更新没有变化时,不记录日志,避免cron多次导入swagger的接口时,导致动态里展示一大堆的无意义日志。 2018-11-15 19:08:27 +08:00
gaoxiaolin.gao
6439af5bd3 fix: 发送邮件是 接口地址是 http 限定死了 2018-11-09 17:05:07 +08:00
gaoxiaolin.gao
c115dffd54 fix: 数据导入 默认 swagger 2018-11-09 15:35:02 +08:00
gaoxiaolin.gao
aa0292a64c fix: query 区分 mockServer 返回判断 2018-11-09 15:21:23 +08:00
gaoxiaolin.gao
ee8308c790 feat: 1.4 2018-11-09 14:00:07 +08:00
hellosean1025
a9294ced59 fix: 因 tui-editor 需要安装github 依赖,导致部分机器无法部署成功的问题 2018-11-06 11:51:50 +08:00
hellosean1025
b37174c523 fix: 对 queryPath 改动导致的bug,支持通过 xxx?controller=name 等 query 参数区分路径 2018-11-01 16:07:51 +08:00
hellosean1025
f5286c0d1a fix: 修改 mock严格模式,GET带有 JSON BODY 导致的验证问题 2018-11-01 14:58:02 +08:00
sean1025
5ccf315ff1
Merge branch 'master' into login 2018-11-01 11:16:34 +08:00
gaoxiaolin.gao
5d51dcc4f4 fix: conflict 2018-10-19 14:40:39 +08:00
gaoxiaolin.gao
fdb2ff6729 fix: ldap 2018-10-19 14:40:00 +08:00
hellosean1025
cdb3d3dd02 feat: 支持任何人都可以添加分组,只有管理员才能修改项目是否公开 2018-10-19 14:39:10 +08:00
hellosean1025
85235d6422 feat: 支持 mongodb 集群 2018-10-12 15:48:40 +08:00
gaoxiaolin.gao
b68e5a474f fix: 修改错误文案 2018-09-20 20:19:32 +08:00
gaoxiaolin.gao
a7fbac672d fix: 修改错误提示 2018-09-20 18:57:36 +08:00
gaoxiaolin.gao
cd7ddf0964 fix: node http 请求 catch error 2018-09-20 18:43:28 +08:00
gaoxiaolin.gao
3d3f80d0c1 fix: 增加后端文件容量 2018-09-20 16:35:30 +08:00
gaoxiaolin.gao
05d2bb3ad7 fix: 更换node 端请求 swagger url 的方式 2018-09-19 14:20:16 +08:00
gaoxiaolin.gao
3c04ff52a5 fix: sonar 检查 2018-09-18 15:06:13 +08:00
gaoxiaolin.gao
80f9102eed feat: 增加参数的批量导入功能 2018-09-17 20:20:59 +08:00
gaoxiaolin.gao
0e87c1c9bd fix: g截断, mock信息select,json5提示 2018-09-17 14:46:06 +08:00