zhuangchong
ce92a4f455
[maven-release-plugin] prepare for next development iteration
1 year ago
zhuangchong
df9becb770
[maven-release-plugin] prepare release 3.1.8
1 year ago
zhuangchong
29757014c7
[maven-release-plugin] prepare for next development iteration
1 year ago
zhuangchong
6616d46b6c
[maven-release-plugin] prepare release 3.1.8
1 year ago
zhuangchong
d049c668d6
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
b570a187f6
[maven-release-plugin] prepare release 3.1.7
2 years ago
zhuangchong
e74de04d1b
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
7780fdc2f5
[maven-release-plugin] prepare release 3.1.6
2 years ago
zhuangchong
daabcdaa01
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
9e5b0a1cc3
[maven-release-plugin] prepare release 3.1.5
2 years ago
zhuangchong
51999267b7
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
c759675312
[maven-release-plugin] prepare release 3.1.5
2 years ago
zhuangchong
d2b0b34cb0
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
2d6393d722
[maven-release-plugin] prepare release 3.1.4
2 years ago
zhuangchong
172ebdf04e
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
4a3299ac8c
[maven-release-plugin] prepare release 3.1.3
2 years ago
zhuangchong
0691d6a887
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
3d605ded03
[maven-release-plugin] prepare release 3.1.3
2 years ago
zhuangchong
f83b08ac01
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
450e8ee1b6
[maven-release-plugin] prepare release 3.1.3
2 years ago
zhuangchong
a3a9cb9d46
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
f1aefae5e2
[maven-release-plugin] prepare release 3.1.2
2 years ago
JieguangZhou
3802599279
[fix] Python task can not pass the parameters to downstream task. ( #12961 )
2 years ago
zhuangchong
48ad9ff412
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
efc0367999
[maven-release-plugin] prepare release 3.1.1
2 years ago
zhuangchong
145c5ac8cb
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
525a6846ac
[maven-release-plugin] prepare release 3.1.1
2 years ago
Kerwin
94ef02e9de
cherry-pick [Improvement] Merge spi.utils into common.utils ( #12607 )
...
#12502
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Kerwin
344293102d
[3.1.1-prepare][cherry-pick][Improvement] Add remote task model #11767 ( #12541 )
2 years ago
caishunfeng
7e39396a76
[maven-release-plugin] prepare for next development iteration
2 years ago
caishunfeng
ae33ba5947
[maven-release-plugin] prepare release 3.1.0
2 years ago
Wenjun Ruan
1b120e3a59
Refactor worker execute task process ( #11540 )
...
* Refactor worker execute task process
2 years ago
caishunfeng
0464123c2b
[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>
2 years ago
WangJPLeo
8f621ff98b
[Optimization] Calculate global parameter and local parameter at master. ( #10704 )
...
* Global parameter and local parameter calculation external expansion.
* k8s task ut fix.
* TimePlaceholderUtils import DateUtils fix
* follow the review comments to fix.
* follow the review comments to fix.
* e2e rerun
2 years ago
kezhenxu94
d80cf21456
Clean up unused dependencies and packaging issues ( #9944 )
2 years ago
HuangWei
c5961aed25
[feat][task] Add OpenMLDB task plugin ( #10198 )
2 years ago
xiangzihao
7f41a96fc1
[Fix-9525] [Worker] Environment did not work as expected ( #9527 )
...
* fix #9525
* change to ${PYTHON_HOME}
* remove import
* fix ut error
3 years ago
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
3 years ago
Kerwin
a1bef43981
[Feature-8579][Task] Task back-end plugin optimization, new plugins only need to modify the plugin's own module ( #8584 )
...
* Task plug-in optimization, task-related classes are migrated to the task plugin module
* remove tasktype enum class.
* fix code style.
* fix code style
* fix code style
* fix ProcessServiceTest.testUpdateResourceInfo test class
* fix code style
* fix test task plugin manager check parameters null
* fix test ut
* update aws license
* change TaskTimeoutStrategy class
3 years ago
Wenjun Ruan
a1cc2fd11a
[task] Python task support PYTHON_HOME ( #8196 )
3 years ago
Kerwin
103ccb01da
change version to 2.0.4-SNAPSHOT ( #8188 )
3 years ago
kezhenxu94
11844415b0
Refactor datasource and task plugins and simplify its usage ( #6767 )
3 years ago
Hua Jiang
8200bc1452
[Fix-6529] Improve the python task to solve the issue about getting the environment variables. ( #6531 )
...
* modify config
* improve python task
* improve python task
3 years ago
Hua Jiang
a80fca70f7
[Fix-6497][Server] Fix the missing code about the feature of supporting multiple environments. ( #6509 )
3 years ago
Kirs
67508d8d1b
update project version to 2.0.0-SNAPSHOT ( #6383 )
3 years ago
Kirs
9115062838
[Plugin][Task]Fix Task log may be lost ( #6294 )
3 years ago
Kirs
fced3892ee
[Fix][Task] Wrong complement date ( #6009 ) ( #6186 )
...
* [Fix][Task] Wrong complement date (#6009 )
3 years ago
Kirs
58b694a85c
[BUG][Plugin] Fix #6167 ( #6177 )
3 years ago
Martin Huang
0715be34d5
[Fix-6166][task-plugin]Fix Python Task Execution Error ( #6167 )
...
* fix python task execution error
* delete AbstractTask#setCommand
3 years ago
kezhenxu94
ea2a9dbcb2
Clean up third-party files that are not mentioned in LICENSE ( #6165 )
3 years ago