xiangzihao
|
a7c8d4d5ce
|
[DSIP-59] remove single task definition code and ui (#16397)
* dsip 59
* fix e2e test
|
3 months ago |
Kinson
|
666201dbcc
|
use Map to avoid traversing List repeatedly (#16365)
Co-authored-by: 石巧生(11032293) <kinson.shi@vivo.com>
Co-authored-by: xiangzihao <460888207@qq.com>
|
3 months ago |
xiangzihao
|
d9244ca22f
|
[DSIP-57][Audit] Revert PR 14981 code (#16370)
|
3 months ago |
seckiller
|
b69ba4a70c
|
[Fix-16346] Fix a bug that prevents re-uploading resource files (#16356)
Co-authored-by: JohnZp <johnzp1109@google.com>
|
3 months ago |
xiangzihao
|
c5e5ff7b19
|
[Improvement-15448] Remove redundant query in project list (#16341)
* remove redundant query
|
4 months ago |
xiangzihao
|
34cd747597
|
[Improvement-16311] Polish installation docs (#16312)
* polish installation docs
* fix cluster test error
|
4 months ago |
xiangzihao
|
761323f3e1
|
[DSIP-53] Suggest add process lineage parsing for dependent task (#16288)
* add dsip 53
|
4 months ago |
pusl6
|
0d59dd037a
|
[Improvement-15815][ui] improving to find current version identifier(#15815) (#15933)
* [Improvement][ui] improving to find current version identifier(#15815)
|
4 months ago |
Wenjun Ruan
|
177a001392
|
Remove unused dependentResult in TaskInstance (#16236)
|
4 months ago |
xiangzihao
|
225e969d2d
|
[DSIP-51][Task] Remove unused pigeon task plugin (#16219)
|
4 months ago |
Wenjun Ruan
|
46eff34e69
|
[Fix-16224] Add Shell using file E2E case (#16220)
* Add Shell E2E case
* Add shell using resource file e2e case
* Upgrade checkout from v2 to v4
* Change interval to 500ms
* Upgrade actions/upload-artifact
---------
Co-authored-by: xiangzihao <460888207@qq.com>
|
4 months ago |
xiangzihao
|
e8566818b0
|
[DSIP-50][UDF Manage] Remove unused udf manage function (#16212)
* Remove unused udf manage function
|
4 months ago |
Wenjun Ruan
|
ec6a3e0727
|
[DSIP-46] Unify the logic task params data structure between front-end and back-end (#16193)
|
4 months ago |
Wenjun Ruan
|
b34fe46044
|
Fix task cannot use workflow's environment (#16199)
|
4 months ago |
Wenjun Ruan
|
2ab5f7dd54
|
Increase zk connect timeout (#16180)
|
4 months ago |
Wenjun Ruan
|
3f3f0cd4cb
|
[Chore] Disable composite indicator (#16172)
|
4 months ago |
Wenjun Ruan
|
edeb1b2458
|
[DSIP-45] Polish the Storage SPI (#16141)
|
5 months ago |
Gallardot
|
4f6e7159b8
|
chore: fix a typo (#16104)
|
5 months ago |
Wenjun Ruan
|
7ae9ca5a33
|
Revert "[Improvement] Abnormal characters check (#15824)" (#16102)
This reverts commit e5e7749251 .
|
5 months ago |
旺阳
|
e93ed78c0f
|
[Fix] Fix audit log parma typo (#16077)
|
5 months ago |
Wenjun Ruan
|
f754611509
|
[DSIP-42] Add dolphinscheduler-aws-authentication module (#16043)
|
5 months ago |
Wenjun Ruan
|
5037f0a5e3
|
Remove OmitStackTraceInFastThrow in start.sh (#16054)
|
5 months ago |
小可耐
|
0fc2fe971a
|
[DSIP-39][parameter] Improvement startup parameters/global parameters/project parameters data type (#15967)
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* improvement project code
* remove useless imports
* remove method onClearSearchTaskType
* add parameter doc
* optimisation logic
* code conflict resolution
* code conflict resolution
* [Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list (#15978)
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* [Improvement][Monitor] Add UT for montor (#15998)
* formatting Code
|
5 months ago |
Wenjun Ruan
|
61915a2d5d
|
Fix workflow instance restart failed due to duplicate key in varpool (#16001)
|
6 months ago |
旺阳
|
68a190674f
|
[Improvement][Monitor] Add UT for montor (#15998)
|
6 months ago |
旺阳
|
0e5cb664bb
|
[Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list (#15978)
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
|
6 months ago |
Wenjun Ruan
|
7c8fa9b48c
|
Add IntegretionTest for registry module (#15981)
|
6 months ago |
Wenjun Ruan
|
99d8276be7
|
Optimizing the scope of RPC base classes (#15946)
* Optimizing the scope of RPC base classes
* Fix UT
|
6 months ago |
JohnHuang
|
d218b021e7
|
[DSIP-25][Remote Logging] Split remote logging configuration (#15826)
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
|
6 months ago |
Evan Sun
|
fa6ea8ba7b
|
[TEST] increase coverage of project workergroup relation service (#15944)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
6 months ago |
Evan Sun
|
ebcdaeb9ac
|
[TEST] increase coverage of project preference service test (#15939)
|
6 months ago |
Evan Sun
|
1d13ef09c3
|
[TEST] increase coverage of project parameter service test (#15905)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
6 months ago |
Wenjun Ruan
|
e2c8b080f9
|
[DSIP-31] Reduce the thread pool size of hikari (#15890)
|
6 months ago |
privking
|
e66441a2c9
|
[FIX] Fix cannot recover a stopped workflow instance (#15880)
|
7 months ago |
Wenjun Ruan
|
285c5a8eb5
|
[DSIP-28] Donnot scan whole bean under classpath (#15874)
|
7 months ago |
旺阳
|
d306f1d04b
|
Refactor record audit log logic (#15881)
|
7 months ago |
Evan Sun
|
325bfa821f
|
[TEST] increase cov of logger service (#15870)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
|
7 months ago |
Wenjun Ruan
|
163f8f01f0
|
Fix jdbc registry cannot work (#15861)
|
7 months ago |
Wenjun Ruan
|
a8bc23748d
|
Fix write audit log error will cause the request failed (#15868)
|
7 months ago |
Wenjun Ruan
|
76d059810a
|
Forbidden forcess success a task instance in a running workflow instance (#15855)
|
7 months ago |
Wenjun Ruan
|
27d0563fe4
|
Bind processId to constructor CodeGenerator (#15848)
|
7 months ago |
旺阳
|
f99d3f1ed3
|
[Improvement][Audit] Change time to create_time (#15846)
* change time to create_time
* update
* update
|
7 months ago |
Evan Sun
|
7894ebb350
|
[TEST] increase coverage of environment service (#15840)
* [TEST] increase coverage of environment service
* spotless apply
|
7 months ago |
旺阳
|
226345512e
|
[DSIP-26][Audit log] Audit log improvement design (#15554)
|
7 months ago |
BaiJv
|
08ac132286
|
[Improvement] Modify python-gateway: enabled default to false. (#15825)
* remove python-gateway:auth-token,modify python gateway: enabled default to false.
* reset token
|
7 months ago |
BaiJv
|
e5e7749251
|
[Improvement] Abnormal characters check (#15824)
* abnormal characters check
* add test case
* remove error log
* fix code style
* fix import
|
7 months ago |
songwenyong
|
9599b5aa81
|
fix:DataSource And UdfFunc list query use Enum code value not ordinal (#15714)
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
|
7 months ago |
Evan Sun
|
200d23fc3e
|
[TEST] increase coverage of datasource service (#15801)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
7 months ago |
Wenjun Ruan
|
3b1de41acb
|
Remove dolphinscheduler-data-quality from dolphinscheduler-task-dataquality (#15791)
|
7 months ago |
Evan Sun
|
98bc9ce4c9
|
feat: inc coverage of alert plugin instance svc (#15799)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
7 months ago |