Eric Gao
4b43d62356
[Improvement][Metrics] Upgrade plugin versions in grafana demo dashboards ( #11192 ) ( #11193 )
2 years ago
Jiajie Zhong
9e692f919a
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
xuhhui
513f336015
[Feature] Add new task type chunjun ( #10937 )
2 years ago
Jiajie Zhong
7a766cbcf2
[python] Refactor structure to avoid cycle import ( #11167 )
...
Currently, our core and side module dependent on each others. and will cause
cycle import in our codebase, especially in issue #10905 , we try to refactor
to solve this problem.
This patch do the following change:
* Rename module `side` to `models`
* Move `core/base` and `core/sidebase` to dir `modules`
* Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler
2 years ago
Tq
9859b5da1f
add Feishu alert doc and configure email alert doc to the docsdev.js ( #11173 )
...
add Feishu alert doc and configure email alert doc to the docsdev.js
2 years ago
caishunfeng
818648df7d
[Bug-11071] fix local params ( #11184 )
...
* fix local params
* add CI case
2 years ago
pinkhello
2e81f30298
[Fix] Parameter values disappear when editing Zeppelin task ( #11115 )
2 years ago
JiPeng Wang
cd0c50f3f2
[Fix-11140] Added resource parameters for function verification ( #11141 )
...
* Added resource parameters for function verification
* checkstyle fixed
* checkstyle fixed
* check style fixed for env test
* rerun
* rerun
2 years ago
Wenjun Ruan
052ceaacd0
Add is success in loop task status ( #11169 )
2 years ago
fuchanghai
81fa09678c
[Improvement][ExecutorServiceImpl] remove some unnecessary ( #11122 )
2 years ago
SongTao Zhuang
a52d1b4acd
[11130] Refactor alert-api with lombok ( #11133 )
2 years ago
Sheldon
efd68f4805
[Fix-10665] [S3] Fix s3 download method ( #10675 )
...
when overwrite param is true and dest file is exist, throw exception
make dirs for ancestor directories of the source file path if it is not exists
To describe the error more clearly, change "the file isn`t exists" to specific error message
Co-authored-by: sheldonliu <sheldonliu>
2 years ago
caishunfeng
6c7e00c4aa
[Bug-11101] fix task failover NPE ( #11168 )
2 years ago
Lyle Shaw
181cd2ff79
[Feature] Add CURD to the project/tenant/user section of the API and add its tests. ( #10913 )
2 years ago
zhuxt2015
cc2f17ddcc
[Enhancement][API] Copy workflow with scheduler info ( #10677 )
...
* support batch copy workflow with scheduler
2 years ago
Jiajie Zhong
de5c22b276
[doc] Add new page incompatible change ( #11153 )
...
Add incompatibles and give some hint to user when then
want to upgrade to specific version.
ref: #10607
2 years ago
caishunfeng
b03f2e22cd
fix k8s master and worker start error ( #11156 )
2 years ago
xuhhui
8b50578bdb
[doc] Fix bugs in doc installation, design and glossary ( #11084 )
2 years ago
Assert
cdfe115247
[Feature-10837][Task Plugin] Sqoop Task Add --split-by Parameter ( #10960 )
...
* [Feature-10837][Task Plugin] Sqoop Task Add --split-by Parameter
* checkstyle
2 years ago
xuhhui
8004e97b4b
[Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.ProjectController ( #10832 )
...
* [Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.ProjectController
2 years ago
zhuxt2015
5ebd53893c
[Feature-10604] Task name in the copied and imported workflow without copy suffix ( #10607 )
...
* fix
* remove imported task suffix
2 years ago
Wenjun Ruan
c7789bf049
Add base loop task execotor and http template parser ( #11137 )
...
* Add base loop task execotor and http template parser
* Add JsonPathUtils
2 years ago
qinchaofeng
c28774e5dd
[Doc]Chinese translation updated ( #11146 )
...
* Update python.md Chinese translations
* Update zeppelin.md Chinese translations
2 years ago
Eric Gao
0e15ce3389
[Improvement][Metrics] Switch to use tags to indicate task / workflow execution status for metrics ( #11128 )
...
* [Improvement][Metrics] Switch to use tags to indicate task / workflow execution status for metrics (#10867 )
* Update docs and grafana demo dashboards
2 years ago
Devosend
d76d6da734
[Fix][UI] Add duplicate of file suffix ( #11136 )
2 years ago
zhuxt2015
4d9db3451e
[Bug] [API] If the single log length is long, it will causes the View Log page to hang ( #10612 )
2 years ago
songjianet
fbfaca3dbd
[Refactor][UI] Refactor resource manage using NSpace component. ( #11098 )
...
* [Refactor][UI] Refactor resource manage using NSpace component.
* [Refactor][UI] Refactor resource manage using NSpace component.
2 years ago
liyangyang
6f0a609793
[Improvement 11072][common] Added HTTPS request support in kerberos environment ( #11127 )
...
* [Improvement-11072][dolphinscheduler-common] Added HTTPS request support in kerberos environment
* [Improvement-11072][dolphinscheduler-common] supplement
Co-authored-by: liyangyang <liyangyang@bizseer.com>
2 years ago
songjianet
7ed1e7cd74
[Refactor][UI] Refactor function manage using NSpace component. ( #11124 )
2 years ago
Devosend
011040f90e
[Fix][UI] fix bug where The Gantt chart does not show the execution status ( #11135 )
...
* fix bug where The Gantt chart does not show the execution status of all components
* modify round method
2 years ago
JieguangZhou
764a24384f
[python] add import SageMaker task ( #11121 )
2 years ago
liyangyang
f13e7a95ae
[Improvement-11013][dolphinscheduler-common] YarnHAAdminUtils#getActiveRMName function Add HTTPS Hadoop environment support ( #11017 )
...
* [Improvement-11013][dolphinscheduler-common] YarnHAAdminUtils#getActiveRMName function Add HTTPS Hadoop environment support
* [Improvement-11013][dolphinscheduler-common] add test code
* [Improvement-11013][dolphinscheduler-common] code format
* [Improvement-11013][dolphinscheduler-common] add hadooputils test code
* [Improvement-11013][dolphinscheduler-common] remove extra blank lines
* [Improvement-11013][dolphinscheduler-common] adjusts test code
* [Improvement-11013][dolphinscheduler-common] remove useless import
* [Improvement-11013][dolphinscheduler-common] add test code
* [Improvement-11013][dolphinscheduler-common] shortened string
* [Improvement-11013][dolphinscheduler-common] format test code style
Co-authored-by: liyangyang <liyangyang@bizseer.com>
2 years ago
jackfanwan
ccb7641468
修改数据质量查询的权限判断 ( #10977 )
...
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
Wenjun Ruan
71cf7e1baa
[Fix-10918] Close datasource when expire from guava cache ( #11120 )
...
* Close datasource when expire from guava cache
* Remove duplicate datasource in HiveDataSourceClient
2 years ago
JieguangZhou
952aee80e7
[fix] py sagemaker doc ( #11109 )
2 years ago
Devosend
2f2de7f90e
fix space validate for create folder bug ( #11106 )
2 years ago
zhuxt2015
3701a24d15
[Improvement][Task Log] Task status log print description instead of code ( #11009 )
...
* use execution status instead of status code
2 years ago
songjianet
de6e58ec1b
[Fix][UI] Fix the problem of too large spacing in operation. ( #11090 )
...
* [Fix][UI] Fix the problem of too large spacing in operation.
* [Fix][UI] Fix the problem of too large spacing in operation.
2 years ago
Devosend
7227acd653
fix view variable display bug ( #11100 )
2 years ago
Amy0104
79cec27423
[Fix][UI] Widen the segment separator input box. ( #11096 )
2 years ago
JieguangZhou
cc088e0f54
[python] Support SageMaker task type ( #11002 )
2 years ago
xiangzihao
5b429d29b8
add oracle dependency ( #11095 )
2 years ago
xiangzihao
c34fe4f9b3
Try to fix filemanage e2e flaky test ( #11097 )
2 years ago
songjianet
445e830a84
[Refactor][UI] Refactor file manage using NSpace component. ( #11073 )
2 years ago
JieguangZhou
af7b359333
[Feature][Task Plugin] Add SageMaker Pipeline task plugin for MLOps scenario ( #10826 ) ( #10935 )
...
* add sagemaker pipeline task plugin
[DOC] add Sagemaker task plugin document
change license and fix dependencies
* [fix] Optimize the code
* Update dolphinscheduler-task-plugin/dolphinscheduler-task-sagemaker/src/main/java/org/apache/dolphinscheduler/plugin/task/sagemaker/SagemakerParameters.java
Optimization parameter judgment
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* [fix] nips
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Devosend
594f00512b
[Refactor][UI] Refactor time display use datatable render function ( #11078 )
2 years ago
xiangzihao
72d29971bf
[E2E] [CI] Fix flaky e2e test ( #11077 )
...
* fix flaky e2e test
* fix flaky e2e test
* fix flaky e2e test
2 years ago
songjianet
25ded1e81b
[Refactor][UI] Refactor rule manage using NSpace component. ( #11069 )
2 years ago
旺阳
28b40da1b1
[Improve] Hide Change Pwd Page When Login With LDAP ( #11041 )
...
* hide-change-pwd-page-when-ldap-login
* add unit test
2 years ago
WangJPLeo
fd59f0bb32
[Fix-11031] AccessToken can only be used by the creator. ( #11032 )
...
* AccessToken can only be used by the creator.
* supplement ut
* checkstyle fix
2 years ago