Commit 0464123
[Feature-11223] support stream task (#11350)
* add task execute type
* update task definition list paging
* update task instance list paging
* stream task start
* [Feature][UI] Some changes to execute task.
* Set the connection edge to dashed line.
* Add FLINK_STREAM task.
* add stream task
* flink savepoint and cancel
* fix query bug
* add stream task definition
* add task instance for stream task
* delete stream task definition state
* update api for stream task definition edit
* modify search for stream task instance
* add language
* delete task type search for stream task definition
* change task type search for stream task instance
* add jump button
* add savepoint
* add down log for stream task instance
* ui test
* stream task start
* run DAG
* [Fix][UI] Fix the stream task edgs not to be dashed when filling back.
* [Feature][UI] Remove some fields for FLINK_STREAM.
* add start modal
* add dryRun column for stream task instance
* fix duration
* fix pon
* fix build error
* Add success tip
* add auto sync for stream task instance
* remove forgien key for task instance
* license header
* UT fix
* modify locales
* recover common config
* fix UT
* add doc
Co-authored-by: Amy <amywang0104@163.com>
Co-authored-by: devosend <devosend@gmail.com>1 parent b3919d3 commit 0464123
128 files changed
Lines changed: 4928 additions & 690 deletions
File tree
- docs
- docs
- en/guide/project
- zh/guide/project
- img/new_ui/dev/project
- dolphinscheduler-api/src
- main/java/org/apache/dolphinscheduler/api
- controller
- enums
- service
- impl
- test/java/org/apache/dolphinscheduler/api
- controller
- service
- dolphinscheduler-common/src
- main/java/org/apache/dolphinscheduler/common
- enums
- model
- utils
- test/java/org/apache/dolphinscheduler/common/utils
- dolphinscheduler-dao/src
- main
- java/org/apache/dolphinscheduler/dao
- entity
- mapper
- utils
- resources
- org/apache/dolphinscheduler/dao/mapper
- sql
- upgrade/3.1.0_schema
- mysql
- postgresql
- test/java/org/apache/dolphinscheduler/dao/mapper
- dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master
- cache
- impl
- event
- metrics
- processor
- queue
- rpc
- runner
- task
- dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote
- command
- dto
- dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process
- dolphinscheduler-task-plugin
- dolphinscheduler-task-all
- dolphinscheduler-task-api/src
- main/java/org/apache/dolphinscheduler/plugin/task/api
- stream
- test/java/org/apache/dolphinscheduler/plugin/task/api
- dolphinscheduler-task-chunjun/src/main/java/org/apache/dolphinscheduler/plugin/task/chunjun
- dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax
- dolphinscheduler-task-dvc/src/main/java/org/apache/dolphinscheduler/plugin/task/dvc
- dolphinscheduler-task-flink-stream
- src
- main/java/org/apache/dolphinscheduler/plugin/task/flink
- test/java/org/apache/dolphinscheduler/plugin/task/flink
- dolphinscheduler-task-flink/src
- main/java/org/apache/dolphinscheduler/plugin/task/flink
- test/java/org/apache/dolphinscheduler/plugin/task/flink
- dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter
- dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow
- dolphinscheduler-task-python/src/main/java/org/apache/dolphinscheduler/plugin/task/python
- dolphinscheduler-task-seatunnel/src/main/java/org/apache/dolphinscheduler/plugin/task/seatunnel
- dolphinscheduler-task-shell/src/main/java/org/apache/dolphinscheduler/plugin/task/shell
- dolphinscheduler-ui/src
- common
- locales
- en_US
- zh_CN
- service/modules
- task-definition
- task-instances
- views/projects
- task
- components/node
- fields
- tasks
- constants
- definition
- components
- instance
- workflow
- components/dag
- definition/tree
- dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker
- processor
- rpc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
Loading
Loading
Loading
Loading
0 commit comments