-
Notifications
You must be signed in to change notification settings - Fork 455
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
fix: Avoid the being deleting Pipelines on the list page #3513
fix: Avoid the being deleting Pipelines on the list page #3513
Conversation
Signed-off-by: Bunny <qimiao@yunify.com>
/area devops |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it with the following image manually. It works well.
/lgtm
kubespheredev/ks-console:filter-deleting-pipeline
LGTM label has been added. Git tree hash: bfd583a3cdb8eebc6403d7cedefc5c751ed915bd
|
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bunnymiao, harrisonliu5 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* refactor: Avoid using API tojson and tojenkinsfile (#3450) * refactor: Avoid using API tojson and tojenkinsfile Signed-off-by: Bunny <qimiao@yunify.com> * perf: Disable the Edit JenkinsFile button in pipeline details page Signed-off-by: Bunny <qimiao@yunify.com> * fix: Fix the bug that the jenkinsfile value is undefiend when first edit pipeline Signed-off-by: Bunny <qimiao@yunify.com> * feat: Bypass the script compile check when the api call fails Signed-off-by: Bunny <qimiao@yunify.com> * refactor: Remove the notify when checkScripCompile api call fails and add tooltips for disabled button that edit jenkinsfile Signed-off-by: Bunny <qimiao@yunify.com> Co-authored-by: Bunny <qimiao@yunify.com> * fix: Avoid the being deleting Pipelines on the list page (#3513) Signed-off-by: Bunny <qimiao@yunify.com> Co-authored-by: Bunny <qimiao@yunify.com> * fix: When 'jenkinsfile.edit.mode' is json, show the pipeline (#4099) * feat: When 'jenkinsfile.edit.mode' is json, show the pipeline Signed-off-by: 胡亚洲 <git@yazhou.io> * fix: fix jenkins validate status Signed-off-by: 胡亚洲 <git@yazhou.io> * fix: add timer in pipeline detail page Signed-off-by: 胡亚洲 <git@yazhou.io> --------- Signed-off-by: 胡亚洲 <git@yazhou.io> --------- Signed-off-by: 胡亚洲 <git@yazhou.io> Co-authored-by: Bunny miao <49241072+bunnymiao@users.noreply.github.com> Co-authored-by: Bunny <qimiao@yunify.com>
Signed-off-by: Bunny qimiao@yunify.com
What type of PR is this?
/kind bug
What this PR does / why we need it:
Filter the being deleting Pipelines in the pipeline list
Which issue(s) this PR fixes:
Fixes #736
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: