Fix the perm setting for the process definition import function#14220
Closed
alexBaiJW wants to merge 286 commits intoapache:devfrom
Closed
Fix the perm setting for the process definition import function#14220alexBaiJW wants to merge 286 commits intoapache:devfrom
alexBaiJW wants to merge 286 commits intoapache:devfrom
Conversation
* [Feat][UI] Update package. * [Feat][UI] Update package.
…ultiple sql statements (apache#11292)
(cherry picked from commit 96c12f9)
(cherry picked from commit f40a831)
* Add Set cluster name * add unit test Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
… add unprivileged project list (apache#12073)
optimize code (cherry picked from commit cf522e2)
…pache#12095) * Cherry pick docs format fix for 3.1.0 * Fix doc dead link * Fix sphinx dead link
…ter to 3.1.0 (apache#12094) * Cherry OssOperator for Resource Center to 3.1.0 * Fix doc dead link
…ache#12098) (cherry picked from commit fba5a8e)
* Delete Setting ID * modify id Co-authored-by: jackfanwan <fanwanlong@kezaihui.com>
Co-authored-by: Devosend <devosend@gmail.com>
(cherry picked from commit 6eb1eb7)
…he#12080) * [fix] Also auto formatter workflow instance if location is null In apache#11535(096fae7) and apache#11681(4dca488), we already formatter workflow definition, but I find out we forget formatter workflow instance with definition's location is null, this patch also formatter workflow instance. * remove console log (cherry picked from commit 2531c22)
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)
…ta complement (apache#12121) * Add instructions for process execution type and data complement * Fix and polish the docs
…che#12050) * [Bug] [Master] Cannot remove the WorkerGroup from the master service. apache#12000 * remove unnecessary locks * Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java Co-authored-by: caishunfeng <caishunfeng2021@gmail.com> Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
… in common.properties (apache#11812)
* fix htrace dependency conflicts * replace htrace-core with hbase-noop-htrace
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* fix upgrade-schema.sh cannot load driver class When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory. * Update datasource-setting.md update english doc
… applied when task is failover(RECOVER_TOLERANCE_FAULT_PROCESS CommandType) apache#13958
…pause ``` or ``` ready stop ``` state (apache#14170)
… (issue-12834) (apache#12922) * [Feature][UI]make status and schedule publish status display together in workflow definition list page (issue-12834) * [Feature][UI]make status and schedule publish status display together in workflow definition list page (issue-12834)
SbloodyS
requested changes
May 29, 2023
Member
SbloodyS
left a comment
There was a problem hiding this comment.
Please change your target branch to dev.
Contributor
Author
|
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
Fix the perm setting for the process definition import function.
Brief change log
Change the perm from WORKFLOW_EXPORT to WORKFLOW_IMPORT.
Verify this pull request
This pull request is code cleanup without any test coverage.