Anton Lyxell
ca93b8a40c
[Improvement] Fix inefficient map iterator ( #6004 )
...
* Fix inefficient map iterator
* Use forEach and remove call to valueOf
* Modify AbstractParameters
3 years ago
lilyzhou
e866d1be86
[Fix-6038][ui] width of "SQL Statement" in Dag FormLineModal will be shrunk if sql line is too long ( #6040 )
...
This closes #6038
3 years ago
Wenjun Ruan
e0eea99520
Merge pull request #6054 from lenboo/dev-zhCN
...
[BUG][3053][UI]fix bug #6053 zh_CN.js is lost
3 years ago
lenboo
301a7b6edb
fix bug #6053 zh_CN.js is lost
3 years ago
RichardStark
0373320330
Enhancement Translation ( #6042 )
...
* replaced Loading... with i18n
* modified Edit zh_CN translation
* Delete zh_CN.js
Co-authored-by: David <dailidong66@gmail.com>
3 years ago
Wenjun Ruan
839d6054ee
fix dead server cannot stop ( #6046 )
3 years ago
kezhenxu94
04720b327a
Add `.asf.yaml` to easily set the GitHub metadata ( #6035 )
3 years ago
kyoty
2fa3b419a0
[FIX-5908][MasterServer] When executing an compensation task, the execution thread would have a NPE ( #5909 )
...
* fix the npe in MasterExec
* fix the compile error
3 years ago
mask
67dde65d32
[Improvement-6024][dist] Remove useless packaging commands ( #6029 )
...
·Remove useless packaging commands in dolphinscheduler-bin.xml
This closes #6024
Co-authored-by: mask <liuhu@zhiyoutec.com>
3 years ago
linquan
7b8579310f
[FIX-#6007]Wrong complement date ( #6026 )
...
* [FIX-#6007]Wrong complement date
* [style]Wrong complement date
3 years ago
Shukun Zhang
75f15df361
[Improvement][Api Module]split alert group list-paging interface ( #5941 )
...
* [Improvement][Api Module]split alert group list-paging interface
3 years ago
gabry.wu
42b912a525
remove description of bonecp ( #6030 )
...
Co-authored-by: shaojwu <shaojwu@ebay.com>
3 years ago
wangxj3
2e1768aae6
[Feature-#5273][server-master] Task node of SWITCH ( #5922 )
...
Co-authored-by: wangxj <wangxj31>
3 years ago
myangle1120
c37f1488bd
Task node of SWITCH ( #5939 )
3 years ago
kezhenxu94
bf90106d0c
Add standalone server module to make it easier to develop ( #6022 )
3 years ago
kezhenxu94
cfb03ce8ee
Reorganize CI workflows to fasten the wasted time and resources ( #6011 )
3 years ago
Wenjun Ruan
ae386dd1ea
Merge pull request #6003 from lyxell/fix-unchecked-type-conversions
...
[Improvement] Fix unchecked type conversions
3 years ago
lyxell
db6db88b6f
Use indentation level reported by checkstyle
3 years ago
lyxell
0206a0e9f1
Fix unchecked type conversions
3 years ago
Roy
4b892f7f65
fix the readme typing issue ( #5998 )
3 years ago
didiaode18
04423260a1
[Improvement][dao]When I search for the keyword description, the web UI shows empty ( #5952 )
...
* [Bug][WorkerServer] SqlTask NullPointerException #5549
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty #5428
* [Improvement][dao]When I search for the keyword description, the web UI shows empty #5428
3 years ago
kyoty
1887bde1eb
[NEW FEATURE][FIX-4385] compensation task add the ability to configure parallelism ( #5912 )
...
* update
* web improved
* improve the ui
* add the ability to configure the parallelism
* update variables
* enhance the ut and add necessary note
* fix code style
* fix code style issue
* ensure the complation task in parallel mode can run the right numbers of tasks.
3 years ago
atai-555
2afa625a75
[FIX-5975]queryLastRunningProcess sql in ProcessInstanceMapper.xml ( #5980 )
3 years ago
Tandoy
f7e0e9fecf
[Improvement][Api]fix typo ( #5960 )
...
* [Imporvement #5621 ][job instance] start-time and end-time (#5621 )
·the list of workflow instances is sorted by start time and end time
·This closes #5621
3 years ago
yimaixinchen
f061487f46
[IMPROVEMENT]fix mysql comment error ( #5959 )
3 years ago
soreak
f567517031
[Improvement-5880][api] Optimized data structure of pagination query API results ( #5895 )
...
* [5880][refactor]Optimized data structure of pagination query API results
- refactor PageInfo and delete returnDataListPaging in API
- modify the related Controller and Service and the corresponding Test
* Merge branch 'dev' of github.com:apache/dolphinscheduler into dev
Conflicts:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java
Co-authored-by: 蔡泽华 <sorea1k@163.com>
3 years ago
Squidyu
1401c2e5f7
[Fix-5886][server] Enhanced scheduler delete check ( #5936 )
...
* Add:Name verification remove the first and last spaces.
* Update: wrong word: 'WAITTING' ->'WAITING'
* Add: Strengthen verification
Co-authored-by: Squid <2824638304@qq.com>
3 years ago
Tandoy
846d408e66
[Improvement][Master]fix typo ( #5934 )
...
·fix typo in MasterBaseTaskExecThread
3 years ago
深刻
0b4a20251f
ci: improve maven connection in CI builds ( #5924 )
...
issue: #5921
3 years ago
The Gitter Badger
2535db4c77
Add a Gitter chat badge to README.md ( #5883 )
...
* Add Gitter badge
* Update README.md
Co-authored-by: David <dailidong66@gmail.com>
3 years ago
Yao WANG
efad0ed2ba
correct the wrong annotion from zk queue implemented to java priority blocking queue ( #5906 )
...
Co-authored-by: ywang46 <ywang46@paypal.com>
3 years ago
wen-hemin
72d68041e3
[Improvement][Api Module] refactor DataSourceParam and DependentParam, remove spring annotation ( #5832 )
...
* fix: refactor api utils class, remove spring annotation.
* fix: Optimization comments
Co-authored-by: wen-hemin <wenhemin@apache.com>
3 years ago
zhuangchong
0075523fdd
[Fix-5904][upgrade]fix dev branch upgrade mysql sql script error ( #5821 )
...
* fix dev branch upgrade mysql sql script error.
* Update naming convention.
3 years ago
kyoty
8db1b042b2
[Fix-5830][Improvement][UI] Improve the selection style in dag edit dialog ( #5829 )
...
* improve the selection style
* update another file
* remove unnecessary css part.
3 years ago
kyoty
bca92157a0
[Fix-5808][Server] When we try to transfer data using datax between different types of data sources, the worker will exit with ClassCastException ( #5809 )
...
* bug fix
* fix bug
* simplify the code format
* add a new parameter to make it easier to understand.
3 years ago
深刻
4c0993cdf4
[Fix-5781][UT] Fix test coverage in sonar ( #5817 )
...
* build(UT): make jacoco running in offline-instrumentation
issue: #5781
* build(UT): remove the jacoco agent dependency in microbench
issue: #5781
3 years ago
kyoty
8571461fe8
[Improvement][Fix-5769][UI]When we try to delete the existing dag, the console in web browser would shows exception ( #5770 )
...
* fix bug
* cache the this variable
* Avoid self name
* fix code style compile error
3 years ago
Hua Jiang
4a68bfbe1c
[Improvement-5852][server] Support two parameters related to task for the rest of type of tasks. ( #5867 )
...
* provide two system parameters to support the rest of type of tasks
* provide two system parameters to support the rest of type of tasks
* improve test conversion
3 years ago
kyoty
6964c090c7
[Fix-5825][BUG][WEB] the resource tree in the process definition of latest dev branch can't display correctly ( #5826 )
...
* resoures-shows-error
* fix codestyle error
* add license header for new js
* fix codesmell
3 years ago
AzureCN
5e343d3fd2
[Fix-5719][K8s] Fix Ingress tls: got map expected array On TLS enabled On Kubernetes
...
[Fix-5719][K8s] Fix Ingress tls: got map expected array On TLS enabled On Kubernetes
3 years ago
geosmart
2df6ee1efb
[fix-5737] [Bug][Datasource] datsource other param check error ( #5835 )
...
Co-authored-by: wanggang <wanggy01@servyou.com.cn>
3 years ago
wen-hemin
9ae2266cd4
fix: Remove unused class ( #5833 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
3 years ago
kyoty
1f0c67bfb7
[Fix-5726] When we used the UI page, we found some problems such as parameter validation, parameter update shows success but actually work ( #5727 )
...
* enhance the validation in UI
* enchance form verifaction
* simplify disable condition
3 years ago
Shiwen Cheng
00e76558be
[Fix-5699][UI] Fix update user error in user information introduced by #5700 ( #5735 )
3 years ago
wen-hemin
596821a5b6
[Improvement][Api Module] refactor registry client, remove spring annotation ( #5814 )
...
* fix: refactor registry client, remove spring annotation
* fix UT
* fix UT
* fix checkstyle
* fix UT
* fix UT
* fix UT
* fix: Rename RegistryCenterUtils method name
Co-authored-by: wen-hemin <wenhemin@apache.com>
3 years ago
Wenjun Ruan
9c217d072d
[Improvement][SPI] support load single plugin ( #5794 )
...
change load operation of 'registry.plugin.dir'
3 years ago
wen-hemin
e78344df2e
fix: Remove duplicate "registryClient.close" method calls ( #5805 )
...
Co-authored-by: wen-hemin <wenhemin@apache.com>
3 years ago
傅双波
1e3ff41928
fix ( #5803 )
...
Co-authored-by: shuangbofu <fusb@tuya.com>
3 years ago
Tandoy
70fef3daed
[Imporvement #5621 ][job instance] start-time and end-time ( #5621 ) ( #5797 )
...
·the list of workflow instances is sorted by start time and end time
·This closes #5621
3 years ago
kyoty
7bffe0ac85
[Fix-5795][Improvement][Server] The starttime field in the HttpTask log is not displayed as expected. ( #5796 )
...
* improve timestamp format
make the startime in the log of httptask to be easier to read.
* fix bad code smell and update the note.
3 years ago