songjianet
1edbb5e333
[Feat][UI] Uniform search button size. ( #10880 )
2022-07-12 06:51:34 +08:00
caishunfeng
aa8b88a875
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
2022-07-11 16:55:55 +08:00
songjianet
553159f780
[Refactor][UI] Refactor tenant manage using NSpace component. ( #10879 )
2022-07-11 15:46:04 +08:00
Jiajie Zhong
a6154220dc
[fix] update queue and tenant with same code error ( #10877 )
...
in ae6aa53f
I use the same logic test to create or update
tenant and queue which failed create with the same value,
this patch will fix it. and also I use the constructor to reduce
the new object logic here
2022-07-11 11:06:30 +08:00
Wenjun Ruan
f639a2eed4
[Fix-10854] Fix database restart may lost task instance status ( #10866 )
...
* Fix database update error doesn't rollback the task instance status
* Fix database error may cause workflow dead with running status
2022-07-11 09:57:00 +08:00
WangJPLeo
3756a233d8
[Fix-10863] Command execution result data statistics remove userId condition. ( #10864 )
...
* Command execution result data statistics remove userId condition.
* e2e rerun
2022-07-10 17:17:35 +08:00
Jiajie Zhong
598290487c
[python] Integrate test run strategy change ( #10825 )
...
this patch change python integrate test strategy,
before that, only content change in dir
dolphinscheduler-python will run the test. And it
will fail our python api startter when some code
change in java gateway. So we should start the
integrate test except docs change.
and in the future, we may add python ci to
.asf.yaml to make sure it pass
close : #10488
2022-07-10 11:06:27 +08:00
ZhaoGuodong
8eaf5a2309
[Feature-10219][EMR] EMR supports use <add-Steps> to add steps to an existing cluster ( #10657 )
...
* Add the ProgramType parameter to distinguish task types
* EmrAddStepsTask supports Add-Steps
* UI supports Add-Steps
* EmrTask modify the name of the class to EmrJobFlowTask
* add ERM Task abstract base class AbstractEmrTask
* add testcase for EmrAddStepsTask
* Modifying help Documents
2022-07-10 10:15:25 +08:00
houshitao
cc41485d50
[Bug][Api] Complete Data workflow remove duplicates. ( #10868 )
...
Co-authored-by: houshitao <shitaohou@163.com>
2022-07-10 01:31:44 +08:00
pinkhello
030fb89d6e
[Fixed-10833] [Bug] [Quartz] timezone display doesn't match the next_fire_time in ds 3.0.0-beta1 version ( #10865 )
...
* closed [10619] [Improvement][Master] batch remove TaskInstaceId and workflowInstanceId
* fixed # 10833 timezone display error
* checkstyle
2022-07-09 22:28:08 +08:00
houshitao
73f4846c49
[Bug][Api] Complete Data workflow remove duplicates. ( #10850 )
...
* [Bug][Api] Complete Data workflow remove duplicates.
Co-authored-by: houshitao <shitaohou@163.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-07-09 21:29:11 +08:00
WangJPLeo
b5653ea7f2
Complement numbers will run in a loop under the serial strategy fixed. ( #10862 )
...
* Complement numbers will run in a loop under the serial strategy fixed.
* e2e rerun
2022-07-09 16:41:51 +08:00
Luke Yan
057a9f6b24
[Fix-10830][Doc] Change the start or install script command sh in the document to bash ( #10831 )
...
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Co-authored-by: luke <luke.yan@china-entercom.net>
2022-07-09 15:41:56 +08:00
Chris Ho
0cf31232de
[Feature][dependencies] Bump spring-core from 5.3.12 to 5.3.19 ( #10857 )
2022-07-09 15:19:46 +08:00
Eric Gao
1387fb3ccf
[Doc][Upgrade] Fix tiny error in upgrade docs ( #10847 )
...
* [Doc][Upgrade] Fix tiny error in upgrade docs (#10846 )
* [Doc][Upgrade] Add useSSL=false and fix typo in upgrade docs (#10846 )
2022-07-09 14:53:05 +08:00
Wenjun Ruan
3f69ec8f28
[Fix-10842] Fix master/worker failover will cause status incorrect ( #10839 )
...
* Fix master failover will not update task instance status
* Add some failover log
* Fix worker failover will rerun task more than once
* Fix workflowInstance failover may rerun already success taskInstance
2022-07-09 11:54:59 +08:00
xiangzihao
424722e2ab
fix label bot again ( #10859 )
2022-07-09 11:23:04 +08:00
Jiajie Zhong
9ab1a0cfc4
[ci] Fix mergeable will get mad add/remove label sometimes ( #10856 )
...
ref: https://github.com/mergeability/mergeable/issues/643
2022-07-09 10:19:09 +08:00
xiangzihao
3af618d7a8
[CI] Try to fix label bot ( #10852 )
2022-07-09 10:11:56 +08:00
Jiajie Zhong
503cf179eb
[doc] 206 drop down doc not work ( #10855 )
2022-07-08 23:24:34 +08:00
Jiajie Zhong
d29592da1d
New version release 2.0.6 ( #10851 )
...
* New version release 2.0.6
* remove verison 1.3.8 and 1.3.9
2022-07-08 20:34:14 +08:00
xiangzihao
c829738e6c
[Improvement] [CI] Add label robot to pull request ( #10848 )
...
* add label robot to pull request
2022-07-08 18:29:08 +08:00
rockfang
de3d9423d1
[Fix-10829][UI] display real workflow relation in WorkFlow Relation
page ( #10836 )
2022-07-08 13:19:13 +08:00
Jiajie Zhong
ae6aa53f96
[python] Fix submit and run error ( #10792 )
...
because we add permission, so it failed out
createQueue method. this patch fix it and
do some refactor of our tenant and queue
validator code
2022-07-08 10:54:41 +08:00
Assert
4d07efd3f2
[Feature-10594][ui] Data Quality Result Display Optimize ( #10835 )
2022-07-08 10:38:07 +08:00
songjianet
41698011b3
[Docs] Updated license. ( #10838 )
2022-07-07 21:00:32 +08:00
songjianet
f78847d47f
[Build][UI] Updated dependencies. ( #10813 )
...
* [Build][UI] Updated dependencies.
* [Build][UI] Updated dependencies.
* Fix E2E
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-07-07 18:18:48 +08:00
qianli2022
1e48bbc5c6
[Feature-10629][Improvement] Support multi cluster environments - namespace use cluster ( #10650 )
...
* server code
* namespace ui
* fix dao test
* fix test
* fix
* docs and image update
Co-authored-by: qianl4 <qianl4@cicso.com>
2022-07-07 16:05:52 +08:00
WangJPLeo
b8a90d801e
[Improvement] Resource authority module database table unique index increased. ( #10807 )
...
* Resource authority module database table unique index increased.
* add unique in sql file
* rerun
* ut fix
* e2e rerun
* dao un fix
2022-07-07 14:35:50 +08:00
xiangzihao
5083e0be6a
add reviewdog token to enable checkstyle ( #10819 )
2022-07-07 11:10:51 +08:00
songjianet
02eff90568
[Refactor][UI] Refactor user manage using NSpace component. ( #10816 )
2022-07-07 09:58:53 +08:00
Jiajie Zhong
113a67122f
[python] fix doc build error ( #10810 )
2022-07-06 22:02:08 +08:00
kezhenxu94
8320490da3
[CI] Fix checkstyle & review dog don't work ( #10812 )
2022-07-06 21:31:32 +08:00
Eric Gao
71f0168510
[Feature] Enable users to create python env from requirements.txt ( #10658 )
2022-07-06 15:56:39 +08:00
Wenjun Ruan
426567348e
Remove quartz in service ( #10748 )
...
* Remove quartz in service
2022-07-06 15:43:55 +08:00
Wenjun Ruan
67d14fb7b3
[Fix-10785] Fix state event handle error will not retry ( #10786 )
...
* Fix state event handle error will not retry
* Use state event handler to deal with the event
2022-07-06 14:53:28 +08:00
xiangzihao
515b5e3ef6
[API-Test] [Checkstyle] Reformat api-test code and enable checkstyle ( #10805 )
...
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* fix checkstyle
2022-07-06 14:24:13 +08:00
WangJPLeo
b7fbf6c4ad
[API] Do not specify rollback for ensure in case of any exception or error. ( #10793 )
2022-07-06 14:22:46 +08:00
Jiajie Zhong
1485c6fba2
Add doc issue template ( #10804 )
...
close : #8201
2022-07-06 11:52:55 +08:00
旺阳
2d8b4932b3
[doc] Correct custom jdbc driver for K8s Doc ( #10768 )
2022-07-06 10:57:14 +08:00
songjianet
c5a340be60
[Refactor][UI] Refactor alarm group manage using NSpace component. ( #10803 )
2022-07-06 09:39:02 +08:00
songjianet
1e0ab00c69
[Refactor][UI] Refactor alarm instance manage using NSpace component. ( #10799 )
2022-07-06 06:44:32 +08:00
sneh-wha
fa1458b3e0
[doc] Modify features, hw, intro and homepage docs. ( #10713 )
2022-07-05 21:58:05 +08:00
Amy0104
a1aff5156e
[Fix][UI] Fix the environment name display back error. ( #10797 )
2022-07-05 21:24:51 +08:00
sneh-wha
91b59dee54
[doc] Modified dq, monitor, security, resources ( #10715 )
2022-07-05 20:50:37 +08:00
songjianet
2a519ea900
[doc] Replace the dag screenshot of the README. ( #10798 )
2022-07-05 19:22:39 +08:00
Kerwin
bd1be6cf36
[Task] Added Apache SeaTunnel 2.x task node ( #10480 )
2022-07-05 19:21:30 +08:00
Jiajie Zhong
b4eee7edb6
[python] Correct some docs for python api ( #10772 )
...
* Remove add leading `$` from command
* Add copy button from code block
* Using `python -m pip` to install package avoid error
2022-07-05 18:34:31 +08:00
Eric Gao
43d7cc8a98
[Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency ( #10790 )
...
* [Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency (#10788 )
* [Improvement] [Alert Server] Add newline at end of file (#10788 )
2022-07-05 17:23:44 +08:00
WangJPLeo
d2fe16d252
[Optimization] Config module resource relation fix. ( #10718 )
...
* Config module resource relation fix.
* Boolean judge fix
* e2e rerun
* e2e rerun
* e2e rerun
* ArrayList fix
* change variable name.
* Add transaction processing on create data resource method
2022-07-05 15:51:23 +08:00