Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: 在工作台删除某个插件后,无法重复创建同名插件 #1334

Closed
zanyzhao opened this issue May 3, 2020 · 2 comments
Closed
Assignees
Labels
area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue done Production environment in tencent has been deploy for gray UAT environment in tencent has been deploy for test Test environment in tencent has been deploy kind/bug 程序故障Bug,漏洞 tested 测试环境通过/test patest passed for test stage

Comments

@zanyzhao
Copy link
Member

zanyzhao commented May 3, 2020

image

@zanyzhao zanyzhao added the kind/bug 程序故障Bug,漏洞 label May 3, 2020
@zanyzhao zanyzhao added this to To do in CI-1.0 via automation May 3, 2020
@zanyzhao zanyzhao changed the title 在工作台删除某个插件后,无法重复创建同名插件 bug: 在工作台删除某个插件后,无法重复创建同名插件 May 3, 2020
@github-actions
Copy link

github-actions bot commented Jul 6, 2020

This issue is stale because it has been open for 60 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

@fayewong-v5
Copy link
Contributor

fayewong-v5 commented Aug 26, 2020

优化流水线插件删除逻辑:
1、已有流水线在使用的插件,不允许删除

2、可以删除的插件:

  • 清理 DB 中关联的所有数据
  • 清理仓库中的插件包
  • 清理插件关联的代码库

3、提交删除时,需要用户输入插件的标识做二次确认,提示信息如下:

你正在删除标识为 XXX 的插件 YYY,删除时不仅清理工作台数据,同时将删除对应的插件代码库,删除后将不能恢复,确定删除吗?

因为删除操作将会清理数据,为了避免误操作,请输入插件标识 XXX 后再提交删除,或者关闭此对话框取消操作。

@bkci-bot bkci-bot added the for test Test environment in tencent has been deploy label Sep 11, 2020
@carlyin0801 carlyin0801 added the tested 测试环境通过/test patest passed for test stage label Sep 22, 2020
irwinsun added a commit that referenced this issue Sep 22, 2020
bug: 在工作台删除某个插件后,无法重复创建同名插件 #1334
lockiechen added a commit that referenced this issue Sep 22, 2020
bugfix:  在工作台删除某个插件后,无法重复创建同名插件 issue #1334
@zhanxu33 zhanxu33 added the area/ci/frontend CI 前端特性issue label Sep 23, 2020
lockiechen added a commit that referenced this issue Sep 24, 2020
@irwinsun irwinsun added the area/ci/backend CI 后端issue label Sep 24, 2020
@bkci-bot bkci-bot added the for gray UAT environment in tencent has been deploy label Oct 9, 2020
irwinsun added a commit that referenced this issue Oct 12, 2020
bug: 在工作台删除某个插件后,无法重复创建同名插件 #1334
@bkci-bot bkci-bot added the done Production environment in tencent has been deploy label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue done Production environment in tencent has been deploy for gray UAT environment in tencent has been deploy for test Test environment in tencent has been deploy kind/bug 程序故障Bug,漏洞 tested 测试环境通过/test patest passed for test stage
Projects
None yet
Development

No branches or pull requests

6 participants