Bai
|
4847b7a680
|
feat(perms): 添加ApplicationPermission Model 和 API(包含ViewSet和RelationViewSet)
|
4 years ago |
xinwen
|
8f52f79d91
|
fix(migrations): 增加迁移脚本
|
4 years ago |
xinwen
|
28da819735
|
perf(assets): 优化节点树
修改树策略,做读优化,写的速度降低
|
4 years ago |
xinwen
|
91649a3908
|
feat(applications): 添加 k8s 应用
|
4 years ago |
xinwen
|
1bc913ab13
|
feat(perms): 资产授权添加GUI复制粘贴动作
|
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
|
354c3c563b
|
[Update] 修改perms迁移文件之间的依赖关系,添加迁移文件
|
5 years ago |
BaiJiangJie
|
bdcf9ba153
|
Dev remoteapp (#3205)
* [Update] 修改RemoteApp关联的系统用户:从RemoteApp中转移到RemoteAppPermission中(未提交迁移文件)
* [Update] 修改RemoteApp关联的系统用户:提交迁移文件
* [Update] 修改RemoteApp关联的系统用户:修改迁移文件
* [Update] 修改迁移文件1
* [Update] 修改迁移文件2
* [Update] 修改迁移文件3
* [Update] 修改RemoteAppPermsUtil获取系统用户的逻辑
|
5 years ago |
老广
|
c1d274028f
|
[Update] 添加 asset permission默认排序,去掉node permission model (#3214)
|
5 years ago |
老广
|
5db704f793
|
Bugfix (#3007)
* [Bugfix] 修复英文时间时期的bug
* [bugfix] 修复session时间日期的问题
* [Bugfix] 修改时间日志格式化错误
* [Update] 修改函数名称
* [Update] 修改函数顺序
* [Update] 注释部分迁移文件内容
|
5 years ago |
ibuler
|
1b44172bc5
|
[Update] 修改migrations
|
5 years ago |
ibuler
|
930eb1d2e1
|
[Update] 修正migrations
|
5 years ago |
ibuler
|
ae690050e7
|
Stash
|
5 years ago |
ibuler
|
8f699fa366
|
[Update] 修改Permission
|
5 years ago |
ibuler
|
8e9b3f134b
|
[Update] 修改permission actions
|
6 years ago |
BaiJiangJie
|
d906df5b00
|
[Update] 抽象BasePermission (#2710)
* [Update] AssetPermission/RemoteAppPermission抽象BasePermission
* [Update] Perms模块添加迁移文件
* [Update] Perms删除多余迁移文件
* [Update] Perms重新生成RemoteAppPermission迁移文件
|
6 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 |
BaiJiangJie
|
f235e20153
|
[Feature] 授权规则添加 actions 选项,控制用户对资产的操作行为 (#2610)
* [Feature] 1. perms actions - 添加 Action Model
* [Feature] 2. perms actions - 添加 Action API
* [Feature] 3. perms actions - 授权规则: 添加actions字段
* [Feature] 4. perms actions - 授权规则创建页面: 设置 actions 默认 all
* [Feature] 5. perms actions - 资产授权工具: 动态给system_user设置actions属性; 修改授权相关的API-serializer类: 添加actions字段值
* [Feature] 6. perms actions - 更新API(用户使用系统用户连接资产时权限校验): 添加actions校验
* [Feature] 7. perms actions - 迁移文件中为已经存在的perms添加默认的action
* [Feature] 8. perms actions - 创建授权规则时设置默认action(如果actions字段值为空)
* [Feature] 9. check actions - 修改校验用户资产权限API逻辑(添加actions校验)
* [Feature] 10. check actions - 修改注释
* [Feature] 11. check actions - 添加API: 获取用户指定资产和系统用户被授权的actions
* [Feature] 12. check actions - 添加翻译信息
|
6 years ago |
ibuler
|
cd6bb848e9
|
[Update] Squash table
|
6 years ago |
老广
|
b3079a4a9b
|
[Update] Add index (#2208)
|
6 years ago |
ibuler
|
d50ad66b78
|
[Update] 维护统一的migrations
|
6 years ago |
ibuler
|
209200dc4f
|
[Update] 修改migrations
|
7 years ago |
ibuler
|
d0ef1e715e
|
[Add] Add initial migrations
|
7 years ago |
ibuler
|
7ab47916f2
|
add __init__.py
|
8 years ago |
ibuler
|
283c53fddf
|
Update gitignore
|
8 years ago |
ibuler
|
da56310db9
|
update .gitignore
|
8 years ago |
ibuler
|
4925f3227a
|
update .gitignore
|
8 years ago |
ibuler
|
88bb620af2
|
Modify ignore
|
8 years ago |
wangyong
|
77f3a1f146
|
add asset add
|
8 years ago |
ibuler
|
234684c875
|
Rename dir name dashboard to apps
It's may be well
|
8 years ago |