You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jiangjie.Bai 64641a18e6
feat: ACL (#5696)
4 years ago
..
api fix(terminal): 修正录像接口返回状态码 4 years ago
backends perf: 优化命令记录慢的问题 4 years ago
migrations fix: 修复Migrate的问题 4 years ago
models feat: ACL (#5696) 4 years ago
serializers fix: 命令存储 es 类型主机带用户名密码报错 4 years ago
urls perf: 去掉 v2 的api 4 years ago
__init__.py
admin.py
apps.py
const.py perf: 优化org获取逻辑 - 采用redis订阅机制实现orgs_mapping数据的维护;删除get_org_by_id等方法; 4 years ago
exceptions.py
filters.py perf: 优化命令记录慢的问题 4 years ago
hands.py
signals_handler.py
tasks.py
tests.py
utils.py