-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Feature-10604] Task name in the copied and imported workflow without copy suffix #10607
[Feature-10604] Task name in the copied and imported workflow without copy suffix #10607
Conversation
In dev, we split the task instance from the workflow instance. After the task instance is copied, the user will query two task definitions with the same name and content, which will cause some confusion. I think we should discuss about it. |
Kudos, SonarCloud Quality Gate passed! |
It is incompatible change and we need dissuss about it. Maybe some users already have some function base on this behavior. If we accept this, please notice that we have import function will also add suffix to it |
BTW, it make no sence to me with your word
So the name it is not important in your cases
Seem are opposing viewpoints |
But we may take more care about this one |
If we want to remove the |
61de76c
to
19c9e31
Compare
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.
LGTM
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## dev #10607 +/- ##
=========================================
Coverage 40.49% 40.49%
+ Complexity 4887 4885 -2
=========================================
Files 951 951
Lines 37201 37201
Branches 4080 4081 +1
=========================================
Hits 15064 15064
Misses 20614 20614
Partials 1523 1523
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Kudos, SonarCloud Quality Gate passed! |
Did we want to add this to version 3.0.0? @SbloodyS @caishunfeng |
I'm not quite sure about it. |
Add incompatibles and give some hint to user when then want to upgrade to specific version. ref: apache#10607
Add incompatibles and give some hint to user when then want to upgrade to specific version. ref: #10607
Purpose of the pull request
close #10604