JieguangZhou
a974ba74ab
[Feature] New task plugin Pytorch ( #11498 )
...
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2 years ago
insist777
ebdf903dcc
[Improvement-11468] Support re running historical version workflow ( #11489 )
...
* Support re running historical version workflow
Support re running historical version workflow
* Update ExecutorServiceImpl.java
* Update ExecutorServiceImpl.java
2 years ago
insist777
006d8e21a6
[Improvement] File deletion logic optimization ( #11519 )
...
* [Improvement] File deletion logic optimization
2 years ago
FangYin Cheng
11d74fd7e8
[test-11432][HttpTask] Add unit tests to http task ( #11453 )
...
* [test][HttpTask] Add unit tests to http task
* [test][HttpTask] fix http task test code format problem
* [test][HttpTask] fix http task test code replace http code to constants
2 years ago
sgw
8ec2f79248
[DS-11481][docs] Add log specification document to contribution guidelines. ( #11484 )
2 years ago
Eric Gao
f93e93cfd2
[Feature][Style] Make sure there is one and only one empty line at the end of each java file ( #11520 )
2 years ago
Jiajie Zhong
5983e41f4b
[fix] Database change not sync ( #11258 )
...
* [fix] Database change not sync
* Make del sql upgrade same as release version
* Correct data quality dml sql
* Upgrade database DDL to avoid log path too long error
* Add missing if exists
2 years ago
lugela
e5d06c40a5
[Feature-10182][task-datax] ( #11387 )
...
In the process of realizing datax synchronization, use custom json for better connection to enable kerberos-authenticated clusters, such as using plug-ins such as hdfs and hbase
2 years ago
Amy0104
182455ced7
[Fix][UI] Fix the preTask options are unavailable when creating a task in the task definition page. ( #11501 )
2 years ago
kezhenxu94
f6ef628030
Support reading application properties from kubernetes config map ( #11402 )
2 years ago
songjianet
2a7e0bee91
[Doc] Update UI readme. ( #11496 )
2 years ago
songjianet
d798be0e73
[Refactor][UI] Refactor task definition version using NSpace component. ( #11495 )
2 years ago
songjianet
68316f68fa
[Fix][UI] Fix the table header in the workflow instance. ( #11487 )
2 years ago
songjianet
4d063192cd
[Refactor][UI] Refactor task definition batch stream using NSpace component. ( #11485 )
...
* [Refactor][UI] Refactor task definition batch stream using NSpace component.
* [Refactor][UI] Refactor task definition batch stream using NSpace component.
* [Refactor][UI] Refactor task definition batch stream using NSpace component.
2 years ago
Eric Gao
9330d6cfcd
[Doc][Security] Update instructions on worker groups ( #11483 )
...
* Update instructions on worker groups
2 years ago
Qi Zhang
a4bdadbb84
[doc] Use Rainbond deployment DolphinScheduler Cluster ( #10951 )
...
* [doc] Use Rainbond deployment DolphinScheduler Cluster
Signed-off-by: Qi Zhang <smallqi1@163.com>
* Update docs/docs/en/guide/installation/rainbond.md
* Update docs/docs/en/guide/installation/rainbond.md
* Update docs/docs/zh/guide/installation/rainbond.md
* Update docs/docs/zh/guide/installation/rainbond.md
* [doc] modify rainbond doc and add image
Signed-off-by: Qi Zhang <smallqi1@163.com>
* fix: img link
Signed-off-by: Qi Zhang <smallqi1@163.com>
* fix: modify proposal
Signed-off-by: Qi Zhang <smallqi1@163.com>
* docs: move rainbond docs to integration
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
Kerwin
c59a8503f4
update PyDolphinScheduler documentation link. ( #11474 )
2 years ago
JiPeng Wang
13d400ceb6
[Fix-11465] Serial first, the last executing instance will be stopped ( #11466 )
...
* Serial first, the last executing instance will be stopped
* ut fix
2 years ago
Wenjun Ruan
4362fb8448
If the task processor is not found need to throw error rather than exception ( #11461 )
2 years ago
Wenjun Ruan
05589606a2
Set master's task running status in `runTask` to avoid the task group acquire failed, but the task status is in running ( #11451 )
2 years ago
juzimao
f3d28112ce
optimize sorting priority for workflow define ( #11462 )
2 years ago
Eric Gao
896fef6c98
[Feature][Style] Enable spotless to manage imports ( #11458 )
2 years ago
Wenjun Ruan
7ff34c3947
[Feature-7024] Add waiting strategy to support master/worker can recover from registry lost ( #11368 )
...
* Add waiting strategy to support master/worker can recover from registry lost
* throw exception when zookeeper registry start failed due to interrupted
2 years ago
Wenjun Ruan
0ca3086296
Fix workflow instance may failover many times due to doesn't check the restart time ( #11445 )
2 years ago
songjianet
2240b6e708
[Refactor][UI] Refactor task instance stream using NSpace component. ( #11454 )
2 years ago
Sheldon
376d0a09ae
[Improvement-11386][UI] Concise the logic available for task action buttons ( #11419 )
...
* Remove button instead of disable button
* Correct the value of releaseState in the compare statement
Co-authored-by: sheldonliu <sheldonliu>
2 years ago
songjianet
32361f4fef
[Refactor][UI] Refactor workflow instance using NSpace component. ( #11446 )
...
* [Refactor][UI] Refactor workflow instance using NSpace component.
* [Refactor][UI] Refactor workflow instance using NSpace component.
2 years ago
Wenjun Ruan
a2b5219315
Fix find last process instance in dependent task is not correct ( #11424 )
2 years ago
songjianet
dcab16a3eb
[Refactor][UI] Refactor task instance batch using NSpace component. ( #11447 )
2 years ago
Eric Gao
e3c6ace81d
[Doc][DSIP] Move DSIP docs to the right place ( #11442 ) ( #11443 )
2 years ago
jackfanwan
abd5798755
[fix-10961][alert server]Change the content of alert to an array ( #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>
2 years ago
Wenjun Ruan
47b50067ef
Clear thread name in BaseTaskProcessor ( #11422 )
2 years ago
longtb
be66035dee
[Improvement] Avoid using search in for and start using testSaveTaskDefine ( #11383 )
...
* [Improvement] Avoid using search in for and start using testSaveTaskDefine()
* [Improvement] not import *
Co-authored-by: zhangshunmin <zhangshunmin@kezaihui.com>
2 years ago
Eric Gao
9d6fc92af9
[Doc][Resources] Instruct users to use local storage if they have remote storage mounted to local ( #11435 )
...
* [Doc][Resources] Instruct users to use local storage if they have remote storage mounted to local (#11427 )
* Remove dead link in pyds README
* Add hyperlinks for docs
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
2 years ago
Jiajie Zhong
4d427ee215
[python] Add support interpreter version 310 and 311-dev ( #11170 )
...
* Change version of package
* Fix tox error
* Change dev status to beta
* py4j not work on py{10,11} OS Windows
2 years ago
Devosend
d02cf85b60
[Fix][UI] fix bug where warn group name not display ( #11429 )
2 years ago
songjianet
20b87ee761
[Refactor][UI] Refactor workflow definition version using NSpace component. ( #11420 )
2 years ago
songjianet
16134014f8
[Refactor][UI] Refactor workflow definition timing using NSpace component. ( #11415 )
...
* [Refactor][UI] Refactor workflow definition timing using NSpace component.
* [Refactor][UI] Refactor workflow definition timing using NSpace component.
2 years ago
Wenjun Ruan
496c2d4bfa
[Fix-11413] Cannot set task status to kill if the task is not in running( #11414 )
2 years ago
insist777
8217784044
[Fix-1360]: Fix Description length check ( #11371 )
...
* [Fix-1360]: Fix Description length check
* Update dolphinscheduler_h2.sql
h2 Increase the length of some fields
* Update dolphinscheduler_ddl.sql
2 years ago
labbomb
de4e4af844
feat: Modifying Slack Links ( #11416 )
...
* feat: Modifying Slack Links
* append
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
Jiajie Zhong
26afd655cb
[python] Add multiple version of document ( #11391 )
...
* Using sphinx-multiversion to support multiple version
of python api document
* change python api sidebar link
* fix whitelist_externals deprecated and add git
close : #8227
2 years ago
rickchengx
3836dd7170
[Improvement-11380][scp-host.sh] Set StrictHostKeyChecking=no option to ssh ( #11382 )
...
* [Improvement][scp-host.sh] Set StrictHostKeyChecking=no option to ssh
* add StrictHostKeyChecking=no option to status-all.sh
2 years ago
songjianet
f76520c07e
[Refactor][UI] Refactor project workflow definition using NSpace component. ( #11398 )
2 years ago
Shuo Zhang
50380e008f
[doc] Add how obtain IP address from network card in FAQ ( #11311 )
...
This pull request update the FAQ doc (faq.md) by adding how to obtain the IP address
from the specified network card, which is part of relevant information created when
the master service and worker service are registered with zookeeper.
2 years ago
Jiajie Zhong
278371bcb9
[doc] Recover traffic configuration ( #11288 )
...
some config about traffic is deleted by
accident in #11113 this patch recover it
2 years ago
Kerwin
b79bad19e5
[Fix-11051][Task]Fix the process exitValue exception when the process times out and th… ( #11099 )
2 years ago
Wenjun Ruan
5fa3e7b1ed
Add pause to task instance status ( #11390 )
2 years ago
Stalary
6345a13cdc
[Fix-10392][SqlTask]: Fix list param error when use sql task ( #11285 )
...
* FIX: fix list param in.
* FIX: code bug
* FIX: fix one value
* FIX: header
* FIX: ci
* FIX: fix ci
* MOD: for review
* MOD: for review
2 years ago
fuchanghai
6e2bed4d6b
[fix-11378] fix API-Server release response message typo ( #11400 )
...
* [fix-11295] remove duplicate classes
* [fix-11378] fix response message error
Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>
2 years ago