Commit Graph

5091 Commits

Author SHA1 Message Date
kezhenxu94 04720b327a
Add `.asf.yaml` to easily set the GitHub metadata (#6035) 2021-08-26 00:17:02 +08:00
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
2021-08-25 22:19:28 +08:00
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>
2021-08-25 19:27:16 +08:00
linquan 7b8579310f
[FIX-#6007]Wrong complement date (#6026)
* [FIX-#6007]Wrong complement date

* [style]Wrong complement date
2021-08-24 15:06:28 +08:00
Shukun Zhang 75f15df361
[Improvement][Api Module]split alert group list-paging interface (#5941)
* [Improvement][Api Module]split alert group list-paging interface
2021-08-24 14:46:42 +08:00
gabry.wu 42b912a525
remove description of bonecp (#6030)
Co-authored-by: shaojwu <shaojwu@ebay.com>
2021-08-24 11:26:03 +08:00
wangxj3 2e1768aae6
[Feature-#5273][server-master] Task node of SWITCH (#5922)
Co-authored-by: wangxj <wangxj31>
2021-08-24 00:35:18 +08:00
myangle1120 c37f1488bd
Task node of SWITCH (#5939) 2021-08-23 23:18:24 +08:00
kezhenxu94 bf90106d0c
Add standalone server module to make it easier to develop (#6022) 2021-08-23 13:25:33 +08:00
kezhenxu94 cfb03ce8ee
Reorganize CI workflows to fasten the wasted time and resources (#6011) 2021-08-22 07:01:42 +08:00
Wenjun Ruan ae386dd1ea
Merge pull request #6003 from lyxell/fix-unchecked-type-conversions
[Improvement] Fix unchecked type conversions
2021-08-20 20:23:35 +08:00
lyxell db6db88b6f Use indentation level reported by checkstyle 2021-08-19 17:21:39 +02:00
lyxell 0206a0e9f1 Fix unchecked type conversions 2021-08-18 14:49:42 +02:00
Roy 4b892f7f65
fix the readme typing issue (#5998) 2021-08-18 00:56:50 +08:00
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
2021-08-18 00:53:12 +08:00
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.
2021-08-16 14:59:28 +08:00
atai-555 2afa625a75
[FIX-5975]queryLastRunningProcess sql in ProcessInstanceMapper.xml (#5980) 2021-08-13 09:28:24 +08:00
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
2021-08-09 09:13:52 +08:00
yimaixinchen f061487f46
[IMPROVEMENT]fix mysql comment error (#5959) 2021-08-07 13:30:38 +08:00
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>
2021-08-03 12:30:55 +08:00
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>
2021-08-03 12:30:36 +08:00
Tandoy 846d408e66
[Improvement][Master]fix typo (#5934)
·fix typo in MasterBaseTaskExecThread
2021-08-02 22:34:46 +08:00
深刻 0b4a20251f
ci: improve maven connection in CI builds (#5924)
issue: #5921
2021-08-01 22:18:32 +08:00
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>
2021-08-01 00:23:47 +08:00
Yao WANG efad0ed2ba
correct the wrong annotion from zk queue implemented to java priority blocking queue (#5906)
Co-authored-by: ywang46 <ywang46@paypal.com>
2021-07-30 09:56:21 +08:00
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>
2021-07-29 11:36:10 +08:00
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.
2021-07-28 17:22:39 +08:00
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.
2021-07-27 23:54:07 +08:00
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.
2021-07-27 15:46:15 +08:00
深刻 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
2021-07-26 22:04:36 +08:00
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
2021-07-21 18:50:32 +08:00
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
2021-07-21 18:36:20 +08:00
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
2021-07-20 20:48:58 +08:00
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
2021-07-20 11:21:34 +08:00
geosmart 2df6ee1efb
[fix-5737] [Bug][Datasource] datsource other param check error (#5835)
Co-authored-by: wanggang <wanggy01@servyou.com.cn>
2021-07-18 21:46:58 +08:00
wen-hemin 9ae2266cd4
fix: Remove unused class (#5833)
Co-authored-by: wen-hemin <wenhemin@apache.com>
2021-07-17 16:23:39 +08:00
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
2021-07-14 13:51:10 +08:00
Shiwen Cheng 00e76558be
[Fix-5699][UI] Fix update user error in user information introduced by #5700 (#5735) 2021-07-14 13:49:21 +08:00
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>
2021-07-14 11:54:41 +08:00
Wenjun Ruan 9c217d072d
[Improvement][SPI] support load single plugin (#5794)
change load operation of 'registry.plugin.dir'
2021-07-13 01:16:34 +08:00
wen-hemin e78344df2e
fix: Remove duplicate "registryClient.close" method calls (#5805)
Co-authored-by: wen-hemin <wenhemin@apache.com>
2021-07-13 01:14:07 +08:00
傅双波 1e3ff41928
fix (#5803)
Co-authored-by: shuangbofu <fusb@tuya.com>
2021-07-12 18:04:17 +08:00
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
2021-07-12 14:36:09 +08:00
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.
2021-07-12 14:31:48 +08:00
Wenjun Ruan 16986c3c65
[Imporvement #5725][CheckStyle] upgrade checkstyle file (#5789)
* [Imporvement #5725][CheckStyle] upgrade checkstyle file
  Upgrade checkstyle.xml to support checkstyle version 8.24+

* change ci checkstyle version
2021-07-11 00:31:45 +08:00
Wenjun Ruan 30af55b82a
[Improvement][Worker] Task log may be lost #5775 (#5783) 2021-07-10 01:14:59 +08:00
kyoty 626c47399a
[FIX-5786][Improvement][Server] When the Worker turns down, the MasterServer cannot handle the Remove event correctly and throws NPE 2021-07-10 01:08:16 +08:00
Hua Jiang 9fd5145b66
[Improvement-5773][server] need to support two parameters related to task (#5774)
* add some new parameter for task

* restore official properties

* improve imports

* modify a variable's name

Co-authored-by: jiang hua <jiang.hua@zhaopin.com.cn>
2021-07-09 17:00:32 +08:00
Tanvi Moharir ab527a5e5a
[Improvement#5741][Worker] Improve task process status log (#5776) 2021-07-09 00:28:00 +08:00
kyoty b114d330ac
[Fix-5738][UI] The cancel button in the pop-up dialog of `batch copy` and `batch move` doesn't work. (#5739)
* Update relatedItems.vue

* Update relatedItems.vue
2021-07-08 18:18:20 +08:00