-
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] Add project name/workflow definition name/instance id/task name to the built-in variables #14099
Conversation
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 overall, just lift some comments. BTW can you add some docs in file https://github.com/apache/dolphinscheduler/blob/d46e4659d917e1994bc9045c57fe3b865a308352/docs/docs/zh/guide/parameter/built-in.md ?
...ler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringGlobalParams.java
Outdated
Show resolved
Hide resolved
...ler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringGlobalParams.java
Outdated
Show resolved
Hide resolved
...eduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/TaskConstants.java
Outdated
Show resolved
Hide resolved
8ea14ce
to
2bd88ae
Compare
9cd3118
to
89c94a1
Compare
@zhongjiajie The comments are spot on, they have been resolved |
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.
Please take a look at those tips that I offer.
...ler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringGlobalParams.java
Outdated
Show resolved
Hide resolved
Please execute the spotless command |
258a3a0
to
39476da
Compare
Codecov Report
@@ Coverage Diff @@
## dev #14099 +/- ##
============================================
- Coverage 38.41% 38.33% -0.08%
- Complexity 4461 4470 +9
============================================
Files 1223 1229 +6
Lines 42549 42887 +338
Branches 4716 4762 +46
============================================
+ Hits 16345 16442 +97
- Misses 24403 24622 +219
- Partials 1801 1823 +22
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@haibingtown |
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 👍
@zhuangchong Still having issues with CI, what do I need to do |
@haibingtown The dev branch has just solved this problem, can you merge it once? |
@zhuangchong ok, done |
@zhuangchong @calvinjiang @caishunfeng i guess it seems that this CI still needs a brother to help |
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.
+1
The workflow instance execution failed. You can download this video to simulate the operation locally. |
f03965f
to
47a8a4a
Compare
@SbloodyS @zhuangchong @calvinjiang I have cherry-pick my commits, can you guys trigger CI again |
47a8a4a
to
f86b75d
Compare
…name to the built-in variables
f86b75d
to
460318b
Compare
FYI, we only have one day for our docker images, so if you may sure your code is correct you can re-run all tests to avoid docker image expired |
460318b
to
e364aa5
Compare
approval the ci run |
restart the failed ci |
|
…built-in variables
@haibingtown Lines 217 to 219 in 29e31d8
|
Thank you for your valuable contribution. Your PR is excellent! I would like to establish a deeper communication with you. You can reach me via email or add me on WeChat (KerwinZhuang). When contacting me, please provide your identity for reference. If you encounter any difficulties with DolphinScheduler, I am more than happy to assist you and help you become familiar with the platform. |
SonarCloud Quality Gate failed. |
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
LGTM |
|
…name to the built-in variables apache#14099
Purpose of the pull request
close #14007
Brief change log
Add project name/workflow definition name/instance id/task name to the built-in variables
Verify this pull request
This pull request is code cleanup without any test coverage.