bk-sops icon indicating copy to clipboard operation
bk-sops copied to clipboard

蓝鲸智云标准运维(SOPS)

Results 292 bk-sops issues
Sort by recently updated
recently updated
newest added

需求背景 ======= 用户在iam申请标准运维 **任务** 相关权限时 希望能申请某些流程创建的任务(现有的、新增的) 满足业务基于流程来实现小范围授权的需求 解决方案 ======= 1. 任务相关操作,增加一个属性条件 “所属流程” 2. 支持选择多个流程,多个流程为 “或” 关系 ![image](https://github.com/TencentBlueKing/bk-sops/assets/42025090/4547345c-b28d-4f74-876b-e6106b338e12)

type/optimization
stage/for_developing

关键信息 ======= - [ ] bk-sops 版本:3.6.X 问题描述 ======= 标准运维作为蓝鲸通用的任务编排和执行引擎,提供了丰富的API给上层SaaS调用。但是如果一个蓝鲸用户,仅仅通过上层SaaS的API调用标准运维服务(如拉取业务下的流程模板、通过某个流程模板创建和执行任务等),会报错“you have no permission to operate”。 临时解决方案:新用户首次使用前,打开一次标准运维SaaS,把该用户信息自动落库到标准运维。 希望解决方案:通过API调用时,如果用户不存在,能自动去用户管理查询并校验用户信息,而不需要用户手动打开标准运维SaaS。 重现方法 ======= 1、新建用户 2、通过权限中心授权标准运维业务和流程的权限 3、通过API调用标准运维,接口返回报错无权限。

type/optimization
accepted

关键信息 ======= - [ ] bk-sops 版本:3.6.X 问题描述 ======= https://docs.djangoproject.com/en/dev/releases/3.2/#what-s-new-in-django-3-2 Django3.2以上,需要去掉default_app_config配置,否则pytest执行测试用例会报错django.utils.deprecation.RemovedInDjango41Warning 重现方法 =======

Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.19. Commits fc42edd [3.2.x] Bumped version for 3.2.19 release. eed53d0 [3.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v... 007e46d [3.2.x] Added missing...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

关键信息 ======= - [ ] bk-sops 版本: 3.26.X 问题描述 ======= https://github.com/TencentBlueKing/bk-sops/blob/master/docs/overview/code_structure.md 重现方法 =======

Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.3.6. Release notes Sourced from redis's releases. 4.3.6 Changes Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!...

dependencies

现状 ======= 任务被「终止」时,**当前节点**将持续运行 1. **当前节点**为 「普通节点」,一直执行,直到接收 成功 / 失败 通知 ![image](https://user-images.githubusercontent.com/42025090/225566845-eece09b5-c069-4830-9a24-bce8788f80c4.png) 2. **当前节点**为 「子流程节点」,将生成独立的任务,整个任务会执行完成 ![image](https://user-images.githubusercontent.com/42025090/225568337-09bf216b-7f39-45da-ba01-aae0da793aaf.png) ### 问题 当前的功能语义上更接近 「停止流转」,而不是「终止」。这将造成用户困扰,也浪费系统资源! 1. 已经「终止」的任务,会继续处理 第三方系统 回调通知 2. 已经「终止」的任务,下层的「子任务」 可能会继续执行完成 ### 解决方案 1. 优化任务「终止」的处理逻辑...

type/optimization

### 常见画布操作 ### 1. 拖动画布&框选 > 默认状态下,鼠标呈抓手状态,可拖动画布 ![image](https://user-images.githubusercontent.com/42025090/224672715-34810d98-13ea-45b9-9a7b-5b87d7fa0118.png) > 开启【框选】后,可以范围选择 ![image](https://user-images.githubusercontent.com/42025090/224602744-f752c6dd-3ea3-41c2-a00f-1279126f250f.png) > 问题:【框选】是常见操作,当前操作繁琐且隐蔽 #### 解决方案: - 按下shift + 左键移动可进行框选 - 按下ctrl /shift + 左键点击可连续选中(或取消)节点 - 默认状态下,鼠标呈游标状态 - 保留工具栏【框选】功能,调整icon强化概念 ### 2....

关键信息 ======= - [ ] bk-sops 版本:hawk 问题描述 ======= 从节点拖出连线时,连线和节点有缝隙 重现方法 ======= ![image](https://user-images.githubusercontent.com/42025090/223649866-ea816dff-0991-49b1-8f04-d5ef4fe69227.png)

type/optimization