kezhenxu94
03a71297dd
Unify the element selector rules for E2E ( #7409 )
...
* Unify the element selector rules for E2E
* Fix typo in docker swarm
3 years ago
Jiajie Zhong
946a0c7c57
[python] Add task switch ( #7531 )
...
* [python] Add task switch
close : #6928
* Fix code style
3 years ago
Jiajie Zhong
e23a4848c0
[python] Add task condition ( #7505 )
...
* [python] Add task condition
close : #6927
* Add example and set downstream dep
3 years ago
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
3 years ago
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
3 years ago
Jiezhi.G
6562bc9145
fix http alarm msg ignored ( #7523 )
...
See https://github.com/apache/dolphinscheduler/issues/7522
3 years ago
labbomb
ed6a3b6c87
refactor: Refactor Login to better match the composition API implementation ( #7519 )
3 years ago
wangbowen
85beb50f03
[Fix-7485][datasource-plugin] Fix create hive datasource using ZooKeeper way in 2.0.1 ( #7489 )
3 years ago
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
3 years ago
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
3 years ago
songjianet
0d86a48d1c
[Feature][UI Next] Write part of the api method. ( #7507 )
3 years ago
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
3 years ago
huangxiaohai
8c2dd4447b
Remove redundant parameters [zookeeper.version] in dolphinscheduler/pom.xml( #7486 )
3 years ago
songjianet
2f7a406ea9
[Feature][UI Next] Write part of the api method. ( #7476 )
3 years ago
Ivan0626
01a2b9684a
Update ProcessDefinitionServiceImpl.java ( #7470 )
...
fix typos for logger.error
3 years ago
SbloodyS
92bbb9e4af
remove date+1 when the data is supplemented ( #7452 )
3 years ago
SbloodyS
86b476a160
[Feature-7460][Alert] Wechat alert add send to group chat ( #7465 )
...
* feature_7460
* feature_7460
Co-authored-by: SbloodyS <sbloodys@qq.com>
3 years ago
labbomb
fc162826d9
[Feature][UI Next] Interface debugging(login)
3 years ago
songjianet
b54482cbb5
[Feature][UI Next] Add apis. ( #7463 )
3 years ago
calvin
fb31dcd59c
fix this bug ( #7461 )
3 years ago
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>
3 years ago
labbomb
91e3423c72
feat: Added login pages and functions ( #7456 )
3 years ago
kezhenxu94
5c8b7b7940
Adjust logging levels for third party libraries ( #7453 )
3 years ago
kezhenxu94
b350dc70c9
Build and publish snapshot Docker images for testing ( #7454 )
3 years ago
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>
3 years ago
calvin
6cad119806
[Fix-7340] Improve the prompt content for deleting a project that didn't exist. ( #7449 )
...
* improve the prompt
3 years ago
wind
1cbc86b9e6
add task-logger config ( #7423 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
labbomb
7aeb12c5de
feat: Added the configuration of routes ( #7433 )
3 years ago
Jiajie Zhong
6f93ebf3ba
[python] Add task dependent ( #7405 )
...
fix : #6926
3 years ago
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>
3 years ago
songjianet
f36ca02907
[Feature][UI Next] Improve some basic configuration. ( #7430 )
3 years ago
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>
3 years ago
ouyangyewei
801e6dd6bb
to feature 7418 ( #7420 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
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>
3 years ago
ouyangyewei
6b5c393449
[Feature-7408][dolphinscheduler-api] Built GenerateToken into the UpdateToken API ( #7411 )
...
* to feature 7408
* trigger e2e test
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
Jiajie Zhong
4988004150
[python] Fix task procedure define error ( #7407 )
...
Cause procedure parameter name need `method` instead of `sql`
we change it's name. And remove parameter `sql` from parent
class `Database`
closes : #7386
3 years ago
Zonglei Dong
7e0010de35
[Refactor] Rename class file, unified word spelling. ( #7261 )
3 years ago
ouyangyewei
14343864bf
to feature 7401 ( #7404 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
songjianet
1f1edb2f23
[Fix][Project List UI] Fix the calling interface that keeps decreasing by one after manually setting the `pageNo` parameter. ( #7399 )
3 years ago
ouyangyewei
57697602c5
[Feature-7110][dolphinscheduler-api] support grant project by code ( #7390 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
Jiajie Zhong
04805818c2
Fix alert plugin instance filter ( #7172 ) ( #7210 )
...
* Fix alert plugin instance filter (#7172 )
alert plugin could not filter by given
pattern, cause api server do not handle
parameter searchVal, This patch add parameter
`searchVal` for alert plugin.
fix : #7209
* Add test
* Recover AlertPluginInstanceVO
3 years ago
songjianet
e4955934fd
[Feature][UI-Next]: Build a front-end refactoring project. ( #7387 )
3 years ago
mask
8e62dd8246
[Fix-7291][datasource] Compatible with different versions of MySQL data source loading ( #7291 ) ( #7305 )
3 years ago
wind
99b8ec6492
[Bug-7319][MasterServer] fix taskNode NPE when switch else branch is empty ( #7320 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
mask
8c3fa47903
[Fix-7375][datasource] remove excess hive jdbc principal ( #7375 ) ( #7381 )
...
* [Fix-7375][datasource] remove excess hive jdbc principal (#7375 )
* fix ut
3 years ago
kezhenxu94
b3fe217e08
Fix E2E workflow ( #7377 )
3 years ago
Jiajie Zhong
1948030151
[python] Add task base database and procedure ( #7279 )
...
We add a new task procedure, and add parent class database
for both sql task and procedure task
fix : #6929
3 years ago
kezhenxu94
12b46dfaa6
Adjust Helm Chart templates in dev branch ( #7353 )
3 years ago
kezhenxu94
bacb7c1598
Fix typo in docker swarm ( #7336 )
3 years ago
kezhenxu94
2ff76c7e73
Fix some SQL issues and make docker-compose runnable ( #7329 )
3 years ago