Commit Graph

5367 Commits

Author SHA1 Message Date
Jiajie Zhong
9fb6d6ba9f
Fix f-strings variable error (#6677) 2021-11-04 16:15:16 +08:00
Wenjun Ruan
cbb623bfa0
Remove repository directory (#6685) 2021-11-04 13:22:01 +08:00
Jiajie Zhong
2e7036529c
Add CI test for python API (#6636)
* Add CI for python API

* Fix task assign without process definition

* Fix ci

* Add header

* Add build badge for pydolphinscheduler

* Add content to README.md

* Remove unnecessary blank line
2021-11-04 11:19:11 +08:00
Jiajie Zhong
9060f8b462
Fix process definitions exists check error (#6668)
* Fix process definitions exists check error

* Add error log while verify status neither success or exists
2021-11-04 10:17:34 +08:00
Maxwell
0b93fd577d
fix REGISTER_PATH_PATTERN (#6669)
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
2021-11-04 10:04:11 +08:00
LiuBodong
61a8726ccc
[Fix][Standalone Server] fix plugin load failed when local maven repository path is not default value (#6625) (#6626)
* [Fix][Standalone Server] fix plugin load failed when local maven repository path is not default value
2021-11-03 18:46:25 +08:00
zekai-li
f5d8356dc3
[Fix][UI]Fix UI adaptation problem and semantic error (#6651)
* [Fix][UI]Fix UI adaptation Problem

* [Fix][UI]Fix semantic error
2021-11-03 18:43:56 +08:00
Jiajie Zhong
ef9de9de3b
Add example about how to bulk create workflow (#6659) 2021-11-03 11:23:09 +08:00
Jiajie Zhong
26a84b30d8
Change issue bot mailing list from chinese to english (#6420) 2021-11-02 21:00:23 +08:00
chouc
900cf3a7e3
[Fix][DAS] Specify the catalog and schema when check table or column exists (#6646)
* Specify the catalog and schema when check table and column exsits
2021-11-02 13:33:25 +08:00
JinYong Li
f20444792c
[Feature][Install] add upgrade 2.0 ddl (#6648)
* Optimizing SQL scripts

* add upgrade 2.0 ddl
2021-11-01 17:21:28 +08:00
wind
daca3baf66
[DS-6653][Server] fix netty create too many channels (#6654)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-11-01 12:18:39 +08:00
BenjaminWenqiYu
3a8b80971b
1. ResourceMapper rename the original 'existResource' function to 'existResourceByUser' (#6409)
2. ResourceMapper add existResource function without the userId condition
3. change the ResourceServiceImpl's private function 'checkResourceExists' without userId condition
2021-10-31 21:26:48 +08:00
jon-qj
86c85114b2
make alert instance page display more friendly (#6635)
* make alert instance page display more friendly

* Update EmailAlertChannelTest.java
2021-10-31 21:16:10 +08:00
wind
ae0b18f3a3
[DS-6638][MasterServer] fix task state no change when failover worker (#6639)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-31 21:12:55 +08:00
wind
8850baff07
[DS-6640][WorkerServer] support process update host command type (#6642)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-31 21:10:51 +08:00
Jiajie Zhong
dd6ed36f65
Add Python API implementation of workflows-as-code (#6269)
* Init DS python SDK pydolphinscheduler: python code definition

* Doc first

* Add quick start and developer doc

* Java documentation change

* Add LICENSE-py4j.txt

* Add py4j to release-docs/LICENSE

* Move dependency version to parent pom

* Remove outdated code

* Add tenant parameter to tutorial
2021-10-31 20:35:46 +08:00
JinYong Li
00eea95df5
Optimizing SQL scripts (#6644) 2021-10-31 11:59:11 +08:00
aCodingAddict
f60e3c219a
[DS-6606] [common] JSONUtils#getNodeString String type (#6618) 2021-10-30 16:02:02 +08:00
wind
06e8e24708
[DS-6616][WorkerServer] fix worker stop fail and fakes death (#6621)
* [DS-6616][WorkerServer] fix worker stop fail and fakes death

* remove unuse test

* just add try catch to remove zk worker path

Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-29 17:44:06 +08:00
Jiajie Zhong
03aaef0fe6
Add Github Actions stale bot (#6468) 2021-10-28 13:43:02 +08:00
Jiajie Zhong
cbeedba3e2
Remove unused try block in UT (#6182)
closes https://github.com/apache/dolphinscheduler/issues/6181
2021-10-27 19:01:33 +08:00
Jiajie Zhong
d91801e6f6
Change feature issue label to "new feature" (#6601) 2021-10-27 09:57:27 +08:00
wind
0d26724455
[DS-6591][API] fix process definition import (#6592)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-26 17:35:06 +08:00
wind
adf49e6a5f
[DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-25 09:30:55 +08:00
kezhenxu94
e15668097a
Remove legacy E2E codes (#6585) 2021-10-22 13:55:59 +08:00
Kerwin
28004c3b05
[Fix] [SQL] sql script upgrade exception (#6462)
* fix sql syntax error exception.

* update 1.4.0 sql ddl
2021-10-22 10:30:52 +08:00
wind
b642e9ca54
[DS-6582][Master] fix condition task state (#6583)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-21 19:27:13 +08:00
mask
9b1984c244
[fix-6570][task] add sql task udf resource load (#6570) (#6571)
* [fix-6570][task] add sql task udf resource load (#6570)

-add sql task udf resource load
-Fix UdfFuncRequest serialization

* fix checkstyle

* add defaultFS in sqlTaskContext

* fix checkstyle
2021-10-21 15:23:49 +08:00
kezhenxu94
16b94e207d
Update e2e.yml (#6574) 2021-10-21 15:11:50 +08:00
wind
18b324e4d5
fix sql exception in pgsql (#6576)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-21 11:25:26 +08:00
JinYong Li
095e2e206a
fix import processDefinition error (#6573) 2021-10-20 23:45:38 +08:00
kezhenxu94
251255009a
Add end-to-end test framework and some basic cases (#6419) 2021-10-20 21:14:26 +08:00
wangyizhi
fa102afad0
fix import process definition url error (#6567) 2021-10-20 18:58:23 +08:00
wangyizhi
5dfb0163c2
fix switch node cannot get branch flow (#6565) 2021-10-20 16:55:38 +08:00
Kirs
09657d8576
[#6337]When the SQL result reaches the limit value, increase the log result prompt (#6528) 2021-10-20 14:58:46 +08:00
ououtt
a3982f5025
[Improvement-6540][server] Optimize the code related to the processInstanceExecMaps object (#6556)
* [DS-6540][refactor-server] Optimize the code related to the processInstanceExecMaps object
2021-10-20 14:55:23 +08:00
Hua Jiang
8200bc1452
[Fix-6529] Improve the python task to solve the issue about getting the environment variables. (#6531)
* modify config

* improve python task

* improve python task
2021-10-18 17:33:16 +08:00
wangyizhi
4d0869fcc0
fix DAG environment list error (#6551) 2021-10-16 22:45:55 +08:00
Kirs
de61d65af2
[Task]fix business log using error (#6538) 2021-10-15 20:27:24 +08:00
OS
52a550b6ae
[BUG-6543][Master] process instance state is always running when failure task (#6547)
* fix-6543: process instance state is always running when failure task exists

* code style

* code style
2021-10-15 18:04:04 +08:00
Hua Jiang
ba4cb9d22a
[Fix-5876][SQL] Support more resources files in the task (#6457)
* change the type of resource_ids from varchar to text
2021-10-14 15:31:06 +08:00
Jiajie Zhong
6495a204f3
Fix install.sh for DS 2.0 and add comment to install_config.conf (#6506)
* Fix install.sh for DS 2.0

* Use #* make it work in macos

* Add comment for properties change

* Add JAVA HOME for only one file change to deploy

* Reduce config change by using default value of: plugin registry, alert, task as

* Change javaHome default value

* Delete config param zkQuorum

* Reorder param

* Add comment for install_config.conf
2021-10-14 11:13:05 +08:00
OS
8606cbd493
fix bug: 6523 Failed to authorize resource (#6524) 2021-10-14 00:31:23 +08:00
wind
50f1766903
[DS-6499][WorkerServer] report busy state when worker is overload (#6512)
* [DS-6499][WorkerServer] report busy state when worker is overload
2021-10-13 11:45:56 +08:00
OS
cea8ae6991
6471: cache process definition in master (#6511) 2021-10-13 11:36:27 +08:00
Kirs
bddf3e6f2c
[FIX-#6514]Task Class Load Err (#6513)
* [FIX-#6412]Task Class Load Err

* Task Class Load Err
2021-10-13 10:30:49 +08:00
Hua Jiang
a80fca70f7
[Fix-6497][Server] Fix the missing code about the feature of supporting multiple environments. (#6509) 2021-10-12 17:47:04 +08:00
wind
fea7874f95
[DS-6502][MasterServer] fix cmdParam NPE when constructProcessInstance on SCHEDULER mode (#6504)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-12 14:42:49 +08:00
OS
db04a5b04d
[Feature-6471]Cache Process definition in master (#6485)
* feature-6471 Cache Process definition in master
2021-10-11 20:22:58 +08:00