Yiming Guo
dc8d18cf87
[Feature-12040][api][ui] Add authorization management of read and write permissions for project center ( #12048 )
...
[Feature-12040][api][ui] Add authorization management of read and write permissions for project center
2 years ago
houshitao
4a13148bfc
[Bug] [API] Before deleting a worker group, check whether there is environment that reference the worker group. ( #12534 )
...
* [Bug] [API] Before deleting a worker group, check whether there is environment that reference the worker group.
Co-authored-by: houshitao <shitaohou@163.com>
2 years ago
songjianet
53340fc07b
[Feature][UI] Added the display and hide function of dynamically created workflow buttons. ( #12558 )
2 years ago
JieguangZhou
21caec01db
fix doc CI ( #12560 )
2 years ago
songjianet
9c2a290012
[Feature][UI] Interface settings add switches for experimental features. ( #12537 )
2 years ago
Tq
4b4d0b92a3
[FIX][DAO-12277] change t_ds_fav_task column task_name to task_type and related code ( #12276 )
...
* change t_ds_fav_task column task_name to task_type and related code
* change task_name to task_type
* change FavTask taskName to taskType, taskType to taskCategory
Co-authored-by: labbomb <739955946@qq.com>
2 years ago
Kerwin
63244c8065
Optimized complement documentation ( #12550 )
2 years ago
Yann Ann
ed209bdf82
[Refactor] Migrate all workergroup-related interface functions from ProcessServiceImpl ( #12493 )
...
* Migrate all workergroup-related interface functions from ProcessServiceImpl
2 years ago
houshitao
547aa437ab
[Bug] [API] The workflow definition and the tenant in the workflow instance are inconsistent. ( #12533 )
...
* [Bug] [API] The workflow definition and the tenant in the workflow instance are inconsistent
* fix NPE.
Co-authored-by: houshitao <shitaohou@163.com>
2 years ago
David
2c1583d194
[Doc] Update the readme content ( #12500 )
...
* [Doc] Update the readme content
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2 years ago
HanayoZz
489e7fe4e2
[Feature-10495][Resource Center] Resource Center Refactor ( #12076 )
...
* resource center refactor - S3 services connection
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
songjianet
cb70e89ded
[Feature][UI] Revamped interface settings options in the top navigation bar. ( #12530 )
2 years ago
Hengdong Gong
3030419ee1
[fix](dolphinscheduler-dao) fix upgrade to 3.1.0 sql missing field ( #12314 ) ( #12315 )
2 years ago
Yann Ann
04aa125ba2
[Refactor]migrate some task dao functions from ProcessServiceImpl to dao modules. ( #12505 )
...
* migrate some task DAO to dao modules.
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/repository/impl/ProcessInstanceMapDaoImpl.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Yann Ann
af9374c2c2
fill up missing i18 properties ( #12532 )
2 years ago
Wenjun Ruan
76a9e6d8a6
Add task executor threads full policy config in worker ( #12510 )
2 years ago
songjianet
1794cea4fa
[Feature][UI] Adjust the style of the interface settings. ( #12531 )
2 years ago
caishunfeng
138eab6eb3
fix import ( #12529 )
2 years ago
pandong
f5c814f23b
[fix#12439] [Alert] fix send script alert NPE ( #12495 )
...
* [fix#12439] [Alert] fix send script alert NPE
2 years ago
liqiquan
4aa9d60683
[Bug][Master] Add the aws-java-sdk-s3 jar package to the master module ( #12259 ) ( #12512 )
...
Co-authored-by: qiquan.li <qiquan.li@linkflowtech.com>
2 years ago
陈家名
97a0771f21
[fix][sql] Add unique key to process_definition_log avoid TooManyResultExpection ( #12503 )
...
* Add unique key to t_ds_process_definition_log
2 years ago
rickchengx
233bbdb09e
[Fix-12451][k8s] Read the kubeconfig from cluster conf ( #12452 )
2 years ago
kezhenxu94
fdac751379
Add mysql support to helm chart ( #12517 )
2 years ago
Jiajie Zhong
997b022b7c
[doc][ci] Add http header to avoid github 403 in dlc ( #12509 )
...
see more detail in
https://github.com/tcort/markdown-link-check/issues/201
and we find can solve this by adding `httpHeaders` to fix
it
2 years ago
Jiajie Zhong
8add9744d4
[doc][feat] New release 2.0.7 ( #12507 )
2 years ago
fuchanghai
77e29b59b2
[Improvement] add springdoc-openapi-ui ( #12379 )
...
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2 years ago
David
20c4fe5e67
[Improvement][Document] Update the project introduction ( #12501 )
...
* Update the project introduction
2 years ago
Wenjun Ruan
a0d37fc7ae
Set tenantDir permission ( #12486 )
2 years ago
caishunfeng
dedff70f90
[Improvement] Merge spi.utils into common.utils ( #12502 )
...
* improve JSONUtil
* merge spi.utils into common.utils
* split constants && remove some copy utils method
* remove StringUtils
2 years ago
Yann Ann
b936b882bb
[Refactor] Migrate all command-related interface functions from ProcessServiceImpl ( #12474 )
...
* migrate all command-related interface functions to CommonService
2 years ago
Yann Ann
1384d8f4fa
set @Transactional rollbackFor ( #12445 )
2 years ago
Wenjun Ruan
b5193ee4e5
Remove equals in User to fix UT ( #12487 )
2 years ago
Kerwin
1436ad65fc
[Bug-12410] [API]Fix the worker list result in workflow definition only has default ( #12411 )
...
* Fix the worker list result in workflow definition only has default
* Fix tenant, k8s namespace similar permission issues.
* code clean in the k8s namespace mapper
* delete redundant sql method
2 years ago
Kerwin
651588c98d
[BUG-12306][UI]Fix the password item always is disabled ( #12437 )
...
* Fix the password item always is disabled
2 years ago
pandong
70aef3ec21
[fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both ( #12365 )
...
* [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both
2 years ago
fuchanghai
f0a34cddec
[improvement-#12416] Use CollectionUtils.isEmpty judge the collection isEmpty to avoid NPE ( #12449 )
2 years ago
rickchengx
666849abe0
[Improvement-12293] Update the common.properties in api-test-case and e2e-case ( #12295 )
2 years ago
Eric Gao
0a6e8af864
[Improvement][Style] Update spotless junit4 check scope ( #12450 )
2 years ago
Yann Ann
0eef2e3e10
[Improvement][Style] Fix code style of ProcessScheduleTask and ProcessServiceImpl ( #12447 )
2 years ago
rickchengx
a17923a62b
[Improvement-12333][Test] Migrate all UT cases from jUnit 4 to jUnit 5 in microbench and e2e module ( #12348 )
2 years ago
labbomb
a11892aea0
[Feature] Optimizing data source centers ( #12292 )
...
* feat: Optimizing data source centers
* add e2e class
* update datasource e2e
* fix hive e2e
* fix: Modify the source type parameter
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Eric Gao
d46e4659d9
[Improvement][Style] Fix remaining style errors and wildcard imports ( #12412 )
...
* Fix remaining style errors and wildcard imports
* Upgrade spotless to the latest stable version, exclude .github folder from spotless check and fix dead link
* Fix spotless matching scope of markdown files
2 years ago
insist777
1e11034049
[Fix][Task] Fix dependent task can not predicate the status of the corresponding task correctly ( #12253 )
...
* [Fix][Task] dependent task can not predicate the status of the corresponding task correctly
2 years ago
rickchengx
97edc7d652
[Fix-12356][k8s] fix the null exception when submitting k8s task plugin ( #12358 )
2 years ago
Kerwin
a8e23008ac
Fix timing scheduling trigger master service report to get command parameter null pointer exception ( #12419 )
2 years ago
Yann Ann
38b643f69b
make sure all failed task will save in errorTaskMap ( #12424 )
2 years ago
simsicon
ba538067f2
[fix] Change the default unix shell executor from sh to bash ( #12180 )
...
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
2 years ago
Yann Ann
3bef85f546
fix datax NPE issue ( #12388 )
2 years ago
Kerwin
fccbe5593a
When the workflow definition is copied, the operation user of the timed instance is changed to the current user. ( #12400 )
2 years ago
Eric Gao
c7e6e827bd
Add Spotless step to check and block jUnit4 imports ( #12398 )
2 years ago