[3.0.2-prepare][cherry-pick] Fix the API usage of gantt graph#12630
Closed
EricGao888 wants to merge 380 commits into
Closed
[3.0.2-prepare][cherry-pick] Fix the API usage of gantt graph#12630EricGao888 wants to merge 380 commits into
EricGao888 wants to merge 380 commits into
Conversation
…rMain (apache#10535) * Update remove-zk-node.sh * Update remove-zk-node.sh * Update remove-zk-node.sh * Update remove-zk-node.sh (cherry picked from commit 4a3dfae)
(cherry picked from commit 388b214)
Users may set in for maven setting.xml. but frontend-maven-plugin will inherit proxy setting from it. And pnpm not support both `--proxy` and `--https-proxy` and will fail ui build. This patch make pnpm run without inherits maven proxy. ref: https://github.com/eirslett/frontend-maven-plugin#proxy-settings and https://github.com/eirslett/frontend-maven-plugin/blob/9f39dbad0948237ada4e7b19bf90690f94a61b81/frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/PnpmMojo.java#L28 (cherry picked from commit 15a8607)
correct the doc and add hint to setting ref: apache#10511 (cherry picked from commit cd51a22)
* Fix k8s bitnami bug * add comments (cherry picked from commit 0b377f7)
(cherry picked from commit 7a292cf)
…yed correctly error. (apache#10636) - add workflow name span padding-bottom css style to fix this error This closes apache#10632 Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
…copied from the original workflow
Fix the hdfs NPE (apache#10642)
* [Fix-10652] fix docker-compose.yml
* [Fix-10652] fix docker-stack.yml
* [Fix-10652] fix python api port in k8s config
* Update deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* [Fix-10652] fix { { to {{
* [Fix-10652] del space between {{ and -
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* heartbeat info improvement * import order
* Merging general settings to faq * also change the zh position Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
…pache#12018) Co-authored-by: shiyu li <675590586@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
…oup cannot release and add taskGroup log (apache#11469) (apache#12013) * Fix kill task failed will cause the taskGroup cannot release and add taskGroup log (apache#11469) (cherry picked from commit 4d13a51)
…d to avoid worker OOM when kill task (apache#11994) * cherry-pick [Bug] [Worker] Optimize the getAppId method to avoid worker OOM when kill task Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Co-authored-by: Devosend <devosend@gmail.com>
…che#11033) * Change the content of alert to an array * Increase unit test coverage * Modify the code format * Modify the code format * Modify judgment statement * Deleting invalid References * Modify the previous code implementation and improve the test data * Modify the code format * Move the location of the Content conversion * Remove useless code * Change the code format * Modify unit tests * Modify unit tests * Modify unit tests * Changing the location of the code * Modify the code Co-authored-by: fanwanlong <fanwanlong@kezaihui.com> Co-authored-by: 范万龙 <fanwanlong@fanwanlongs-MBP.lan>
… instead of 'null' string (apache#12031) Co-authored-by: Guanhua Li <guanhua_li@foxmail.com>
Co-authored-by: Yann Ann <xiaoqiang.yann@gmail.com>
…12022) Co-authored-by: guodong <guodongym@163.com>
* [Improvement][UI] Unified local parameters UI (apache#11190) * [Fix][UI] fix bug where icons are displayed in one line. (apache#11320) * cherry pick [Improvement-11386][UI] Concise the logic available for task action buttons * [Fix][UI] Fix the preTask options are unavailable when creating a tas... * fix build Co-authored-by: Chris Ho <realhezean@gmail.com> Co-authored-by: Devosend <devosend@gmail.com> Co-authored-by: Sheldon <39169452+sketchmind@users.noreply.github.com> Co-authored-by: Amy0104 <amywang0104@163.com>
…pache#12093) * fix timezone in complement data and schedule preview * fix timezone in complement data and schedule preview * code improvement
when create task switch in python api, switch branch not show correctly, due to we add some unnecessary attribute to switch task, this patch we add `_task_ignore_attr` in class `Task` to ignore those unnecessary attribute from `_task_default_attr` (cherry picked from commit a86f4e2)
This file contains hidden or 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
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.
Purpose of the pull request
3.0.2-prepareBrief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md