Wenjun Ruan
7c8fa9b48c
Add IntegretionTest for registry module ( #15981 )
6 months ago
xiangzihao
8426d2346c
[HotFix] [CI] Temporary skipping mergeable check ( #15958 )
...
* temporary skipping mergeable check
6 months ago
Wenjun Ruan
647cbae400
[DSIP-32][Master] Add command fetcher strategy for master fetch command ( #15900 )
6 months ago
Wenjun Ruan
32f9288974
Fix dsip name ( #15876 )
7 months ago
Wenjun Ruan
8fc204940f
Add DSIP template ( #15871 )
7 months ago
Wenjun Ruan
163f8f01f0
Fix jdbc registry cannot work ( #15861 )
7 months ago
xiangzihao
49d04de3ae
fix frontend ci not trigger ( #15749 )
8 months ago
xiangzihao
1440045fb8
[CI] Frontend ci require passed before merge ( #15735 )
...
* frontend ci require passed before merge
8 months ago
Jay Chung
48ea8f387a
chore: modify some CODEOWNERS ( #15654 )
...
* chore: modify some CODEOWNERS
* Add Eric as code owner for some dirs
---------
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
xiangzihao
f8919c0509
[Doc] Fix ci docs check timeout issue ( #15664 )
...
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
8 months ago
Wenjun Ruan
89742332a8
Fix TaskGroupQueue will never be wakeup due to wakeup failed at one time ( #15528 )
9 months ago
Wenjun Ruan
419cb49311
Change download url in backend.yml ( #15526 )
9 months ago
lizhenglei
3c7a77c90e
[Improvement][E2E] add e2e javatask case ( #15469 )
...
* add java task
* fix
* support jdk
* fix java
* fix java_home
* add ut
* recover
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
10 months ago
lizhenglei
4c31e19e11
[Improvement][E2E]e2e improve add workflow httpTask e2e case ( #15420 )
...
* e2e case
* Create local.yml
* local
* fix
* fix
* fix blank
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
10 months ago
Gallardot
1c1d4bd592
[Improvement][Helm] using helm-docs to generate docs automatically ( #15299 )
10 months ago
Jay Chung
0016b96b85
Fix docs style is incorrect by CI pass ( #15167 )
11 months ago
Aaron Wang
d5f99cc582
[E2E][Bug] Fix k8s-e2e ( #15098 )
1 year ago
Wenjun Ruan
b750db3c37
Add IT for dolphinscheduler-tools module ( #15043 )
1 year ago
Wenjun Ruan
37db913f04
Set kubectl version to v1.28.3 ( #15053 )
1 year ago
Jay Chung
3fa69d2db8
[Bug][Worker] Fix sql/shell task doesn't replace parameter ( #14876 )
...
Fix parameter assign error, fix #14869 which including
* shell task param not work, botch local and global
* others task chain assign not work
1 year ago
Aaron Wang
6406243db0
chore: add revert label check ( #14853 )
1 year ago
Jay Chung
82eeeec750
fix wrong condition ( #14836 )
1 year ago
Jay Chung
25e841a228
chore: Correct db upgrade and add ci avoid regression ( #14620 )
...
add atlasgo to ci
https://atlasgo.io/declarative/diff
related: https://github.com/apache/dolphinscheduler/issues/11286
BTW, it seems some ddl change only exist in 3.1.3、3.1.5、3.1.6 but do not exist in dev which will also cause an error when updating from those version
1 year ago
Wenjun Ruan
d223d654cc
Add rpc benchmark test ( #14797 )
1 year ago
kezhenxu94
294a6225f1
Fix cache is overriden randomly after build and before tests ( #14808 )
...
* Fix cache is overriden randomly after build and before tests
* Update backend.yml
* Update unit-test.yml
1 year ago
Wenjun Ruan
55cc77226f
[RPC] Refactor the remote module. ( #14776 )
...
* Add dolphinscheduler-extract-base
* Add dolphinscheduler-extract-master
* Add dolphinscheduler-extract-worker
* Add dolphinscheduler-extract-alert
1 year ago
Gallardot
f7ba26f030
fix: kubectl version update ( #14762 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
Wenjun Ruan
27745a8a84
Upgrade JDK17 for Sonar ( #14726 )
1 year ago
Gallardot
5a550dd628
[Improvement][CI] deploy to k8s ( #14555 )
...
* [Improvement][CI] deploy to k8s
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
1 year ago
Wenjun Ruan
4aab0b234f
Use AdHoc datasource client in sqlTask ( #14631 )
...
* Use AdHoc datasource client in sqlTask
* Add method in DataSourceChannel to create PooledDataSourceClient and AdHocDataSourceClient
1 year ago
xiangzihao
164154488a
add e2e optional for ci ( #14633 )
1 year ago
Jay Chung
d92e2b360e
ci: Mergeable must have ready-to-merge and not require version ( #14600 )
...
you can see our init discuss in https://lists.apache.org/thread/xgcd3wndfst88ornvdknd64nol76k89n
1 year ago
kezhenxu94
68e8b352d3
Disable dependabot pull requests ( #14596 )
1 year ago
Jay Chung
de2d215aee
impv: Correct datax execute and python execute script name ( #14523 )
...
* impv: Correct datax execute and python execute script name
we use PYTHON_LAUNCHER for python script execute and
DATAX_LAUNCHER for datax script name
* Add pr number
* fix ut
* style
---------
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
xiangzihao
6af361a7d6
[CI] Try to fix flaky CI ( #14568 )
...
* increase zk timeout in ci
* increase await timeout in WorkflowE2ETest
1 year ago
Eric Gao
8020c1539c
[Improvement][API Test] Add api tests for process instance ( #14514 )
...
* Add test cases for process instance apis
---------
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Eric Gao
3e3e859c7f
[Improvement][API-Test] Add api tests for executor controller ( #14500 )
...
* Add api tests for executor apis
1 year ago
Wenjun Ruan
406aeaf659
Use jvm_args_env.sh to set JVM args ( #14487 )
1 year ago
Eric Gao
7973324229
Add api test cases for scheduler page ( #14480 )
1 year ago
kezhenxu94
61ec5e33b1
Remove code owner ( #14461 )
1 year ago
Eric Gao
d4c523830d
[Improvement][API Test] Add API test cases for process definition controller ( #14300 )
...
* add api tests for process definition controller
1 year ago
Jay Chung
0f190ae3da
chore: Add new step skip for ui build and spotless ( #14427 )
1 year ago
Eric Gao
323129febb
[Improvement][API-Test] Add api tests for project page ( #14402 )
...
* add initial api tests for process definition controller
* Update
* Add test cases for project page
* Remove unrelated stuff
* Remove useless imports
* Add project api test case to github workflow matrix
1 year ago
Jay Chung
dd55de4429
chore: Remove EOL issue version and add prepare one ( #14270 )
...
* due to we release the last version of 2.0.x and 3.0.x, we do not
accept bug report for them now.
* Add new version 3.2.0-prepare for testing the incoming verison
3.2.0-prepare
1 year ago
Aaron Wang
708086c8fe
fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
1 year ago
Jay Chung
2124a95081
chore: roadmap should not label stale ( #14103 )
1 year ago
JieguangZhou
a3b2cc0275
[CI] Try fix api test error ( #14094 )
...
* try fix api test error
* add workergroupapitest to ci and fix log output
* fix log output
* skip remote shell UT
---------
Co-authored-by: SbloodyS <460888207@qq.com>
1 year ago
Jay Chung
f9f88cb505
doc: Add hyperlink for pydolphinscheduler doc ( #13907 )
...
* doc: Add hyperlink for pydolphinscheduler doc
* style
* remove Tianqi-Dotes for docs code owner
2 years ago
Cheng Pan
5f94c8cd7c
Pin pnpm@7 in CI ( #13899 )
2 years ago
Jay Chung
e61b8a3dce
fix: docker auto push tag name ( #13858 )
2 years ago