-
Notifications
You must be signed in to change notification settings - Fork 378
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 the bug of concurrent create snippet pipelines #3126
Merged
sfwn
merged 1 commit into
erda-project:master
from
littlejiancc:feature/pipeline-labels
Nov 23, 2021
Merged
fix the bug of concurrent create snippet pipelines #3126
sfwn
merged 1 commit into
erda-project:master
from
littlejiancc:feature/pipeline-labels
Nov 23, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
littlejiancc
force-pushed
the
feature/pipeline-labels
branch
3 times, most recently
from
November 22, 2021 12:21
524da96
to
b9e047f
Compare
Codecov Report
@@ Coverage Diff @@
## master #3126 +/- ##
==========================================
+ Coverage 17.37% 17.42% +0.04%
==========================================
Files 1361 1361
Lines 140423 140453 +30
==========================================
+ Hits 24398 24467 +69
+ Misses 113488 113456 -32
+ Partials 2537 2530 -7
|
littlejiancc
force-pushed
the
feature/pipeline-labels
branch
from
November 22, 2021 12:40
b9e047f
to
fae2836
Compare
sfwn
requested changes
Nov 22, 2021
sfwn
requested changes
Nov 22, 2021
littlejiancc
force-pushed
the
feature/pipeline-labels
branch
from
November 22, 2021 12:42
fae2836
to
6259c3b
Compare
littlejiancc
force-pushed
the
feature/pipeline-labels
branch
from
November 22, 2021 12:43
6259c3b
to
79373bf
Compare
sfwn
approved these changes
Nov 23, 2021
/cherry-pick release/1.5-alpha1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of this PR
/kind bugfix
What this PR does / why we need it:
fix the bug of concurrent create snippet pipelines
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @sfwn
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.