b71c4a66e19d93a3a71f6c46651a0c37191663d2
1. 在module表新增status字段(0:待确认;1:正常;2:弃用) 2. 修改/document/generate-cases接口,创建模块时设置status=0 3. 修改/case/restore接口,恢复用例时同步更新模块及其父模块的status为1 4. 修改/case/list接口,支持module_status参数过滤,默认只显示status=1的模块 5. 修改/case/list接口,返回module_path字段 6. 修改/plan/case/list接口,返回module_path字段 7. 修改/module/tree接口,默认筛选status=1的数据 8. 优化数据库连接池配置,添加连接验证和自动重试机制
IT接口管理
- git clone
- pip3 install -r requirements
- gunicorn --config=gunicorn.conf.py manage:app
Description
Languages
Python
82.6%
PLpgSQL
9.6%
HTML
7.7%