Jiajie Zhong
a973054950
[ci] Milestone and Label are required before the PR merged ( #12222 )
...
To make our release process easier, I plan to mark milestone
and label is required before the PR merged, they use for
* label: In this path we required label with at least on with
'feature|bug|improvement|document|chore' to make our changelog
more convenient
* milestone: For easier to cherry-pick PR, currently some of
our milestone only exists in issue and not exists in related
PR, it may
2 years ago
tuchg
ef328d9cea
Update ZooKeeper minimum version requirements ( #12284 ) ( #12288 )
2 years ago
Ivan
d9ac1fa0f7
[Fix#12231][scheduler-plugin] fix the bug which some scheduled tasks are not triggered on time ( #12233 )
...
Co-authored-by: fan.wang <fan.wang@jiduauto.com>
2 years ago
Chris-Arith
c8bd106604
create oracle help.md ( #12218 )
...
* create oracle help.md
* Add files via upload
allow Oracle to choose schema
* move pic under img and add title for oracle.md
2 years ago
Eric Gao
9ab79e064c
[Improvement][Test] Fully remove the usage of powermock from the whole project ( #12244 )
...
* Fully remove the usage of powermock from the whole project
* Upgrade org.reflections to 0.10.12
2 years ago
fuchanghai
dec28b5c2e
[improve] Correct some log in scheduler ( #12278 )
2 years ago
fuchanghai
9b1ee1516f
[doc] Correct descriptions in glossary.md ( #12282 )
2 years ago
calvin
b4947b471c
fix this issue ( #12281 )
2 years ago
Tq
7bf49a7179
delete useless exclusions ( #12273 )
...
delete software.amazon.awssdk datasync useless dependency exclusions
2 years ago
sgw
165b9a58de
[DS-12131][master] Optimize the log printing of the master module acc… ( #12152 )
...
* [DS-12131][master] Optimize the log printing of the master module according to the log specification.
2 years ago
Eric Gao
a865be09b6
Remove powermock from DatasyncTaskTest ( #12270 )
2 years ago
Tq
c7435a51ac
[Feature][task-plugins] aws datasync task plugins ( #11865 )
...
* submit datasync task
* add aws software package license
2 years ago
Wenjun Ruan
2e4a9e6d53
Fix mysql registry doesn't support array ( #12255 )
2 years ago
TyrantLucifer
61457d1c2f
[Hotfix][Docs] Fix 404 dead links ( #12261 )
2 years ago
lynn-illumio
234f2e8a40
[Feat][UI] Set up UI setting component in profile page ( #11226 )
...
* Set up UI setting component in profile page
* Add UI setting page to the route, remove UI setting section from the profile
* Add log auto refresh timer store
* Add logTimer to pinia store and cookies
* Read logTimer from pinia store, and delay getLogs by passing the logTimer to setInterval in refreshLogs function
* Add log timer to getLogs
* Fine tune view log, add auto refresh based on time interval set in UI setting
* Add useI18n to ui setting
* Set up UI setting component in profile page
* Add UI setting page to the route, remove UI setting section from the profile
* Add log auto refresh timer store
* Add logTimer to pinia store and cookies
* Read logTimer from pinia store, and delay getLogs by passing the logTimer to setInterval in refreshLogs function
* Add log timer to getLogs
* Fine tune view log, add auto refresh based on time interval set in UI setting
* Add useI18n to ui setting
* [Feat][UI] Add UI setting page in the project.
* [Feat][UI] Add UI setting page in the project.
* Remove logTimer in cookies
* Clear timer id, set VITE_APP_DEV_WEB_URL back to default
* Clear time id in dag
* [Feat][UI] Add license header.
* [Feat][UI] Remove console.
* [Fix][UI] Fix log timer types.
Co-authored-by: songjianet <1778651752@qq.com>
2 years ago
David
7bdbd62985
[doc] Update slack invitation link ( #12258 )
2 years ago
aiwenmo
bd7e761136
[Fix-12254] [Registry] Modify the type of field named data into text ( #12256 )
...
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
2 years ago
FlechazoW
0687697869
[Improvement][Task Plugin] Modify the comment of 'deployMode'. ( #12163 )
2 years ago
Yann Ann
7beff83e9f
[Doc] Add chmod command after unzip DS tar.gz ( #12210 )
2 years ago
Yann Ann
60c43d5d32
just add WorkerGroupMapper UT ( #12242 )
2 years ago
Yann Ann
3c4f9380d1
just correct wrong word ( #12174 )
2 years ago
Jiajie Zhong
6fc209ab9d
[fix][doc] Correct release export key step ( #12228 )
...
We should only add KEY to release/KEYS instead of
dev/KEYS, according to
https://lists.apache.org/thread/2gppxc04n0r87vq4qy4j3n52zwhqd442
2 years ago
Yann Ann
c87f6d89a4
[fix#12195] Change date to timestamp to support cross diff time zones ( #12239 )
...
* fix DS support cross time zone, use timestamp replace date
2 years ago
Wenjun Ruan
0a44107bf9
Fix hive datasource connection leak ( #12226 )
2 years ago
xuhhui
55388be21f
[Improvement][Master] LowerWeightRoundRobin doSelect may be null ( #12159 )
2 years ago
Eric Gao
585efe3ad5
[Improvement][Test] Remove the usage of powermock in datasource-plugin module ( #12194 )
...
* Remove the usage of powermock in datasource-plugin module
* Switch datasource-plugin module to use PropertyUtils in common module
2 years ago
caishunfeng
40090d459e
[Improvement] remove log-server and server module ( #12206 )
...
* remove log-server module
* remove dolphinscheduler-server module
2 years ago
Amy0104
64a23cdca2
[Improvement][UI] Set the `required` to be reactive in the task modal. ( #12225 )
2 years ago
Wenjun Ruan
aacabc6ec7
Remove workerGroup in registry ( #12217 )
2 years ago
caishunfeng
a055cf5791
[Release][Doc] add 3.1.0 release ( #12227 )
...
* [Release] add 3.1.0 release to doc
2 years ago
JieguangZhou
308f632fcc
[Feature][TASK-PLUGIN] AWS Database Migration Service (DMS) ( #11868 )
...
* add aws dms
2 years ago
rickchengx
db9db944a6
[Improvement-11880][Hivecli] Improve the UI of HiveCli ( #11882 )
2 years ago
HomminLee
1a4d7a8426
[Improvement-11678][API] Improvement the error message when batch delete workflow ( #11682 )
...
* [Improvement] Improvement the error message when batch delete workflow
2 years ago
sgw
962fa6dbd5
[DS-12154][worker] Optimize the log printing of the worker module ( #12183 )
...
* [DS-12154][worker] Optimize the log printing of the worker module according to the log specification.
2 years ago
fuchanghai
e27c79974d
[fix-#11753] send alert error alert data id ( #11774 )
...
* [fix-#11753] send alert error alert data id
Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>
2 years ago
rickchengx
57fafe4256
[Improvement-12144] Remove powermock in dolphinschduler-api ( #12169 )
2 years ago
fuchanghai
c7d9719e97
[improvement] improve relation between notification strategy and alarm group on ui ( #12200 )
...
* [improvement] improve relation between notification strategy and alarm group
* [improvement] change to use ```&&```
Co-authored-by: Jackie <‘2875334588@qq.com’>
2 years ago
Jiajie Zhong
d3f087e29b
[feat][ci] Add pre-commit for easy spotless config ( #12192 )
...
* Use pre-commit to handle spotless check
* Migrate exists python pre-commit-config into dir root one
* Change related document
2 years ago
Eric Gao
d1e409e9a2
[Improvement][Test] Remove powermock in service and server modules ( #12164 )
...
* Remove powermock and refactor some related code in dolphinscheduler-service and dolphinscheduler-server modules
* Remove redundant comments
* Add null check
2 years ago
darkz
995c1480f9
[Document][Improvement] Polish docs for standalone deployment ( #12181 )
...
* Polish docs for standalone deployment
2 years ago
JieguangZhou
856083d591
fix ml group ( #12172 )
2 years ago
TyrantLucifer
4973b30efb
[Feature][doc] Add a guide to nominate new committer ( #12175 )
...
Co-authored-by: Kirs <ACM_China@yeah.net>
2 years ago
Stalary
aa5526ef5d
[Improvement][Test] Remove Powermock in dolphinscheduler-task-plugin ( #12153 )
...
* Remove the usage of powermock in task-plugin module
2 years ago
Jiajie Zhong
ad4f344283
[fix][test] Fix flaky test in CI ( #12017 )
2 years ago
Wenjun Ruan
d526dd89f6
[hotfix][UI] Remove SURVEIL and NEXT_LOOP in ui ( #12160 )
...
* Remove SURVEIL and NEXT_LOOP in ui
* Fix UT
2 years ago
Chris
7ed52c3ecb
[improve][python] Validate version of Python API at launch ( #11626 )
2 years ago
xuhhui
6466cc7c41
[Improvement][Master] Construct processInstance may NPE when master handling command ( #12056 )
...
* [Improvement][Master] Construct processInstance may NPE when master handling command
* use an enpty map
Co-authored-by: xuhaihui <xuhaihui@cmss.chinamobile.com>
2 years ago
Jiajie Zhong
b95db44130
[fix][doc] Do not change docsdev.js during releasing ( #12151 )
...
ref: https://github.com/apache/dolphinscheduler/pull/12146#discussion_r979708629
and https://github.com/apache/dolphinscheduler-website/pull/829
2 years ago
Devosend
87490a34cc
fix env config space bug ( #12147 )
2 years ago
Eric Gao
cc82206c33
Remove powermock in dolphinscheduler-master module ( #12143 )
...
* Remove powermock related code in dolphinscheduler-master module
* Remove redundant comments, useless code and unnecessary stubbings
2 years ago