fit2bot
|
a56ac7b34e
|
perf(orgs): 默认组织改为实体组织,并支持全局组织 (#5617)
* perf(orgs): 默认组织改为实体组织
* perf: 添加获取当前组织信息的api
* perf: 资产列表在 root 组织下的表现
* fix: 修复 root 组织引起的问题
* perf: 优化OrgModelMixin save; org_root获取; org_roles获取; UserCanUseCurrentOrg权限类
Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
xinwen
|
9be3cbb936
|
perf: 优化用户详情页授权列表加载速度&添加可重入锁
|
4 years ago |
Jiangjie.Bai
|
7cf6e54f01
|
refactor tree (重构&优化资产树/用户授权树加载速度) (#5548) (#5549)
* Bai reactor tree ( 重构获取完整资产树中节点下资产总数的逻辑) (#5548)
* tree: v0.1
* tree: v0.2
* tree: v0.3
* tree: v0.4
* tree: 添加并发锁未请求到时的debug日志
* 以空间换时间的方式优化资产树
* Reactor tree togther v2 (#5576)
* Bai reactor tree ( 重构获取完整资产树中节点下资产总数的逻辑) (#5548)
* tree: v0.1
* tree: v0.2
* tree: v0.3
* tree: v0.4
* tree: 添加并发锁未请求到时的debug日志
* 以空间换时间的方式优化资产树
* 修改授权适配新方案
* 添加树处理工具
* 完成新的用户授权树计算以及修改一些信号
* 重构了获取资产的一些 api
* 重构了一些节点的api
* 整理了一些代码
* 完成了api 的重构
* 重构检查节点数量功能
* 完成重构授权树工具类
* api 添加强制刷新参数
* 整理一些信号
* 处理一些信号的问题
* 完成了信号的处理
* 重构了资产树相关的锁机制
* RebuildUserTreeTask 还得添加回来
* 优化下不能在root组织的检查函数
* 优化资产树变化时锁的使用
* 修改一些算法的小工具
* 资产树锁不再校验是否在具体组织里
* 整理了一些信号的位置
* 修复资产与节点关系维护的bug
* 去掉一些调试代码
* 修复资产授权过期检查刷新授权树的 bug
* 添加了可重入锁
* 添加一些计时,优化一些sql
* 增加 union 查询的支持
* 尝试用 sql 解决节点资产数量问题
* 开始优化计算授权树节点资产数量不用冗余表
* 新代码能跑起来了,修复一下bug
* 去掉 UserGrantedMappingNode 换成 UserAssetGrantedTreeNodeRelation
* 修了些bug,做了些优化
* 优化QuerySetStage 执行逻辑
* 与小白的内存结合了
* 删掉老的表,迁移新的 assets_amount 字段
* 优化用户授权页面资产列表 count 慢
* 修复批量命令数量不对
* 修改获取非直接授权节点的 children 的逻辑
* 获取整棵树的节点
* 回退锁
* 整理迁移脚本
* 改变更新树策略
* perf: 修改一波缩进
* fix: 修改handler名称
* 修复授权树获取资产sql 泛滥
* 修复授权规则有效bug
* 修复一些bug
* 修复一些bug
* 又修了一些小bug
* 去掉了老的 get_nodes_all_assets
* 修改一些写法
* Reactor tree togther b2 (#5570)
* fix: 修改handler名称
* perf: 优化生成树
* perf: 去掉注释
* 优化了一些
* 重新生成迁移脚本
* 去掉周期检查节点资产数量的任务
* Pr@reactor tree togther guang@perf mapping (#5573)
* fix: 修改handler名称
* perf: mapping 拆分出来
* 修改名称
* perf: 修改锁名
* perf: 去掉检查节点任务
* perf: 修改一下名称
* perf: 优化一波
Co-authored-by: Jiangjie.Bai <32935519+BaiJiangJie@users.noreply.github.com>
Co-authored-by: Bai <bugatti_it@163.com>
Co-authored-by: xinwen <coderWen@126.com>
Co-authored-by: xinwen <coderWen@126.com>
Co-authored-by: 老广 <ibuler@qq.com>
|
4 years ago |
xinwen
|
4424c4bde2
|
perf(asset): 手动启动节点资产数量自检程序时区分组织
|
4 years ago |
fit2bot
|
5863e3e008
|
perf(asset): 资产树,右击增加计算节点数量的菜单,可以让后台去计算 #527 (#5207)
Co-authored-by: xinwen <coderWen@126.com>
|
4 years ago |
fit2bot
|
f26b7a470a
|
perf(celery-task): 优化检查节点资产数量的 Celery 任务 (#5052)
Co-authored-by: xinwen <coderWen@126.com>
|
4 years ago |
xinwen
|
a7c704bea3
|
perf(celery-task): 优化检查节点资产数量的 Celery 任务
|
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 |
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 |
ibuler
|
17ddb3bbbd
|
[Feture] 使用信号解耦
|
7 years ago |
ibuler
|
99b4c66b5e
|
[Feature] 添加signals 解耦代码
|
7 years ago |
ibuler
|
234684c875
|
Rename dir name dashboard to apps
It's may be well
|
8 years ago |
ibuler
|
b5c159c967
|
Init project structure
|
8 years ago |