wenjun
f6088f277e
Optimize code comments ( #4933 )
...
Co-authored-by: mengyun <mengyun@pinduoduo.com>
2021-03-02 22:02:44 +08:00
JuFeng Li
397c78149c
[Fix-4929][dao]fix ClassCastException when run hive sql with udf ( #4930 )
...
* ambari2.7.5+hdp3.1兼容ds1.3插件
* params.py
* delete unuseless code
* fix class cast exception
Co-authored-by: 李巨丰 <lijf@2345.com>
2021-03-02 18:26:14 +08:00
zhuangchong
ba2bb22100
[Improvement][API] create project success return project id ( #4927 )
...
* create project success return project id.
* update return data structure
2021-03-02 18:03:59 +08:00
JuFeng Li
d01b2c432e
[Fix-4921][UI] Fix download log get return 404 ( #4922 )
...
* fix download log 404
* remove hard code and fix same download problem in downloadFile
Co-authored-by: 李巨丰 <lijf@2345.com>
2021-03-02 15:19:32 +08:00
lgcareer
43ba29a2dd
[Improvement-4624] When the server exist in the dead server list of zk,need stop service byself ( #4626 )
...
* [Improvement-4624] When the server exist in the dead server list of zk,need stop service byself
* [Improvement-4624]fix check style and add MaterRegistryTest
* [Improvement-4624]fix check style and add ZookeeperRegistryCenterTest
* [Improvement-4624]fix check style and add ZookeeperRegistryCenterTest
* [Improvement-4624]add RegisterOperatorTest
* [Improvement-4624]update RegisterOperatorTest
* [Improvement-4624]resolve code smell
* [Improvement-4624]revert LICENSE-@form-create-element-ui
2021-03-02 14:05:00 +08:00
Shiwen Cheng
54fc458e44
[Fix-4908][UI] Fix dependent task item cannot delete and select ( #4909 )
2021-03-01 21:58:39 +08:00
Shiwen Cheng
a25c3974fc
[Improvement][README] Update official website link in readme ( #4903 )
2021-03-01 15:13:25 +08:00
dailidong
bfc5d1e4ba
Merge pull request #4875 from chengshiwen/improve-docker-faq
...
[Improvement][Docker/K8s] Add FAQ in docker/k8s and update outdated readme
2021-02-27 22:44:55 +08:00
zhuangchong
139211f3dd
Reduce queries after successful project creation. ( #4901 )
2021-02-27 21:39:21 +08:00
zhuangchong
a388b6853d
Optimize HashMap Initial Capacity. ( #4896 )
2021-02-27 21:36:03 +08:00
chengshiwen
5adf1db027
[Improvement][Docker] Update readme
2021-02-27 17:07:03 +08:00
John Bampton
d170b92dc6
Update the url for QuickStart in Docker
( #4895 )
2021-02-27 14:46:18 +08:00
chengshiwen
da6e1500cb
[Improvement][Docker] Add DOLPHINSCHEDULER_OPTS for docker compose/swarm
2021-02-27 14:38:59 +08:00
chengshiwen
4cab4095e9
[Improvement][Docker] Update environment variables
2021-02-27 14:37:51 +08:00
chengshiwen
3ff4e21069
[Improvement][K8s] Add readme to use namespace, access ui and delete pv
2021-02-27 14:37:51 +08:00
chengshiwen
c200911733
[Improvement][Docker] Rename worker group to worker groups
2021-02-27 14:37:51 +08:00
chengshiwen
83ea710a5e
[Improvement][K8s] Add FAQ in readme
2021-02-27 14:37:50 +08:00
chengshiwen
5e58b3a635
[Improvement][K8s] Update outdated readme
2021-02-27 14:37:50 +08:00
chengshiwen
27d7b436a1
[Improvement][Docker] Add default login username and password in readme
2021-02-27 14:37:50 +08:00
chengshiwen
6911a39b49
[Improvement][Docker] Add FAQ in readme
2021-02-27 14:37:50 +08:00
dailidong
b8788f007b
Merge pull request #4887 from chengshiwen/fix-docker-invalid-volume
...
[Fix-4886][Docker] Fix invalid volume specification in Windows
2021-02-27 09:45:23 +08:00
dailidong
a75793d875
Merge pull request #4890 from jbampton/fix-word-case
...
chore: fix case of GitHub and JavaScript
2021-02-27 09:40:29 +08:00
dailidong
5cadf4e4e9
Merge pull request #4892 from jbampton/fix-slack-links
...
Fix Slack invite links
2021-02-27 09:32:01 +08:00
John Bampton
40031d8c6d
Fix Slack invite links
2021-02-27 11:10:47 +10:00
John Bampton
90e9d4141d
chore: fix case of GitHub and JavaScript
...
Changes are:
- `Github` -> `GitHub`
- `Javascript` -> `JavaScript`
2021-02-27 01:48:53 +10:00
dailidong
c6b7eb3486
Merge pull request #4565 from CalvinKirs/rpc
...
[Feature-#4549][remote]Rpc design
2021-02-26 23:43:03 +08:00
chengshiwen
3b562f557d
[Fix-4886][Docker] Fix invalid volume specification in Windows
2021-02-26 20:31:26 +08:00
CalvinKirs
dc20d6a4cb
add NOTICE
2021-02-26 18:15:46 +08:00
CalvinKirs
b4c7e35340
Merge branch 'dev' into rpc
...
# Conflicts:
# tools/dependencies/known-dependencies.txt
2021-02-26 18:10:49 +08:00
alphabet5
fbe0edac07
Update README.md ( #4882 )
...
Added the default login credentials for the web UI.
2021-02-26 13:28:39 +08:00
JuFeng Li
d217937de3
[Improvement][alert plugin]fix alert massage ( #4880 )
...
* fix alert massage
Co-authored-by: 李巨丰 <lijf@2345.com>
2021-02-26 10:03:32 +08:00
wangdazhong001
73b2d5b7fc
[Fix-4843] Rename WORKER_GROUP to WORKER_GROUPS ( #4843 ) ( #4856 )
...
* [Fix-4843] docker yml
* [Fix-4843] k8s env
* [Fix-#4843] fix startup-init-conf.sh worker.properties.tpl WORK_GROUP change WORK_GROUPS
* [Fix-#4843] fix README.md README_zh_CN.md WORK_GROUP change WORK_GROUPS
Co-authored-by: wangdz50 <wangdz50@chinaunicom.cn>
2021-02-25 22:44:06 +08:00
Kirs
a9e1d316f5
[Improvement][SPI]Migrate related classes loaded by SPI classes to public modules ( #4586 )
...
* Migrate related classes loaded by SPI classes to public modules
* Migrate related classes loaded by SPI classes to public modules
* remove guava
* update guava
* update guava
* move to common model
* code style
* code style
* resolved conflicting file
* remove ignore test
* add jar
* fix ut error
* fix test
* fix error
* test
* exclude asm、resolver、aether-api
* code style
* remove default plugin jar config
* add LICENSE file
* add version
* add version
* remove ignore ut
* fix ut error
* add ut
* code style
* add license
2021-02-25 11:39:46 +08:00
Shiwen Cheng
f975489374
[Improvement][SQL] Place the upgraded schema to the correct version directory and check schema errors ( #4806 )
...
* [Improvement][sql] Keep same with 1.3.5-release
* [Improvement][sql] Move the sql at the wrong version to 1.4.0 and fix issue #4650
* [Improvement][sql] Fix ci error
2021-02-25 10:35:55 +08:00
guohaozhang
c64d73b075
[Fix-#4866][common] Fix loading hdfs-site.xml ( #4867 )
2021-02-25 09:58:34 +08:00
zhuangchong
ffe215f685
[Fix-4816][API] The API calls the workflow instance query interface and queries all the data when the time parameter is wrong ( #4817 )
...
* fix process instance query paramter is date,date parse error.
* solve code duplication.
* update checkAndParseDateParameter call parameters.
* update instance service test.
* update check and parse date parameters method.
* update BaseService class code style.
* Update check data parameter result judgment condition.
2021-02-25 09:16:27 +08:00
WilliamChen-luckbob
e47e4a70ab
[Fix] while repeat running, the global parameters will not set to the user specified start parameters. ( #4779 )
...
* [fix]when repeat running, there are no startparams which was set in the first start
* [fix] cannot set global param while rerun process instance
* fix code format
* delete unrelated test
* Update ExecutorControllerTest.java
* fix code smell
* Update ExecutorService2Test.java
don't know why e2e failed
* replace duplicate code
2021-02-24 23:48:23 +08:00
dailidong
40bb92aec1
Merge pull request #4618 from 597365581/patch-12
...
[FIX-#4617][LoggerServer] task log can not refresh in time
2021-02-24 16:33:28 +08:00
dailidong
2b384c190e
Merge pull request #4832 from woshiwuxiaofei/dev_wuxiaofei_server
...
[Improvement-#4137][master] Replace sleep&take with poll in TaskPriorityQueueConsumer
2021-02-24 16:01:16 +08:00
小清
71752dcaea
Update ShellTaskTest.java
2021-02-24 15:48:46 +08:00
小清
9a2a5ff6d1
Merge branch 'dev' into patch-12
2021-02-24 15:42:17 +08:00
wuxiaofei
6ce876a3a2
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
2021-02-24 14:26:45 +08:00
zhuangchong
6925f8fb8a
[Fix-4850][Alert] fix the port number indicates a ServerPort is not number when the mail alert plug-in is edited ( #4860 )
...
* fix the port number indicates a ServerPort is not number when the mail alert plug-in is edited.
* update EmailAlertChannelFactory class code smells.
2021-02-24 14:25:31 +08:00
wuxiaofei
b2a871b4c5
[BUG][PeerTaskInstancePriorityQueue]string formatter
2021-02-24 12:18:29 +08:00
wuxiaofei
8986c845a9
[BUG][PeerTaskInstancePriorityQueue]poll with timeout is not currently supported
2021-02-24 11:47:19 +08:00
wangxj3
c7fb3ec105
excess dolphinscheduler-ui.zip file ( #4859 )
...
excess dolphinscheduler-ui.zip file
2021-02-24 11:36:54 +08:00
zhuangchong
3216ca1811
The display order of complement parameters page is adjusted ( #4844 )
2021-02-24 11:20:57 +08:00
guohaozhang
cfce4ae8a0
[Fix-#4840][worker] fix master fault tolerance when startup ( #4845 )
...
* [Fix-#4840][worker] fix master fault tolerance when startup
* [Fix-#4840][worker] move masterRegistry.unRegistry to zkMasterClient.close
2021-02-24 11:19:00 +08:00
wuxiaofei
488726139f
[Performance][PeerTaskInstancePriorityQueue]code style formatter
2021-02-24 10:52:48 +08:00
wuxiaofei
911cf061e0
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
2021-02-24 10:49:41 +08:00