Jay Chung
109ac5486e
[maven-release-plugin] prepare release 3.0.6
2023-05-25 19:44:02 +08:00
Jay Chung
3cea494dba
[maven-release-plugin] prepare for next development iteration
2023-03-30 20:27:31 +08:00
Jay Chung
dc3c965134
[maven-release-plugin] prepare release 3.0.5
2023-03-30 20:26:22 +08:00
Jay Chung
0a9e72e218
[maven-release-plugin] prepare for next development iteration
2023-03-30 19:33:08 +08:00
Jay Chung
ec4dafa057
[maven-release-plugin] prepare release 3.0.5
2023-03-30 19:33:07 +08:00
Jay Chung
7dd7391835
[maven-release-plugin] prepare for next development iteration
2022-12-28 20:11:15 +08:00
Jay Chung
0a4175261e
[maven-release-plugin] prepare release 3.0.4
2022-12-28 20:11:14 +08:00
Jay Chung
bab80aaba2
[maven-release-plugin] prepare for next development iteration
2022-12-05 16:19:34 +08:00
Jay Chung
a3b882a80a
[maven-release-plugin] prepare release 3.0.3
2022-12-05 16:19:33 +08:00
EricGao888
934e7f806c
[maven-release-plugin] prepare for next development iteration
2022-11-16 21:21:48 +08:00
EricGao888
d2ba3d4cfb
[maven-release-plugin] prepare release 3.0.2
2022-11-16 21:21:47 +08:00
EricGao888
ef3669fc3a
[maven-release-plugin] prepare for next development iteration
2022-11-16 14:18:18 +08:00
EricGao888
818a256952
[maven-release-plugin] prepare release 3.0.2
2022-11-16 14:18:17 +08:00
Eric Gao
5bb9514778
[3.0.2-prepare] Update version number from 3.0.1 to 3.0.2 ( #12886 )
...
* Update version number from 3.0.1 to 3.0.2
* Fix version update
* fix dead link
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2022-11-14 14:51:18 +08:00
Eric Gao
63f34cc361
[3.0.2-prepare][cherry-pick] Fix python class description error ( #12790 )
...
Co-authored-by: chenrj <102030622+xdu-chenrj@users.noreply.github.com>
2022-11-07 19:00:26 +08:00
Jiajie Zhong
aec3513266
[fix][python] Task switch branch not show in webui ( #12120 )
...
when create task switch in python api, switch branch not show correctly,
due to we add some unnecessary attribute to switch task, this patch we
add `_task_ignore_attr` in class `Task` to ignore those unnecessary
attribute from `_task_default_attr`
(cherry picked from commit a86f4e2693 )
2022-10-28 08:59:44 +08:00
zhuangchong
5f85235462
[maven-release-plugin] prepare for next development iteration
2022-09-22 16:10:18 +08:00
zhuangchong
cb03ca8166
[maven-release-plugin] prepare release 3.0.1
2022-09-22 16:10:17 +08:00
zhuangchong
364cafe138
[maven-release-plugin] prepare for next development iteration
2022-09-19 13:36:46 +08:00
zhuangchong
17e36b7060
[maven-release-plugin] prepare release 3.0.1
2022-09-19 13:36:45 +08:00
Kerwin
018734c31c
[3.0.1-prepare]Modified version before release. ( #12038 )
2022-09-19 13:01:49 +08:00
Jiajie Zhong
257187c521
[python] Refactor structure to avoid cycle import ( #11167 )
...
Currently, our core and side module dependent on each others. and will cause
cycle import in our codebase, especially in issue #10905 , we try to refactor
to solve this problem.
This patch do the following change:
* Rename module `side` to `models`
* Move `core/base` and `core/sidebase` to dir `modules`
* Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler
(cherry picked from commit 7a766cbcf2 )
2022-09-17 22:13:03 +08:00
Jiajie Zhong
9f0b2ca550
[python] Add support interpreter version 310 and 311-dev ( #11170 )
...
* Change version of package
* Fix tox error
* Change dev status to beta
* py4j not work on py{10,11} OS Windows
(cherry picked from commit 4d427ee215 )
2022-09-17 22:11:52 +08:00
Kerwin
8a12ae746d
update PyDolphinScheduler documentation link. ( #11474 )
...
(cherry picked from commit c59a8503f4 )
2022-09-17 22:08:45 +08:00
JieguangZhou
1f88c5a637
[bug][python] Fix task switch error when default branch not defined last ( #11606 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit 635fde1981 )
2022-09-17 22:08:28 +08:00
陈家名
59e745be0a
[fix][python] Sql pattern add truncate. ( #11666 )
...
(cherry picked from commit 564a815d21 )
2022-09-17 22:07:30 +08:00
Jiajie Zhong
82deeab2fb
[python] Add multiple version of document ( #11391 )
...
* Using sphinx-multiversion to support multiple version
of python api document
* change python api sidebar link
* fix whitelist_externals deprecated and add git
close : #8227
(cherry picked from commit 26afd655cb )
2022-09-17 21:54:29 +08:00
xiangzihao
92ca3df127
[Doc] Add tools/libs to the init database steps ( #11345 )
...
(cherry picked from commit 983f9b41bf )
2022-08-09 13:55:30 +08:00
Jiajie Zhong
889fd580e3
[maven-release-plugin] prepare for next development iteration
2022-08-05 18:16:57 +08:00
Jiajie Zhong
9efd1ace78
[maven-release-plugin] prepare release 3.0.0
2022-08-05 18:16:57 +08:00
Jiajie Zhong
a6db4a591c
Some docs version change
2022-08-05 16:03:18 +08:00
Jiajie Zhong
ab73121401
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
(cherry picked from commit 9e692f919a )
2022-08-02 18:51:46 +08:00
Jiajie Zhong
88712b423a
[fix] Some cherry pick error
2022-07-28 11:13:48 +08:00
陈家名
4da1240b0e
[Python] Supports creating or editing resources. ( #10823 )
...
(cherry picked from commit 59cd86157f )
2022-07-28 11:13:48 +08:00
Jiajie Zhong
e4ab488426
[python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
(cherry picked from commit 81930e5420 )
2022-07-28 11:13:48 +08:00
Jiajie Zhong
6bab63cc7b
[python] fix doc build error ( #10810 )
...
(cherry picked from commit 113a67122f )
2022-07-27 22:36:34 +08:00
Jiajie Zhong
6f5ea6e411
[python] Correct some docs for python api ( #10772 )
...
* Remove add leading `$` from command
* Add copy button from code block
* Using `python -m pip` to install package avoid error
(cherry picked from commit b4eee7edb6 )
2022-07-27 22:34:40 +08:00
陈家名
dd4b99298a
[python] Support using full-name definitions for resources ( #10551 )
...
(cherry picked from commit 7970573365 )
2022-07-27 22:13:04 +08:00
devosend
7ddaa2f47d
[maven-release-plugin] prepare for next development iteration
2022-06-28 16:41:31 +08:00
devosend
0a1b9bdd52
[maven-release-plugin] prepare release 3.0.0-beta-2
2022-06-28 16:41:30 +08:00
devosend
d68dcda2bb
[chore] pre-release change pom.xml
2022-06-28 08:24:21 +08:00
devosend
331f68e5b8
[chore] pre-release change
2022-06-27 15:24:08 +08:00
陈家名
6edb3412a9
[fix][python] Correct variable type of SQL type ( #10464 )
...
(cherry picked from commit f512e3c31f )
2022-06-18 21:51:25 +08:00
陈家名
476f2395dc
[fix][Python] Support same task name in project defferent process definition ( #10428 )
...
close : #10431
(cherry picked from commit b86dc53ad1 )
2022-06-18 21:47:11 +08:00
Jiajie Zhong
57ade38939
[maven-release-plugin] prepare release 3.0.0-beta-1
2022-05-26 20:26:32 +08:00
Jiajie Zhong
80ebe4a334
[python] Fix process definition attr release state not work ( #10151 )
...
This patch fix the error release state not work when it set to
offline and submit it to Java gateway, it error because we do
not pass the attribute to Java gateway function
`createOrUpdateProcessDefinition`
close : #9779
(cherry picked from commit 56e0ea802d )
2022-05-24 22:57:28 +08:00
Jiajie Zhong
bb47ced474
[python] Change distribute name avoid confusion with main pkg ( #10134 )
...
rename them and add `python` suffix in the end
close : #9121
(cherry picked from commit bf4b8ff0d9 )
2022-05-23 14:51:34 +08:00
陈家名
1b4036e2ce
[python] Fix pre_submit_check error when local params in tasks ( #10032 )
...
(cherry picked from commit a2cd2a99e6 )
2022-05-16 20:17:44 +08:00
Jiajie Zhong
a9fa6b33a4
[chore] Change release version to 3.0.0-beta-1 ( #9957 )
2022-05-12 21:49:21 +08:00
陈家名
828034f8b9
[improve][python] Specify warning group when deploy process-definition ( #9773 )
2022-04-27 22:02:14 +08:00