lgcareer
0bad7c2f53
add worker_group field and remove worker_group_id field of the table t_ds_command and t_ds_error_command ( #2428 )
5 years ago
lgcareer
c881c9517e
It's to remove `static` of method dataSource,If not remove `static` the transaction will not work. ( #2422 )
...
* It's to remove `static` of method dataSource,If not remove `static` the transaction will not work.
* update testQueryDetailsById because it didn't run success
5 years ago
break60
5185d283f9
Change the name of the shell node and modify the parameter transmission method of spark, mr, python, and flink nodes ( #2416 )
...
* Fix the problem of data echo in script edit box
* Optimize resource tree
* Change the name of the shell node and modify the parameter transmission method of spark, mr, python, and flink nodes
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
Han Gao
3c9ba0a3f3
api server exception management and code optimization ( #397 ) ( #2397 )
...
* api server exception management and code optimization (#397 )
* add unit test for exception handler.
* fix some style and naming issues
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
break60
320469df7a
Optimize resource tree ( #2400 )
...
* Fix the problem of data echo in script edit box
* Optimize resource tree
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
lgcareer
733acdfd76
It is necessary to check whether the resource is valid ( #2399 )
...
* init full_name in dml of version 1.2.2
* redefine request parameter resourceIds
* redefine request parameter resourceIds
* Actually grant resource file if choose the directory
* To cancel authorized resource need check whether it is used by the process definition which is online
* If release the process definition online,It is necessary to check whether resource is valid
* update ResourceServiceTest and ResourceMapperTest
* add batchUpdateResourceTest
* add getHdfsFileNameTest and getHdfsResourceFileNameTest
* update ResourceServiceTest and ResourceMapperTest
* extract getResourceProcessMap to ResourceProcessDefinitonUtils
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
Tboy
4c90f04bb2
Merge pull request #2380 from qiaozhanwei/dev
...
refactor-worker merge to dev
5 years ago
qiaozhanwei
ff535e766d
update UT in pom.xml
5 years ago
qiaozhanwei
9d06fe7755
update UT in pom.xml
5 years ago
qiaozhanwei
b2c92deace
update UT in pom.xml
5 years ago
qiaozhanwei
66d587c40d
update UT in pom.xml
5 years ago
qiaozhanwei
b1a773f341
update UT in pom.xml
5 years ago
qiaozhanwei
9de9f18c08
update UT in pom.xml
5 years ago
qiaozhanwei
4160c21d8f
update UT in pom.xml
5 years ago
qiaozhanwei
b581f02a21
add dao other mapper add in pom.xml
5 years ago
qiaozhanwei
f02e7e8b37
pom modify
5 years ago
qiaozhanwei
3b56ae2f82
init.sql modify
5 years ago
qiaozhanwei
46dbacef25
init.sql modify
5 years ago
qiaozhanwei
62661f0f28
init.sql modify
5 years ago
qiaozhanwei
f65ab56d2d
UT modify
5 years ago
qiaozhanwei
a1c000eca3
zk properties modify
5 years ago
qiaozhanwei
43b990656a
modify UT
5 years ago
qiaozhanwei
6ac5777967
Merge remote-tracking branch 'remotes/upstream/dev' into dev
5 years ago
liwenhe1993
9dfc93e0a2
Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties ( #2387 )
...
* Remove .helmignore file
* Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
When running rat, exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
5 years ago
qiaozhanwei
af2b3187b9
update pom.xml
5 years ago
qiaozhanwei
d4ad23dd46
postgresql init.sql modify
5 years ago
qiaozhanwei
2b7801090f
modify ci_e2e.yml
5 years ago
qiaozhanwei
f3c85835b1
mapper add Transactional and rollback
5 years ago
qiaozhanwei
0afe9a3fc5
modify datasource.properties postgresql password
5 years ago
qiaozhanwei
18548ad1c1
modify datasource.properties postgresql password
5 years ago
qiaozhanwei
a41285983c
Merge remote-tracking branch 'origin/dev' into dev
5 years ago
qiaozhanwei
e16a40ad02
Merge remote-tracking branch 'remotes/upstream/dev' into dev
5 years ago
liwenhe1993
294ec78341
Refactor dockerfile ( #2384 )
...
* Remove .helmignore file
* Refactor dockerfile
5 years ago
Zonglei Dong
57d47652fa
Add maven-wrapper support for dolphinscheduler. ( #2381 )
...
* add maven-wrapper support.
* fixes maven build command to maven-wrapper.
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
dailidong
7ad7f65d42
Merge branch 'dev' into dev
5 years ago
BoYiZhang
472723d7e6
Fix document errors ( #2382 )
...
* Remove invalid code
* fix document errors
Co-authored-by: zhanglong <zhanglong@ysstech.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
5 years ago
qiaozhanwei
692b7acdde
datasource.properties modify
5 years ago
qiaozhanwei
ebca4d734b
frontend conflict resolve
5 years ago
qiaozhanwei
eacc66d95d
mysql and postgresql checkpoint full scale table modify
5 years ago
qiaozhanwei
99e0f4f7f9
test
5 years ago
songgg
2b0b93b912
[optimization]:remove duplicate code ( #2377 )
...
* sqlTask failed to run
* remove duplicate code
* remove duplicate code
* remove duplicate code
* remove duplicate code
* remove duplicate code
Co-authored-by: songqh <songquanhe@foxmail.com>
5 years ago
qiaozhanwei
45ea2ccfdb
Merge remote-tracking branch 'remotes/upstream/dev' into dev
5 years ago
qiaozhanwei
b35baa59b8
Merge remote-tracking branch 'remotes/upstream/refactor-worker' into dev
5 years ago
qiaozhanwei
3a066f2272
javadoc compile error modify
5 years ago
qiaozhanwei
49944a4ff3
javadoc compile error modify
5 years ago
qiaozhanwei
1276e0d8e1
refactor-worker merge to dev bug fix
5 years ago
bao liang
785c34bc66
fix bug:master fault tolerance error ( #2350 ) ( #2375 )
...
fix bug: Visit the worker page of the monitoring center, a null pointer occur(#2349 )
Co-authored-by: baoliang <baoliang@analysys.com.cn>
5 years ago
qiaozhanwei
b45e70f8fa
refactor-worker merge to dev bug fix
5 years ago
qiaozhanwei
2ec668df9b
refactor-worker merge to dev bug fix
5 years ago
itbasketplayer
d3990dfdb4
.gitignore remove taskInstance/index.vue( #2300 ) and no need to findProcessDefineById 2 times( #2373 ) ( #2374 )
...
* some optimization
* revert
* ProcessDefinitionService#updateProcessDefinition findProcessDefineById 1 time
5 years ago