ibuler
|
f93979eb2d
|
perf: 资产授权添加协议
|
1 year ago |
fit2bot
|
34cc3b233d
|
refactor: 重构用户授权资产查询工具(重构中..) (#9225)
* refactor: 重构用户授权资产查询工具(重构中..)
* perf: 修改 get_perm_nodes_assets 名称
* refactor: 优化用户授权节点查询工具; 删除UnionQuerySet工具
Co-authored-by: Bai <baijiangjie@gmail.com>
|
2 years ago |
Bai
|
26d9cdc50d
|
perf: 优化用户授权树工具类存放目录 user_perm_tree 文件中
|
2 years ago |
Jiangjie.Bai
|
0e67739173
|
refactor: 授权添加授权账号工具,实现获取授权用户某个资产账号的功能
|
2 years ago |
ibuler
|
ab46194039
|
perf: 修改 导入
|
2 years ago |
ibuler
|
b8f8c2a264
|
perf: remove application permission
|
2 years ago |
fit2bot
|
7e7e24f51f
|
reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374)
* reactor: 重构applications模块 & 删除applications、perms中已不再使用的模块
* reactor: 1. 针对application.attrs字段的view-serializer映射逻辑,采用DynamicMapping的方案重写;
* reactor: 2. 删除applications和perms模块中已不再使用的database-app/k8s-app/remote-app模块;
* reactor: 添加迁移文件(删除perms/databaseperrmission/remoteapppermission/k8sapppermission)
* reactor: 修改细节
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
Bai
|
fdded8b90f
|
refactor(perms): 修改授权规则的目录结构(asset、application)
|
4 years ago |
Bai
|
1d550cbe64
|
feat(perms): 添加ApplicationPermission API(包含用户/用户组/授权/校验等API)
|
4 years ago |
fit2bot
|
d3be16ffe8
|
fix (#4680)
* perf(perms): 资产授权列表关联数据改为 `prefetch_related`
* perf(perms): 优化一波
* dispatch_mapping_node_tasks.delay
* perf: 在做一些优化
* perf: 再优化一波
* perf(perms): 授权更改节点慢的问题
* fix: 修改一处bug
* perf(perms): ungrouped 资产数量计算方式
* fix: 修复dispatch data中的bug
* fix(assets): add_nodes_assets_to_system_users celery task
* fix: 修复ungrouped的bug
* feat(nodes): 添加 favorite 节点
* feat(node): 添加 favorite api
* fix: 修复clean keys的bug
Co-authored-by: xinwen <coderWen@126.com>
Co-authored-by: ibuler <ibuler@qq.com>
|
4 years ago |
xinwen
|
28da819735
|
perf(assets): 优化节点树
修改树策略,做读优化,写的速度降低
|
4 years ago |
xinwen
|
91649a3908
|
feat(applications): 添加 k8s 应用
|
4 years ago |
BaiJiangJie
|
16f727c60d
|
[Feature] 添加功能:数据库应用 (#3551)
* [Update] 添加数据库应用Model
* [Update] 添加数据库应用ViewSet
* [Update] 添加数据库应用HTML
* [Update] 更新数据库应用迁移文件
* [Update] 添加数据库应用授权Model
* [Update] 添加数据库应用授权ViewSet(待续)
* [Update] 添加数据库应用授权ViewSet(完结)
* [Update] 添加数据库应用授权View(待续)
* [Update] 添加数据库应用授权View(待续2)
* [Update] 修改远程应用授权View(小问题)
* [Update] 添加数据库应用授权View(待续3)
* [Update] 添加数据库应用授权View(完结)
* [Update] 添加数据库应用授权相关API
* [Update] 添加数据库应用View(用户页面)
* [Update] 修改数据库应用授权Model/View/API(系统用户)
* [Update] 修改系统用户Model/View(添加mysql协议)
* [Update] 修改用户页面(我的应用)
* [Update] 添加迁移文件
* [Update] 添加迁移文件2
* [Update] 续添加迁移文件2(Model更改)
* [Update] 修改系统用户序列类(mysql协议自动生成密码问题)
* [Update] 修改数据库应用/资产等授权序列类
* [Update] 修改命令列表/会话详情命令溢出
* [Update] 修改授权详情中添加系统用户的过滤
* [Update] 修改列表动作的宽度
|
5 years ago |
BaiJiangJie
|
1eca517978
|
[Feature] 添加功能 RemoteApp (#2706)
* [Feature] RemoteApp添加Model
* [Feature] RemoteApp添加ViewSet API
* [Feature] RemoteApp添加获取connection-info API
* [Feature] Perms模块修改目录结构
* [Feature] RemoteAppPermission添加Model
* [Feature] RemoteAppPermission添加ViewSet API
* [Feature] RemoteAppPermission添加用户/用户组获取被授权的RemoteApp API
* [Feature] RemoteAppPermission添加校验用户对RemoteApp的权限 API
* [Feature] RemoteAppPermission添加获取用户授权的RemoteApp树 API
* [Feature] RemoteAppPermission添加<添加/移除>所授权的<用户/RemoteApp> API
* [Feature] RemoteApp添加创建、更新、详情、删除、用户RemoteApp等页面
* [Feature] RemoteAppPermission添加创建、更新、详情、删除、授权用户、授权RemoteApp等页面
* [Feature] RemoteApp从assets模块迁移到新添加的applications模块
* [Feature] RemoteApp/RemoteAppPermission添加迁移文件
* [Feature] RemoteApp/RemoteAppPermission修改小细节
* [Feature] RemoteApp/RemoteAppPermission修改小细节2
* [Feature] RemoteApp/RemoteAppPermission修改小细节3
* [Feature] RemoteApp更新迁移文件
* [Feature] RemoteApp/RemoteAppPermission添加翻译信息
* [Feature] RemoteApp/RemoteAppPermission删除迁移文件
* [Feature] RemoteApp/RemoteAppPermission添加迁移文件
* [Feature] RemoteApp/RemoteAppPermission修改代码风格
|
6 years ago |