rickchengx
08a4c7981f
[improve] Remove the spark version of spark task ( #11860 )
2 years ago
Eric Gao
a44817fc46
[Doc][Style] Fix doc format once for all ( #12006 )
2 years ago
Daniel Y
009cb68011
[Improvement-11834] Upgrade docker base image to support python3.9 ( #11835 )
...
* use openjdk:8-jre-slim-bullseye instead of buster to support python3.9
* use openjdk:8-jre-slim-bullseye instead of buster across all components
2 years ago
kezhenxu94
c3a8dd5ca7
Add codeql to scan codes ( #11836 )
2 years ago
xiangzihao
71eeab3d98
[CI] Fix cluster test abnormal ( #11688 )
...
* fix cluster test abnormal
2 years ago
xiangzihao
a22b9271ff
add unit test ci timeout ( #11655 )
2 years ago
Jiajie Zhong
5983e41f4b
[fix] Database change not sync ( #11258 )
...
* [fix] Database change not sync
* Make del sql upgrade same as release version
* Correct data quality dml sql
* Upgrade database DDL to avoid log path too long error
* Add missing if exists
2 years ago
Jiajie Zhong
4d427ee215
[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
2 years ago
Jiajie Zhong
26afd655cb
[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
2 years ago
Jiajie Zhong
2865b17ed4
[release] New release version 3.0.0 ( #11356 )
2 years ago
Eric Gao
6a02870926
[Feature][style] Add spotless maven plugin for automatic style fix. ( #11272 )
...
* [Feature][style] Add spotless maven plugin for automatic style fix (#10963 )
* Fix spotless ratchet configuration
* Remove license-check and decrease line length threshold value
* Update related docs
* Remove checkstyle and add pre-commit hook
* Test updated pre-commit hook
* Replace checkstyle with spotless in CI
* Remove reviewdog
2 years ago
Jiajie Zhong
93a73b1292
[ci] Make cluster test work on release branch ( #11199 )
...
When I try to release the 3.0.0 on branch `3.0.0-prepare`,
I find out cluster-test error due to version change of
tarball, I think we should make cluster test work on both
dev and prepare release branch, so I add this patch
2 years ago
Jiajie Zhong
9e692f919a
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
Jiajie Zhong
de5c22b276
[doc] Add new page incompatible change ( #11153 )
...
Add incompatibles and give some hint to user when then
want to upgrade to specific version.
ref: #10607
2 years ago
Eric Gao
a5b3144e53
Add EricGao888 to help review docs, tools, etc. ( #11047 )
2 years ago
Jiajie Zhong
502fbb0f1c
impv: not mark issue stale with security label ( #10982 )
2 years ago
Jiajie Zhong
81930e5420
[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
2 years ago
Jiajie Zhong
598290487c
[python] Integrate test run strategy change ( #10825 )
...
this patch change python integrate test strategy,
before that, only content change in dir
dolphinscheduler-python will run the test. And it
will fail our python api startter when some code
change in java gateway. So we should start the
integrate test except docs change.
and in the future, we may add python ci to
.asf.yaml to make sure it pass
close : #10488
2 years ago
xiangzihao
424722e2ab
fix label bot again ( #10859 )
2 years ago
Jiajie Zhong
9ab1a0cfc4
[ci] Fix mergeable will get mad add/remove label sometimes ( #10856 )
...
ref: https://github.com/mergeability/mergeable/issues/643
2 years ago
xiangzihao
3af618d7a8
[CI] Try to fix label bot ( #10852 )
2 years ago
Jiajie Zhong
d29592da1d
New version release 2.0.6 ( #10851 )
...
* New version release 2.0.6
* remove verison 1.3.8 and 1.3.9
2 years ago
xiangzihao
c829738e6c
[Improvement] [CI] Add label robot to pull request ( #10848 )
...
* add label robot to pull request
2 years ago
xiangzihao
5083e0be6a
add reviewdog token to enable checkstyle ( #10819 )
2 years ago
kezhenxu94
8320490da3
[CI] Fix checkstyle & review dog don't work ( #10812 )
2 years ago
xiangzihao
515b5e3ef6
[API-Test] [Checkstyle] Reformat api-test code and enable checkstyle ( #10805 )
...
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* reformat api-test code
* fix checkstyle
2 years ago
Jiajie Zhong
1485c6fba2
Add doc issue template ( #10804 )
...
close : #8201
2 years ago
Wenjun Ruan
7c740da242
Add improvement template ( #10764 )
2 years ago
Devosend
4f0a02eb43
[chore] update by release version ( #10742 )
...
* update 3.0.0-beta-2 doc
* update history-versions doc
2 years ago
Wenjun Ruan
cd62de968d
Add JDK11 on unit-test ( #10364 )
2 years ago
Jiajie Zhong
bbc1e052ab
[ci] mergable do not handle label ( #10638 )
...
mergable some time will become crazy and adding
or deleting labels in the PR. This affects the
user experience. I try to solve it in #7099 but
it is seems not affect and we should remove the
label and comment operation and only should the
result in check result.
2 years ago
xiangzihao
6396fa9965
add codeowner ( #10537 )
2 years ago
Wenjun Ruan
00f86da1da
Open checkstyle, change checkstyle severity from info to warning ( #10492 )
...
* Open checkstyle, change checkstyle severity from info to warning
2 years ago
xiangzihao
720a10a21e
add_some_code_owners ( #10462 )
2 years ago
xiangzihao
eecc49e70c
add codeowner ( #10457 )
2 years ago
xiangzihao
e50739465d
[Feature-10411] Add tenant api test ( #10442 )
...
* add feature_10411
* add feature_10411
* update README.md
* fix README.md deadlink
* fix error log output
* fix comment
2 years ago
qianli2022
ff065d8e5b
[Feature][Improvement] Support multi cluster environments - k8s type ( #10096 )
...
* service code
* [Feature][UI] Add front-end for cluster manage
* fix e2e
* remove comment on cluster controller
* doc
* img
* setting e2e.yaml
* test
* rerun e2e
* fix bug from comment
* Update index.tsx
use Nspace instead of css.
* Update index.tsx
Remove the style.
* Delete index.module.scss
Remove the useless file.
Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Amy0104 <97265214+Amy0104@users.noreply.github.com>
2 years ago
Kirs
190f253083
[CI] Add OWASP Dependency Check ( #10058 )
2 years ago
xiangzihao
997f0d4bfd
[CI] Add some codeowner ( #10385 )
...
* add some codeowner
* add some codeowner
2 years ago
Kirs
0c25d4a3ce
[Docs]Update Slack Invite Link ( #10362 )
2 years ago
Jiajie Zhong
12fdd9bbd9
[doc] Use related path for img ( #10325 )
...
Use related path in our docs for imgs, previous
can not use because website need the absolute path
from root directory, and after we merged
apache/dolphinscheduler-website#789 we have covert
function to do that
close : #9426
2 years ago
xiangzihao
35155cde9a
[CI] Add code owner of .github ( #10347 )
...
* add code owner
* add code owner
* add code owner
2 years ago
xiangzihao
50e9f2916a
[CI] bumping actions/cache to v3 to fix ci error ( #10345 )
...
* bumping actions/cache to v3
* fix JSONUtilsTest.java unit test error
2 years ago
Jiajie Zhong
0ff34b8730
[ci] Fix mergeable for ddl change and remove label unexpect ( #7099 )
2 years ago
Jiajie Zhong
a241135cbc
[chore] update by release version ( #10299 )
2 years ago
旺阳
87d9ec1dee
[doc] Delete SPRING_DATASOURCE_DRIVER_CLASS_NAME in doc ( #10228 )
2 years ago
ChunFu Wu
cd1dcf1eba
[Feature][CI] Schedule Dead Link Checker ( #10000 )
2 years ago
xiangzihao
8fab224e0d
add_alert_server_cluster_test ( #10125 )
2 years ago
旺阳
537c206c2d
[Fix][Docker] Support Multi-Architecture Docker Images ( #10052 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
xiangzihao
2423fa50f7
[Feature-10034][CI] Add postgresql cluster test in CI ( #10035 )
...
* add postgresql cluster test
* add postgresql cluster test
* add postgresql cluster test
* add postgresql cluster test
3 years ago