Jiajie Zhong
61cb1b4c29
#3523 : [Fix] Also auto formatter workflow instance if location is null ( #12080 )
...
* [fix] Also auto formatter workflow instance if location is null
In #11535(096fae77
) and #11681(4dca488c
), we already formatter
workflow definition, but I find out we forget formatter workflow
instance with definition's location is null, this patch also
formatter workflow instance.
* remove console log
2 years ago
Jiajie Zhong
2531c222de
[Fix] Also auto formatter workflow instance if location is null ( #12080 )
...
* [fix] Also auto formatter workflow instance if location is null
In #11535(096fae77
) and #11681(4dca488c
), we already formatter
workflow definition, but I find out we forget formatter workflow
instance with definition's location is null, this patch also
formatter workflow instance.
* remove console log
2 years ago
JieguangZhou
6513261706
#3522 : fix python home conflict ( #12112 )
2 years ago
JieguangZhou
6eb1eb722a
fix python home conflict ( #12112 )
2 years ago
Amy0104
3f0b03d895
#3521 : [Improvement][UI] Add filterable for `src_table` and `target_table` in the data quality task. ( #12099 )
2 years ago
Amy0104
e11e129cda
[Improvement][UI] Add filterable for `src_table` and `target_table` in the data quality task. ( #12099 )
2 years ago
chenrj
ebd5a49fed
#3520 : [feat][python] new resource plugin GitHub and gitlab ( #11831 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: JieguangZhou <jieguang_zhou@163.com>
Co-authored-by: Devosend <devosend@gmail.com>
Co-authored-by: juzimao <578961953@qq.com>
2 years ago
chenrj
b1b57c8fb7
[feat][python] new resource plugin GitHub and gitlab ( #11831 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: JieguangZhou <jieguang_zhou@163.com>
Co-authored-by: Devosend <devosend@gmail.com>
Co-authored-by: juzimao <578961953@qq.com>
2 years ago
jackfanwan
9abbf297cf
#3519 : [BUG]Delete Setting ID ( #12096 )
...
* Delete Setting ID
* modify id
Co-authored-by: jackfanwan <fanwanlong@kezaihui.com>
2 years ago
jackfanwan
6e03a7e557
[BUG]Delete Setting ID ( #12096 )
...
* Delete Setting ID
* modify id
Co-authored-by: jackfanwan <fanwanlong@kezaihui.com>
2 years ago
Lyle Shaw
ccfd4c12f3
#3518 : [Feature] Add CURD to the project/tenant/user section of the python-DS ( #11162 )
...
- Add CURD in project
- Add CURD in tenant
- Add CURD in user
- Add test in user
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
Lyle Shaw
cc492c3e13
[Feature] Add CURD to the project/tenant/user section of the python-DS ( #11162 )
...
- Add CURD in project
- Add CURD in tenant
- Add CURD in user
- Add test in user
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
Wenjun Ruan
c63ee0e75f
#3517 : Fix insert command error due to the id is not null ( #12092 )
2 years ago
Wenjun Ruan
fba5a8eaa0
Fix insert command error due to the id is not null ( #12092 )
2 years ago
冯剑
8b9133f139
#3516 : [Bug-#12057][task-plugin] fix when the sql query result is empty, the email fails to send the attachment, and an exception will be reported ( #12059 )
...
* [Bug-#12057][task-plugin] fix when the sql query result is empty, the email fails to send the attachment, and an exception will be reported
Co-authored-by: 冯剑 Jian <jian.feng@jiduauto.com>
2 years ago
冯剑
9b3b4e22b4
[Bug-#12057][task-plugin] fix when the sql query result is empty, the email fails to send the attachment, and an exception will be reported ( #12059 )
...
* [Bug-#12057][task-plugin] fix when the sql query result is empty, the email fails to send the attachment, and an exception will be reported
Co-authored-by: 冯剑 Jian <jian.feng@jiduauto.com>
2 years ago
rickchengx
f195d07356
#3515 : [improve] Remove the spark version of spark task ( #11860 )
2 years ago
rickchengx
08a4c7981f
[improve] Remove the spark version of spark task ( #11860 )
2 years ago
JieguangZhou
52a8a9a4b7
#3514 : [improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
2 years ago
JieguangZhou
cf522e2fc0
[improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
2 years ago
Eric Gao
48b8f201af
#3513 : [Improvement][UT] Upgrade jUnit to 5.+ ( #10976 ) ( #11332 )
...
* [Improvement][UT] Upgrade jUnit to 5.+ (#10976 )
* Refactor AlertServerTest with jUnit-5 as an example
2 years ago
Eric Gao
b52da64001
[Improvement][UT] Upgrade jUnit to 5.+ ( #10976 ) ( #11332 )
...
* [Improvement][UT] Upgrade jUnit to 5.+ (#10976 )
* Refactor AlertServerTest with jUnit-5 as an example
2 years ago
jackfanwan
6dd9020b6e
#3512 : [Improvement] Add Set cluster name ( #12074 )
2 years ago
jackfanwan
7d80ea34ac
[Improvement] Add Set cluster name ( #12074 )
2 years ago
limaiwang
3f7f6af947
#3511 : add(dependent node's add unprivileged project list): dependent node's add unprivileged project list ( #12073 )
2 years ago
limaiwang
ed1d1e8856
add(dependent node's add unprivileged project list): dependent node's add unprivileged project list ( #12073 )
2 years ago
Wenjun Ruan
9c6f030d18
#3510 : Script cannot contains ''' in params ( #12067 )
2 years ago
Wenjun Ruan
cb4ef54a0e
Script cannot contains ''' in params ( #12067 )
2 years ago
Eric Gao
254fe4ae87
#3509 : [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage of resource center ( #11708 )
...
* Add support for Alibaba Cloud OSS as storage of resource center
* Add dependency licenses
* Refactor code, add unit tests and related docs
2 years ago
Eric Gao
66958b91d7
[Feature][Resource Center] Add support for Alibaba Cloud OSS as storage of resource center ( #11708 )
...
* Add support for Alibaba Cloud OSS as storage of resource center
* Add dependency licenses
* Refactor code, add unit tests and related docs
2 years ago
Wenjun Ruan
636e584c49
#3508 : Fix update TaskDefinition error ( #12060 )
2 years ago
Wenjun Ruan
26dad5e2a8
Fix update TaskDefinition error ( #12060 )
2 years ago
jackfanwan
920fe07c0f
#3507 : [improvement]Add Set cluster name ( #12058 )
...
* Add Set cluster name
* add unit test
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
jackfanwan
0bf639b851
[improvement]Add Set cluster name ( #12058 )
...
* Add Set cluster name
* add unit test
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
insist777
542ef051bd
#3506 : [Improve] Fix support test tasks UT ( #12062 )
2 years ago
insist777
955e8ebe0f
[Improve] Fix support test tasks UT ( #12062 )
2 years ago
金鑫
6cef38d764
#3505 : [Bug][ApiServer] When modifying the task definition, inserting the task definition log table will report the bug of primary key conflict #12037
...
Co-authored-by: 金鑫 <jinyanhui@huansi.net>
2 years ago
金鑫
649015bfff
[Bug][ApiServer] When modifying the task definition, inserting the task definition log table will report the bug of primary key conflict #12037
...
Co-authored-by: 金鑫 <jinyanhui@huansi.net>
2 years ago
Eric Gao
2f25df7d08
#3504 : [Improvement][Test] Give an example on replacing Powermock with Mockito ( #11588 )
...
* Give an example on replacing powermock with mockito
* Remove redundant comments
* Refactoring related UTs for better readability.
2 years ago
Eric Gao
e1b55db72a
[Improvement][Test] Give an example on replacing Powermock with Mockito ( #11588 )
...
* Give an example on replacing powermock with mockito
* Remove redundant comments
* Refactoring related UTs for better readability.
2 years ago
rickchengx
72061c4ab3
#3503 : [Improvement-11291][sql] Improvement the log output while executing multiple sql statements ( #11292 )
2 years ago
rickchengx
b3bbf69b2e
[Improvement-11291][sql] Improvement the log output while executing multiple sql statements ( #11292 )
2 years ago
songjianet
7953ac10ed
#3502 : [Feat][UI] Update package. ( #12046 )
...
* [Feat][UI] Update package.
* [Feat][UI] Update package.
2 years ago
songjianet
8cddb10773
[Feat][UI] Update package. ( #12046 )
...
* [Feat][UI] Update package.
* [Feat][UI] Update package.
2 years ago
Kerwin
7662e15231
#3501 : Fix link errors in release documentation. ( #12049 )
2 years ago
Kerwin
89d55bc9b7
Fix link errors in release documentation. ( #12049 )
2 years ago
juzimao
4c3db7d271
#3500 : and task instance date range search ( #11963 )
2 years ago
juzimao
c8884e4f2f
and task instance date range search ( #11963 )
2 years ago
JieguangZhou
b1f0198eb0
#3499 : [feat][python] Support MLflow task in python api ( #11962 )
2 years ago
JieguangZhou
ad683c3c42
[feat][python] Support MLflow task in python api ( #11962 )
2 years ago