chenrj
6d460a3ca2
[DSIP-13][python] New mechanism file plugins to Python API ( #11360 )
2 years ago
xiangzihao
f0db90f71d
[Doc] Remove re-upload file function in the 3.0.0's doc ( #11804 )
2 years ago
fuchanghai
7c0c1f4b78
Update dolphinscheduler_ddl.sql fix alert t_ds_user add time_zone is not correct ( #11795 )
2 years ago
wjf
2eb8b9f7f0
[Feature][Registry] Support etcd as registry ( #10981 )
2 years ago
陈家名
6f3b0b2432
[k8s] Delete unnecessary configurations. ( #11808 )
2 years ago
Jiajie Zhong
0e534dd61f
[python] Fix permission error when create related objects ( #11783 )
...
after we add permission to our codebase in dev branch, will got error
when create objects from pydolphinscheduler, because users with user_id
equal to `Integer.MAX_VALUE` is ordinary users which can not have access
to create unless we grant permission to the role manually. this patch
change dummyUser to admin user's user_id == 1 to fix it
2 years ago
冯剑
45ebd528d6
[Bug-11650][worker] #11650 fix SQL type task, stop task cause NPE ( #11668 )
2 years ago
JieguangZhou
38ee91fb1e
[DSIP-11][python] create workflows from YAML configuration ( #11611 )
2 years ago
JieguangZhou
8988492c43
[Feat][python] Add parameter environment to task ( #11763 )
2 years ago
Tq
4283cfd7a1
[fix][API]fix task types sequence ( #11775 )
...
* fix task types sequence
* fix mapper table name t_ds_fav_task
* fix sequence
2 years ago
Chris
3c86e52075
[Fix-11583][UI] Fix the API usage of gantt graph ( #11642 )
2 years ago
阿福Chris
c76301ab51
[Fix-11217] [Doc] add postgresql config in doc: datasource-setting ( #11326 )
...
* add postgresql config for datasoruce-setting
* Update docs/docs/en/guide/howto/datasource-setting.md
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2 years ago
fuchanghai
f8b9aad239
[feature-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames ( #11696 )
2 years ago
fuchanghai
554562bfa9
[fix-#11691] Add lz4-java in clickhouse datasource. ( #11697 )
2 years ago
Amy0104
d0d481d10f
[Fix][UI] Add the task name entry when the workflow instance detail page goes to the task instance page. ( #11761 )
2 years ago
caishunfeng
f8d46a26c1
[Feature-11530] add state history for process instance ( #11757 )
...
* [Feature] add state history for process instance (#97 )
* add state history for process instance
* upsertProcessInstance
* remove unuse method
* fix UT
Co-authored-by: caishunfeng <534328519@qq.com>
2 years ago
kezhenxu94
31ba49ac02
Update doc according to recent update of Spring / Swagger ( #11755 )
2 years ago
kezhenxu94
277f137358
Add Kubernetes configmap reload to all components ( #11730 )
2 years ago
Tq
b3cc8a55b9
[feature][API]feature: add task type list and enable user to add task type to fav ( #11727 )
...
* feature: add task type list and enable user to add task type to fav
* make DependentExecute.java variable protected
* add standalone server fileSet
2 years ago
caishunfeng
f95cdd350a
reduce task dependencies ( #11731 )
2 years ago
juzimao
d0f5e7edf3
optimize the process instance query, change the date time range ( #11719 )
2 years ago
Wenjun Ruan
67e7f88d8b
Refactor heart beat task, use json to serialize/deserialize ( #11702 )
...
* Refactor heart beat task, use json to serialize/deserialize
2 years ago
Wenjun Ruan
03e1e6fe45
[Bug] [Worker] Optimize the getAppId method to avoid worker OOM when kill task ( #11701 )
...
* Fix kill job may cause worker oom
2 years ago
Evans Sun
5fabce783a
[DOC] improve zk digest doc ( #11703 )
2 years ago
Eric Gao
4a37345436
[Feature][Task Plugin] Support hive cli task plugin ( #11651 )
...
* Add hive cli task plugin
* Add docs for hive-cli task plugin
* Fix hive-cli task related front-end nits and checkstyle
* Fix exception handling logic
2 years ago
xiangzihao
71eeab3d98
[CI] Fix cluster test abnormal ( #11688 )
...
* fix cluster test abnormal
2 years ago
seedscoder
145e441afb
[Fix-11633] The data type of the PostgreSQL database column is wrong. ( #11633 ) ( #11634 )
2 years ago
SongTao Zhuang
6a5367fd57
[Improvement-11662][dao] fix foreach null items in mapper.xml
2 years ago
旺阳
6e4d974b91
[doc] Correct E2E Doc, fix WorkerGroupPage typo ( #11629 )
2 years ago
Jiajie Zhong
4dca488cd5
[python] Auto location when create process definition ( #11681 )
...
* Add auto format when submit process definition from python api
* add UPDATING.md
close : #8254
2 years ago
JieguangZhou
635fde1981
[bug][python] Fix task switch error when default branch not defined last ( #11606 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
陈家名
564a815d21
[fix][python] Sql pattern add truncate. ( #11666 )
2 years ago
Devosend
769a20e986
[Fix][UI] Fix bug where crontab special of month and year ( #11661 )
2 years ago
Eric Gao
23d8aaf735
[Feature][UI] Enable highlight and auto-complete for SQL scripts ( #11659 )
2 years ago
songjianet
cccbd27c58
[Fix][UI] Fix the problem that the pagination component is not centered in the environment management. ( #11646 )
2 years ago
songjianet
f28a39f984
[Docs] Update README. ( #11641 )
2 years ago
Wenjun Ruan
1b120e3a59
Refactor worker execute task process ( #11540 )
...
* Refactor worker execute task process
2 years ago
xiangzihao
a22b9271ff
add unit test ci timeout ( #11655 )
2 years ago
Yann Ann
eda9f3d50c
[DOC] should notice that need setting the full path when call the resource file #11620 ( #11621 )
2 years ago
fuchanghai
ce8db1c5fb
[improvement-#11630]fix document about common.properties ( #11653 )
2 years ago
JiPeng Wang
cf3b4424d7
[Fix-11616] Workflow Definition Name Change Validation Optimization. ( #11617 )
...
* Workflow Definition Name Change Validation Optimization
* [Fix][UI] Add the workflow code entry to the verify name interface.
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* processDefinitionCode param name change
Co-authored-by: Amy <amywang0104@163.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Wenjun Ruan
b96d69701a
[Improvement-#11613] Add spi priority factory ( #11614 )
...
* Add spi priority factory
* Add doc
* Add override log
* Use lombok
* Add comment
2 years ago
labbomb
096fae77f4
feat: Locations Formats the layout if it does not exist ( #11535 )
2 years ago
songjianet
8789895791
[Fix][UI] Fix the port in the datasource edit. ( #11624 )
2 years ago
JiPeng Wang
961e67f524
[Improvement][User] Query all users filter un enabled. ( #11504 )
...
* user query all filter un enabled
* restore permissions
2 years ago
Eric Gao
3e73829924
Fix homepage email subscription link ( #11622 )
...
* Fix homepage email link bug
* Replace dev with latest
2 years ago
Assert
db925f3216
[Improvement-10942][UI]The workflow or task name is too long and resu… ( #10957 )
...
* [Improvement-10942][UI]The workflow or task name is too long and results in incomplete display
* [improvement-10942][ui]The workflow or task name is too long and results in incomplete display
2 years ago
longtb
4893bef5a7
[Improvement][TaskInstance] reduce database queries ( #11522 )
...
* [Improvement][TaskInstance] reduce database queries
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* [Improvement][TaskInstance] queryByInstanceIdsAndCodes -> queryByProcessInstanceIdsAndTaskCodes
Co-authored-by: zhangshunmin <zhangshunmin@kezaihui.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
JinYong Li
3f2ca7bca3
[Fix-9980] [Server] fix heartBeatTaskCount bug ( #11232 )
...
* fix heartBeat bug
* modify class name
* fix conflict
Co-authored-by: JinyLeeChina <jiny.li@foxmail.com>
2 years ago
insist777
abfef1a929
[improvement] Add two parameters in workergroup, and support the application of description display and other parameters ( #11542 )
...
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [improvement] The default worker grouping supports editing
* [improvement] The default worker grouping supports editing
* Update WorkerGroupServiceImpl.java
* Update WorkerGroupServiceImpl.java
* The default worker grouping supports editing
* update sql file
* update
* update
* update
* update
2 years ago