caishunfeng
c0233037d6
#2582 : [Improvement-7697][Master/Worker] Change the task ack to runnning callback ( #8719 )
...
* rebase dev
* change task state to dispatch if dispatch success
* update task host when dispatch
* add dispatch task event
* test
* check tenant after enable auto create
* handle dispatch state
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
caishunfeng
ddf1ff98fa
[Improvement-7697][Master/Worker] Change the task ack to runnning callback ( #8719 )
...
* rebase dev
* change task state to dispatch if dispatch success
* update task host when dispatch
* add dispatch task event
* test
* check tenant after enable auto create
* handle dispatch state
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
worry
48f3a34641
#2581 : [DS-9266][feat][server]Implement show dolphinscheduler banner at launch ( #9273 )
...
- add banner.txt
- modify application.yaml
This closes #9266
3 years ago
worry
b4b5241797
[DS-9266][feat][server]Implement show dolphinscheduler banner at launch ( #9273 )
...
- add banner.txt
- modify application.yaml
This closes #9266
3 years ago
wangxj3
71e9a6bd6e
#2580 : [Feature-#8318] [master-server] Sub process transfer parameters to father process ( #8522 )
...
* load param from subprocess
* unit test
* modify code style
Co-authored-by: wangxj <wangxj31>
3 years ago
wangxj3
fd76436d87
[Feature-#8318] [master-server] Sub process transfer parameters to father process ( #8522 )
...
* load param from subprocess
* unit test
* modify code style
Co-authored-by: wangxj <wangxj31>
3 years ago
caishunfeng
424fe5c109
#2579 : remove common task log ( #9274 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
caishunfeng
df519f8044
remove common task log ( #9274 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Devosend
df4e189558
#2578 : [Fix][UI Next][V1.0.0-Alpha] Fix the connection line center bug for workflow dag ( #9272 )
...
* fix the connection line center bug for workflow dag
* delete unnecessary code
3 years ago
Devosend
11d9859c40
[Fix][UI Next][V1.0.0-Alpha] Fix the connection line center bug for workflow dag ( #9272 )
...
* fix the connection line center bug for workflow dag
* delete unnecessary code
3 years ago
songjianet
7b47fe187d
#2577 : [Fix][UI Next][V1.0.0-Alpha] Fix the floating full-name display needed for menu bar. ( #9264 )
3 years ago
songjianet
08af02151b
[Fix][UI Next][V1.0.0-Alpha] Fix the floating full-name display needed for menu bar. ( #9264 )
3 years ago
Amy0104
9cb8c1a11f
#2576 : [Fix] [UI-Next] [V1.0.0-Alpha] Fix the resource options in task node display incorrect after creating a new file. ( #9269 )
3 years ago
Amy0104
4ad1764932
[Fix] [UI-Next] [V1.0.0-Alpha] Fix the resource options in task node display incorrect after creating a new file. ( #9269 )
3 years ago
Amy0104
c7d87b68a5
#2575 : [Bug-FE][UI Next][V1.0.0-Alpha] Fix the datepicker panel up and down in start modal. ( #9267 )
3 years ago
Amy0104
3516cd56b1
[Bug-FE][UI Next][V1.0.0-Alpha] Fix the datepicker panel up and down in start modal. ( #9267 )
3 years ago
Amy0104
68cbf3d7d8
#2574 : [Fix][UI Next][V1.0.0-Alpha] Fix the datasource display error in SQL. ( #9261 )
3 years ago
Amy0104
1630147872
[Fix][UI Next][V1.0.0-Alpha] Fix the datasource display error in SQL. ( #9261 )
3 years ago
guoshupei
41499829aa
#2573 : [Fix-9222] [master] Support for deploying multiple masters on one node ( #9240 )
...
This closes #9222
Co-authored-by: guoshupei <guoshupei@lixiang.com>
3 years ago
guoshupei
e2c1cc0579
[Fix-9222] [master] Support for deploying multiple masters on one node ( #9240 )
...
This closes #9222
Co-authored-by: guoshupei <guoshupei@lixiang.com>
3 years ago
Amy0104
b7b8572c8a
#2572 : [Fix] [UI-Next] [V1.0.0-Alpha]Fix the magic status display. ( #9265 )
3 years ago
Amy0104
860771f922
[Fix] [UI-Next] [V1.0.0-Alpha]Fix the magic status display. ( #9265 )
3 years ago
Devosend
e3ea41de6f
#2571 : [Fix][UI Next] Add workflow online status display ( #9253 )
3 years ago
Devosend
c87af0eba8
[Fix][UI Next] Add workflow online status display ( #9253 )
3 years ago
Devosend
3ac25d243c
#2570 : fix Alert instance form not init bug ( #9258 )
3 years ago
Devosend
fa56751a56
fix Alert instance form not init bug ( #9258 )
3 years ago
Eric Gao
4e95882d75
#2569 : [Feature-8369][Document]Add docs building test instructions in pydolphinscheduler DEVELOP.md ( #8369 ) ( #8693 )
3 years ago
Eric Gao
4c1578a374
[Feature-8369][Document]Add docs building test instructions in pydolphinscheduler DEVELOP.md ( #8369 ) ( #8693 )
3 years ago
Amy0104
59685c6c2e
#2568 : [Fix][UI Next][V1.0.0-Alpha] Fix the timeout strategy display error. ( #9245 )
3 years ago
Amy0104
a56e1d260d
[Fix][UI Next][V1.0.0-Alpha] Fix the timeout strategy display error. ( #9245 )
3 years ago
JinYong Li
6d61f04b8f
#2567 : fix 9243 ( #9244 )
3 years ago
JinYong Li
85e56b5e2a
fix 9243 ( #9244 )
3 years ago
Tq
9825039933
#2566 : [Bug] [ALERT-9224] fix wechat alert functions: app and group chat ( #9225 )
...
* fix wechat alert with app and group chat
* add apache header and fix imports
* delete wechat alert 'userSendMsg' property code
* delete wechat alert 'userSendMsg' property code in Test
* delete wechat alert 'userSendMsg' property code in factory Test
* change `getSubWorkFlowParam` from private to protected
3 years ago
Tq
03a0c9f544
[Bug] [ALERT-9224] fix wechat alert functions: app and group chat ( #9225 )
...
* fix wechat alert with app and group chat
* add apache header and fix imports
* delete wechat alert 'userSendMsg' property code
* delete wechat alert 'userSendMsg' property code in Test
* delete wechat alert 'userSendMsg' property code in factory Test
* change `getSubWorkFlowParam` from private to protected
3 years ago
songjianet
3d8b659ac5
#2565 : [Fix][UI Next][V1.0.0-Alpha] Fix the cannot update tenant individually on user info site. ( #9237 )
3 years ago
songjianet
0d0674df1f
[Fix][UI Next][V1.0.0-Alpha] Fix the cannot update tenant individually on user info site. ( #9237 )
3 years ago
Amy0104
403ff7a6e1
#2564 : [Fix][UI Next][V1.0.0-Alpha]Fix the rules display incorrect in DATA_QUALITY. ( #9236 )
...
* [Fix][UI Next][V1.0.0-Alpha]Fix the rules display incorrect in DATA_QUALITY.
* [Fix][UI Next][V1.0.0-Alpha]Remove the unuse watch.
3 years ago
Amy0104
3e82312713
[Fix][UI Next][V1.0.0-Alpha]Fix the rules display incorrect in DATA_QUALITY. ( #9236 )
...
* [Fix][UI Next][V1.0.0-Alpha]Fix the rules display incorrect in DATA_QUALITY.
* [Fix][UI Next][V1.0.0-Alpha]Remove the unuse watch.
3 years ago
worry
73323efea8
#2563 : [Fix-8281][DataSource]Mysql jdbc connect failed. ( #9199 )
...
* [Fix-8281][DataSource]Mysql jdbc connect failed.This bug occurs when MySQL has no password.
* [Fix-8281][DataSource]Mysql jdbc connect failed.This bug occurs when MySQL has no password.
3 years ago
worry
13cc84eb8a
[Fix-8281][DataSource]Mysql jdbc connect failed. ( #9199 )
...
* [Fix-8281][DataSource]Mysql jdbc connect failed.This bug occurs when MySQL has no password.
* [Fix-8281][DataSource]Mysql jdbc connect failed.This bug occurs when MySQL has no password.
3 years ago
songjianet
4a2025be28
#2562 : [Feature][UI Next][V1.0.0-Alpha] Master adds empty data prompt. ( #9233 )
3 years ago
songjianet
052df581f5
[Feature][UI Next][V1.0.0-Alpha] Master adds empty data prompt. ( #9233 )
3 years ago
caishunfeng
e3eeab4655
#2561 : [Bug-9045][Server] improve log detail error if task instance host is null ( #9205 )
...
* improve log detail error if task instance host is null
* test
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
caishunfeng
994de4c902
[Bug-9045][Server] improve log detail error if task instance host is null ( #9205 )
...
* improve log detail error if task instance host is null
* test
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
worry
7e0fc753cd
#2560 : [Improvement-9227][master]implement use the slot to scan the database ( #9228 )
...
when the master assigns tasks by slot,implement use the slot to scan the database.
This closes #9227
3 years ago
worry
d3251c9bcc
[Improvement-9227][master]implement use the slot to scan the database ( #9228 )
...
when the master assigns tasks by slot,implement use the slot to scan the database.
This closes #9227
3 years ago
caishunfeng
d16d849152
#2559 : [Bug-9137][Server] fix timezone init ( #9219 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
caishunfeng
263791a63e
[Bug-9137][Server] fix timezone init ( #9219 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Devosend
97bf563ad1
#2558 : [Fix][UI Next][V1.0.0-Alpha] Serial execte proces ( #9229 )
...
* add Process execute type for workflow
* fix icon spin
3 years ago
Devosend
b2cccc8959
[Fix][UI Next][V1.0.0-Alpha] Serial execte proces ( #9229 )
...
* add Process execute type for workflow
* fix icon spin
3 years ago