Commit Graph

5624 Commits

Author SHA1 Message Date
wangxj3
9e763ad0d1
[Feature-#6422] [api-server] task group queue (#7491)
* add task group

* modify task group

* pull dev

* add license header

* modify code style

* fix code style

* fix sql error

* fix error

* fix test

* fix test

* fix test

* fix test

* fix code style

* fix ut

* code style

* fix unit test

* test ut

* ut

* add unittest

* test ut

* modify back ut

* majorization code

* fix conflict

* fix ut

* add task group api

* reset file

* fix ut

* fix lost column

* fix ut

* fix ut

* fix ut

* fix ut

* delete duplicate code

* fix code style 、name

* fix ut

* fix mapper

Co-authored-by: wangxj <wangxj31>
2021-12-24 16:37:59 +08:00
songjianet
b2852a716f
[Feature][UI Next] Add charts i18n. (#7568) 2021-12-24 16:11:55 +08:00
xiangzihao
1efa85ca27
[Fix-7534][Master] zookeeper failover error (#7562)
* fix bug_7534

* fix bug_7534

* fix bug_7534

* fix bug_7534

* fix bug_7534

* fix bug_7534

Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-24 11:40:21 +08:00
wind
97aecb40a6
Revert "Fix database lose data in standalone (#7556)" (#7604)
This reverts commit 82075a4476.
2021-12-24 11:10:59 +08:00
lifeng
871db331f5
Update README.md (#7586)
* Update README.md

* Update README.md

Co-authored-by: Kirs <ACM_China@yeah.net>
2021-12-23 18:46:01 +08:00
时光
a00c4f9709
finished issue#7527 (#7561)
Co-authored-by: 时光 <caizhedong@cai-inc.com>
2021-12-23 10:24:32 +08:00
labbomb
78e0f421f5
[Feature][UI Next]Refactoring layout (#7558)
* refactor: Refactoring layout

* chore: Delete unnecessary packages
2021-12-23 10:22:19 +08:00
J·Y
6ae46f2c1b
[Improvement] Merge redundant codes (#7550) 2021-12-23 09:53:33 +08:00
J·Y
4c918f6167
Modify contribution document (#7552) 2021-12-23 09:28:19 +08:00
Wenjun Ruan
82075a4476
Fix database lose data in standalone (#7556) 2021-12-23 09:26:42 +08:00
Kerwin
146471eb48
[Fix-#7480] [Standalone] add logger server (#7481)
* Change build context to avoid cache

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2021-12-23 00:54:44 +08:00
lgcareer
cdd4e7bf03
[Improvement-#7529][tools] Init DB schema from the full sql file. (#7530) 2021-12-23 00:19:58 +08:00
wind
d3533851a0
[Bug-7333][MasterServer] fix duplicate key task definition (#7335)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-22 22:44:08 +08:00
SbloodyS
9f56123a26
fix bug_7537 (#7551)
Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-22 20:21:52 +08:00
songjianet
b2a378693f
[Feature][UI Next] Add charts setting. (#7547) 2021-12-22 17:39:06 +08:00
songjianet
46fa9ed9c8
[Feature][UI Next] Add charts setting. (#7543) 2021-12-22 16:05:14 +08:00
kezhenxu94
03a71297dd
Unify the element selector rules for E2E (#7409)
* Unify the element selector rules for E2E

* Fix typo in docker swarm
2021-12-22 14:53:39 +08:00
Jiajie Zhong
946a0c7c57
[python] Add task switch (#7531)
* [python] Add task switch

close: #6928

* Fix code style
2021-12-22 11:46:34 +08:00
Jiajie Zhong
e23a4848c0
[python] Add task condition (#7505)
* [python] Add task condition

close: #6927

* Add example and set downstream dep
2021-12-22 11:06:45 +08:00
labbomb
4c49a8b91f
[Feature][UI Next]: Rearrange the routing and format the code (#7533)
* fix: Rearrange the routing and format the code

* To fix the problem

To fix the problem
2021-12-22 10:33:12 +08:00
calvin
49662c7865
[Fix-7525][Feature][UI Next] Provide a common layout for the module of dolphinscheduler-ui-next. (#7526)
* add layout

* add layout

* add layout

* add routes

* add routes

* modify layout

* modify layout

* modify layout

* modify layout

* improve a few issues with code specification
2021-12-21 20:57:11 +08:00
Jiezhi.G
6562bc9145
fix http alarm msg ignored (#7523)
See https://github.com/apache/dolphinscheduler/issues/7522
2021-12-21 16:04:12 +08:00
labbomb
ed6a3b6c87
refactor: Refactor Login to better match the composition API implementation (#7519) 2021-12-21 15:24:04 +08:00
wangbowen
85beb50f03
[Fix-7485][datasource-plugin] Fix create hive datasource using ZooKeeper way in 2.0.1 (#7489) 2021-12-21 14:37:33 +08:00
Jiajie Zhong
90243f13ee
Add new version 2.0.1 to issue bug template (#7458)
Add new version 2.0.1 for github issue template and remove versions not LTS
2021-12-21 11:54:28 +08:00
Tom
bb140fbc3b
[DS-7227][refactor] optimize alert plugin instance list order (#7506)
[DS-7227][refactor] optimize alert plugin instance list order
query all alert plugin instance list order by update time desc
optimize `select *` sql in the AlterPluginInstanceMapper.xml
2021-12-21 09:22:16 +08:00
songjianet
0d86a48d1c
[Feature][UI Next] Write part of the api method. (#7507) 2021-12-20 21:29:10 +08:00
Kerwin
b23f756c22
[Fix-7146][server]Fix the task processor thread is not safe. (#7488)
* Fix the task processor thread is not safe.

* fix code style
2021-12-20 17:58:57 +08:00
huangxiaohai
8c2dd4447b
Remove redundant parameters [zookeeper.version] in dolphinscheduler/pom.xml(#7486) 2021-12-18 21:38:09 +08:00
songjianet
2f7a406ea9
[Feature][UI Next] Write part of the api method. (#7476) 2021-12-18 17:07:24 +08:00
Ivan0626
01a2b9684a
Update ProcessDefinitionServiceImpl.java (#7470)
fix typos for logger.error
2021-12-18 14:12:39 +08:00
SbloodyS
92bbb9e4af
remove date+1 when the data is supplemented (#7452) 2021-12-18 11:04:45 +08:00
SbloodyS
86b476a160
[Feature-7460][Alert] Wechat alert add send to group chat (#7465)
* feature_7460

* feature_7460

Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-18 10:26:16 +08:00
labbomb
fc162826d9
[Feature][UI Next] Interface debugging(login) 2021-12-17 21:10:59 +08:00
songjianet
b54482cbb5
[Feature][UI Next] Add apis. (#7463) 2021-12-17 15:06:13 +08:00
calvin
fb31dcd59c
fix this bug (#7461) 2021-12-17 14:40:40 +08:00
Devosend
0c7aa4e2c5
[Feature-7349] [Python]Add workflow as code task type datax (#7437)
* support datax task by python
* add task datax example

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2021-12-17 11:12:48 +08:00
labbomb
91e3423c72
feat: Added login pages and functions (#7456) 2021-12-17 09:28:34 +08:00
kezhenxu94
5c8b7b7940
Adjust logging levels for third party libraries (#7453) 2021-12-17 00:30:58 +08:00
kezhenxu94
b350dc70c9
Build and publish snapshot Docker images for testing (#7454) 2021-12-17 00:26:09 +08:00
wind
41bf1a955e
[Improvement-7213][MasterServer] execute thread pool code optimization (#7258)
* threadpool optimization

* threadpool params

* rebase dev

* ut check fix

* add return

* rebase dev

* event loop

Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-16 23:45:32 +08:00
calvin
6cad119806
[Fix-7340] Improve the prompt content for deleting a project that didn't exist. (#7449)
* improve the prompt
2021-12-16 17:14:37 +08:00
wind
1cbc86b9e6
add task-logger config (#7423)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-16 16:14:46 +08:00
labbomb
7aeb12c5de
feat: Added the configuration of routes (#7433) 2021-12-16 10:22:15 +08:00
Jiajie Zhong
6f93ebf3ba
[python] Add task dependent (#7405)
fix: #6926
2021-12-16 09:58:50 +08:00
KyoYang
676a952bcb
[Fix-#6854][dao] fix "ResourceMapper.xml -> queryResourcePaging" sql bug (#6907)
* fix complement data retry bug; issues: [Bug] [Master] A bug on task retry mechanism #6613

* [DS-#5293][chore]upgrade cron-utils version 5.0.5 -> 9.1.3

* [DS-#5293]update the licensing information of that dependency

* [DS-#5293]update the licensing information of that dependency

* update the licensing information of that dependency

* [DS-#5293]update the licensing information of that dependency

* [DS-#6854][fix] fix "ResourceMapper.xml -> queryResourcePaging" sql bug

* [DS-#6854][fix] fix "ResourceMapper.xml -> queryResourcePaging" sql bug

Co-authored-by: yangqiyu <yangqiyu@deepexi.com>
2021-12-15 19:18:00 +08:00
songjianet
f36ca02907
[Feature][UI Next] Improve some basic configuration. (#7430) 2021-12-15 17:38:32 +08:00
SbloodyS
a17a8d777a
[Fix-7392][dolphinscheduler-datasource] Add hive datasource failed (#7393)
* fix bug_7392

* fix bug_7392

* fix bug_7392

Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-15 17:36:05 +08:00
ouyangyewei
801e6dd6bb
to feature 7418 (#7420)
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
2021-12-15 13:40:07 +08:00
mgduoduo
bc995752d6
[DS-7256][refactor] Optimization for task instances query (#7331)
- assemble a Map<Long, User> outside of the loop instead of the query inside

Co-authored-by: gq47193 <gq47193@ly.com>
2021-12-15 10:53:52 +08:00