Jay Chung
6ab2647e88
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
109ac5486e
[maven-release-plugin] prepare release 3.0.6
2 years ago
Jay Chung
3cea494dba
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
dc3c965134
[maven-release-plugin] prepare release 3.0.5
2 years ago
Jay Chung
0a9e72e218
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
ec4dafa057
[maven-release-plugin] prepare release 3.0.5
2 years ago
Jay Chung
7dd7391835
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
0a4175261e
[maven-release-plugin] prepare release 3.0.4
2 years ago
Jay Chung
bab80aaba2
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
a3b882a80a
[maven-release-plugin] prepare release 3.0.3
2 years ago
EricGao888
934e7f806c
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
d2ba3d4cfb
[maven-release-plugin] prepare release 3.0.2
2 years ago
EricGao888
ef3669fc3a
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
818a256952
[maven-release-plugin] prepare release 3.0.2
2 years ago
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>
2 years ago
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>
2 years ago
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
)
2 years ago
zhuangchong
5f85235462
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
cb03ca8166
[maven-release-plugin] prepare release 3.0.1
2 years ago
zhuangchong
364cafe138
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
17e36b7060
[maven-release-plugin] prepare release 3.0.1
2 years ago
Kerwin
018734c31c
[3.0.1-prepare]Modified version before release. ( #12038 )
2 years ago
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
)
2 years ago
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
)
2 years ago
Kerwin
8a12ae746d
update PyDolphinScheduler documentation link. ( #11474 )
...
(cherry picked from commit c59a8503f4
)
2 years ago
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
)
2 years ago
陈家名
59e745be0a
[fix][python] Sql pattern add truncate. ( #11666 )
...
(cherry picked from commit 564a815d21
)
2 years ago
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
)
2 years ago
xiangzihao
92ca3df127
[Doc] Add tools/libs to the init database steps ( #11345 )
...
(cherry picked from commit 983f9b41bf
)
2 years ago
Jiajie Zhong
889fd580e3
[maven-release-plugin] prepare for next development iteration
2 years ago
Jiajie Zhong
9efd1ace78
[maven-release-plugin] prepare release 3.0.0
2 years ago
Jiajie Zhong
a6db4a591c
Some docs version change
2 years ago
Jiajie Zhong
ab73121401
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
(cherry picked from commit 9e692f919a
)
2 years ago
Jiajie Zhong
88712b423a
[fix] Some cherry pick error
2 years ago
陈家名
4da1240b0e
[Python] Supports creating or editing resources. ( #10823 )
...
(cherry picked from commit 59cd86157f
)
2 years ago
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
)
2 years ago
Jiajie Zhong
6bab63cc7b
[python] fix doc build error ( #10810 )
...
(cherry picked from commit 113a67122f
)
2 years ago
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
)
2 years ago
陈家名
dd4b99298a
[python] Support using full-name definitions for resources ( #10551 )
...
(cherry picked from commit 7970573365
)
2 years ago
devosend
7ddaa2f47d
[maven-release-plugin] prepare for next development iteration
2 years ago
devosend
0a1b9bdd52
[maven-release-plugin] prepare release 3.0.0-beta-2
2 years ago
devosend
d68dcda2bb
[chore] pre-release change pom.xml
2 years ago
devosend
331f68e5b8
[chore] pre-release change
2 years ago
陈家名
6edb3412a9
[fix][python] Correct variable type of SQL type ( #10464 )
...
(cherry picked from commit f512e3c31f
)
3 years ago
陈家名
476f2395dc
[fix][Python] Support same task name in project defferent process definition ( #10428 )
...
close : #10431
(cherry picked from commit b86dc53ad1
)
3 years ago
Jiajie Zhong
57ade38939
[maven-release-plugin] prepare release 3.0.0-beta-1
3 years ago
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
)
3 years ago
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
)
3 years ago
陈家名
1b4036e2ce
[python] Fix pre_submit_check error when local params in tasks ( #10032 )
...
(cherry picked from commit a2cd2a99e6
)
3 years ago
Jiajie Zhong
a9fa6b33a4
[chore] Change release version to 3.0.0-beta-1 ( #9957 )
3 years ago