Simon
37b149da39
fix circular dependence bug ( #5330 )
4 years ago
JinyLeeChina
d60f31bcf3
[Feature][JsonSplit] update processDefinite from processInstance ( #5325 )
...
* update SnowFlake
* update processDefinite from processInstance
* update processDefinite from processInstance
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
Wenjun
5f1fc462c9
[Bug][server-api] copy the node ,the preTasks is error #5261 ( #5264 )
4 years ago
didiaode18
f82da57277
There is a vulnerability in postgresql 42.1.4 ,upgrade recommended #5292 ( #5318 )
...
* There is a vulnerability in postgresql 42.1.4 ,upgrade recommended #5292
4 years ago
JinyLeeChina
49b234609a
update SnowFlake ( #5321 )
...
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
roi
837c9ba2cc
fix bug:when shell task raw script has $[${day} - 1],throw java.lang.IllegalArgumentException::Pattern includes reserved character:'{' ( #5313 )
4 years ago
luoyuan
513eb76919
[Improvement-5147][Service]This judgment always returns true ( #5156 )
...
* this expression which always evaluates "true"
* delete unused variables
* LogClientService add AutoCloseable
* reformat code
* reformat code
* reformat code
* add log in ProcessService
* reformat code
* Optimize the code
* Optimize the code
* [improvement]modify all methods that refer to LogClientService in the code.
* delete unused code
4 years ago
wen-hemin
2a81b29b8f
fix: process instance version page bug ( #5319 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
zhuangchong
fe144e46a3
[Improvement-4898][API] the paging query interface validates page params ( #4899 )
...
* fix api list-paging method check page params.
* update process definition version class check page params.
* add ProcessInstanceControllerTest in the pom xml file.
* solve sonar exception.
* add project controller test class.
* update create project return result
* update project controller test class code style.
* update sonar problem.
* update QueueController test class.
4 years ago
Shiwen Cheng
83519bdfc3
[Improvement][Server] Optimize log display ( #5311 )
4 years ago
Shiwen Cheng
e92e29ef9a
[Fix-5309][Common] Fix the wrong memory ( #5312 )
...
* [Fix-5309][Common] Fix the wrong memory
* [Fix-5309][Common] Fix unit test and remove unused code
4 years ago
QuakeWang
5ef1f731b7
Update PeerTaskInstancePriorityQueueTest.java ( #5314 )
...
change `TaskInstance taskInstanceMediumPriority = createTaskInstance("high", Priority.MEDIUM);` to `TaskInstance taskInstanceMediumPriority = createTaskInstance("medium", Priority.MEDIUM);`
4 years ago
JinyLeeChina
f7a06a033d
[Feature][JsonSplit] Fix master/worker about shellTask ( #5300 )
...
* Fix quoted bug about processDefineId of processInstance
* Fix master/worker about shellTask
* codeStyle
* codeStyle
* update taskType
* codeStyle
* update timeoutNotifyStrategy
* codeStyle
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
wen-hemin
784b3550b2
fix: The instance page DAG does not display bug ( #5298 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
fanwq
87588ca9f7
fix bug:delete the user ,the project list of admin will lost the projects of this user #5301 ( #5302 )
4 years ago
wangxj3
6dbbf6d55d
fix bug of If start a process instance form fail node or stop node ,the param will be init. ( #5267 )
...
Co-authored-by: wangxj <wangxj31>
4 years ago
Shiwen Cheng
94a08c8f32
[Improvement] Remove incubating ( #5305 )
4 years ago
wenjun
7843ed4087
[Improvement][ApiServer] Traffic limit #5235 ( #5307 )
...
* [Improvement][ApiServer] Traffic limit #5235
* code style check
4 years ago
Kirs
07e612c877
Update the NOTICE ( #5303 )
4 years ago
Zhenxu Ke
6650dd9b33
Delete DISCLAIMER ( #5296 )
4 years ago
xingchun-chen
7c358690fb
Issue robot removes translation content ( #5297 )
...
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
Kirs
ac15f45b0b
Update the main repository link ( #5286 )
4 years ago
Shiwen Cheng
e39409a412
[Improvement-5275][Server] Fix wrong excludeFilters and move zk/ZKMasterClient and registry/ServerNodeManager into master ( #5278 )
...
* [Improvement-5275][Server] Move zk/ZKMasterClient and registry/ServerNodeManager into master
* [Improvement-5275][Server] Fix code smells
* [Improvement-5275][Server] Add ZKMasterClientTest
4 years ago
wenjun
f3dfaacca2
[Improvement][Service] Optimize query log ( #5205 )
...
* [Improvement][Service] Optimize query log
* remove IPUtils
4 years ago
mrproliu
b6453da298
Remove useless table fields ( #5284 )
...
Co-authored-by: dalekliuhan <dalekliuhan@didiglobal.com>
4 years ago
xingchun-chen
029d3eb814
git actions add submodule ( #5280 )
...
* Add issue robot automatic reply and Translation
* add license
* git actions add submodule
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
Shiwen Cheng
1c1f6663a6
[Improvement][WorkerGroup] Optimize and reduce database and zookeeper queries and replace worker address input with multiple-select ( #5182 )
...
* [Improvement][Server] Optimize and reduce database and ZooKeeper query
* [Improvement][WorkerGroup] Replace worker address input with multiple-select
* [Improvement][WorkerGroup] Fix unit test
* [Improvement][API&UI] Optimize long host to short host and long host display in k8s
4 years ago
wenjun
cc7a4446f5
[Improvement][Task] DataX Node doesn't Support Clickhouse as datasource ( #5180 ) ( #5243 )
...
* [Improvement][Module Name] DataX Node doesn't Support Clickhouse as the datasource (#5180 )
* add ut
* add ut
* resolve code smell
4 years ago
baoliang
0166aebf71
Merge remote-tracking branch 'upstream/dev' into json_split
...
# Conflicts:
# dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
# dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/StringUtils.java
# dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.java
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/process/ProcessServiceTest.java
4 years ago
JinyLeeChina
645847c096
Fix quoted bug about processDefineId of processInstance ( #5263 )
...
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
xingchun-chen
faa111674f
Add issue robot automatic reply and Translation ( #5258 )
...
* Add issue robot automatic reply and Translation
* add license
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
didiaode18
0eb8c0c234
[Improvement][common]Task status error
4 years ago
Bruce Lau
3e64f43138
[Test-4124][service] Add the testCreateCommand test of ProcessService Class ( #5257 )
...
* [uint test] Improve code test coverage of ProcessService class
* [Test-4124][service] Add the testCreateCommand test of ProcessService Class
Co-authored-by: liuziying <liuziying@longfor.com>
4 years ago
JinyLeeChina
73f5a8e0a7
[Feature][JsonSplit] Fix master/worker server ( #5253 )
...
* Fix dependency failure
* Fix taskInstance
* task instance list page
* code review
* fix logger path
* Fix master/worker server
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
JinyLeeChina
31188ffca0
[Feature][JsonSplit] Fix taskInstance ( #5246 )
...
* Fix dependency failure
* Fix taskInstance
* task instance list page
* code review
* fix logger path
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
wenjun
039d517c13
[Improvement][API] the QueryAuthorizedProject interface adds permission judgment ( #5170 ) ( #5184 )
4 years ago
zhuangchong
73e917d3c1
Clean up useless files. ( #5252 )
4 years ago
Jonathan.Wei
d4812f0a34
[Fix-5250][API] Fixed data source parameter type attribute being null ( #5251 )
...
* Update DataSourceServiceImpl.java
Fixed data source parameter type attribute being null
* Fixed test case issues related to deleting the type parameter
Co-authored-by: 魏基勇 <weijiyong@ky-tech.com.cn>
4 years ago
wen-hemin
556c37155b
[Feature][JsonSplit] When create the process instance, save the field "locations" and "connects" ( #5248 )
...
* fix: dag show bugs
* fix: code format
* fix: code format
* fix: code format
* fix: When create the process instance, save the field "locations" and "connects"
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
wenjun
641dedd21e
fix dag empty msg ( #5245 )
4 years ago
JinyLeeChina
8c88bfa222
Fix dependency failure ( #5239 )
...
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
DS
f3195fce35
Update README.md ( #5238 )
4 years ago
wangxj3
5c898e38ed
[FIX-#5233][API] Fix bug ofREPEAT RUNNING processInstance throw exceprion ( #5234 )
...
* fix bug of REPEAT RUNNING throw exception
Co-authored-by: wangxj <wangxj31>
4 years ago
wen-hemin
cc82a98f50
[FixBug][JsonSplit] dag show bugs ( #5226 )
...
* fix: dag show bugs
* fix: code format
* fix: code format
* fix: code format
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
Simon
8d6c2e3a6c
fix copy locations name error ( #5228 )
4 years ago
xiaoyu
2f1f193ba8
Update common.properties ( #5223 )
4 years ago
wen-hemin
305288caea
fix: When modify the node name, circular dependence bug ( #5220 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
wen-hemin
4e97a0c4fd
fix: When process definition state is release, process version to set enable ( #5216 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
4 years ago
wenjun
4a1303b625
[Improvement][Worker] Kill task error( #5199 ) ( #5212 )
4 years ago
lenboo
027781c55a
Merge remote-tracking branch 'upstream/json_split' into spilit
4 years ago