-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Refactor][Web]Refactoring a new data development interface to enhance the user experience #3854
Conversation
if (currentState.type === 'local') { | ||
return ['local'] | ||
} | ||
if (currentState.type === 'standalone' || currentState.type === 'kubernetes-session' || currentState.type === 'yarn-session') { |
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.
有常量声明或者枚举
layout='horizontal' | ||
variant={"filled"} | ||
// disabled={currentState?.step === JOB_LIFE_CYCLE.PUBLISH || isLockTask} // 当该任务处于发布状态时 表单禁用 不允许修改 | when this job is publishing, the form is disabled , and it is not allowed to modify | ||
disabled={currentState?.step === JOB_LIFE_CYCLE.PUBLISH} // 当该任务处于发布状态时 表单禁用 不允许修改 | when this job is publishing, the form is disabled , and it is not allowed to modify |
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.
作业责任人机制锁需要 todo 一下
由 @18216499322 协助完成
versionId: row.versionId | ||
}; | ||
await handleOption( | ||
'api/task/rollbackTask', |
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.
常量声明
Signed-off-by: Zzm0809 <[email protected]>
Signed-off-by: Zzm0809 <[email protected]>
Signed-off-by: Zzm0809 <[email protected]>
…ckyoungh/new_dataStudio
Signed-off-by: Zzm0809 <[email protected]>
…ckyoungh/new_dataStudio
Signed-off-by: Zzm0809 <[email protected]>
…ckyoungh/new_dataStudio # Conflicts: # dinky-web/src/pages/DataStudioNew/CenterTabContent/SqlTask.tsx
Signed-off-by: Zzm0809 <[email protected]>
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
…e the user experience (DataLinkDC#3854) Signed-off-by: Zzm0809 <[email protected]> Co-authored-by: zackyoungh <[email protected]> Co-authored-by: Zzm0809 <[email protected]> Co-authored-by: gaoyan <[email protected]> Co-authored-by: gaoyan1998 <[email protected]> Co-authored-by: zhangyuhang <[email protected]> Co-authored-by: LUOSHANGJIE\71826 <[email protected]> Co-authored-by: 18216499322 <[email protected]> Co-authored-by: Zzm0809 <[email protected]>
Purpose of the pull request
Brief 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: