Commit Graph

4440 Commits

Author SHA1 Message Date
zapjone
743975cc5f
[Fix-4727]Update worker.properties misspell error #4730
modify work.weight to worker.weight
2021-02-08 12:49:43 +08:00
felix.wang
aa07b081b4
[fix][Alert-plugin ]Fixed SQLTask content, JSON Formate exceptions. (#4724)
* Fixed SQLTask content, JSON Formate exceptions.

* add ut

* add ut

* fix code smell
2021-02-07 23:52:51 +08:00
zhuangchong
a5443f1173
[fix-4128][worker] Dolphin executes the command using sudo to specify the -u parameter (#4217)
* update sudo cmd.

* update sudo cmd.

* update OSUtils code style.

* add OSUtils test method.
2021-02-06 22:20:25 +08:00
zhuangchong
7c07900ea6
[Improvement][install] alert-server properties make adjustments in the Install script (#4709)
* imp alert-server alert.properties install config.

* add alert plugin dir param in the install_config.conf
2021-02-06 22:12:35 +08:00
zhuangchong
03a2c6b7b7
[Improvement-4450][datasource] Hive/Spark data sources do not support multi-tenancy when Kerberos authentication is enabled (#4593)
* hive/spark jdbc add kerberos paramter.

* update datasource vue paramter placeholder.

* update code style.

* add datasource ApiImplicitParam in the kerberos paramter.

* update constants class code style.

* add code test and code style.

* update BaseDataSourceTest code style.

* update BaseDataSourceTest class code style.

* update DataSourceController class code style.

* update DataSourceController ApiImplicitParam

* update ui create data source vue.
2021-02-06 16:57:59 +08:00
Shiwen Cheng
773909efe2
[Improvement][Common] Add more resource suffix (#4683) 2021-02-05 22:17:51 +08:00
Yibo-Liu
369ff6fd03
first PR (#4699) 2021-02-05 21:47:10 +08:00
Shiwen Cheng
03c7e1f368
[Fix][UDF] Fix udf jar path not exist when fs.defaultFS starts with file:/// (#4692) 2021-02-05 14:09:02 +08:00
break60
143fca1b61
[dev][cherry-pick-4660][ui]Fix too many resources to display (#4664) 2021-02-05 11:55:39 +08:00
Shiwen Cheng
24ddd4f707
[Improvement][UI] Improve parameter (#4673) 2021-02-05 11:52:11 +08:00
lisen
e3902bf340
[Fix-4640][UI] Fixed a 404 error when the project name contains "http" (#4688)
this closes #4640  #4672
2021-02-05 11:33:00 +08:00
kalencaya
9a3853424b
Improvement/UI no #3725 (#4316)
* 工作流定义,工作流实例,任务实例的编号设置为id

* Change the no to taskinstance, processinstance, processdefinition id
2021-02-05 11:27:19 +08:00
Shiwen Cheng
b3bb84631e
[Fix][Flink] Fix flink -yn option missing after upgrading (#4682) 2021-02-04 23:21:44 +08:00
zhuangchong
6e713a3832
fix sed command execution abnormal in the install file. (#4685) 2021-02-04 23:16:51 +08:00
Shiwen Cheng
66b8288d1f
[Improvement][Dao] Remove duplicated mysql configurations (#4558) 2021-02-03 22:12:14 +08:00
Shiwen Cheng
424497ecba
[Improvement][Api] Use WebUtils.getCookie instead of BaseService.getCookie (#4559) 2021-02-03 22:09:31 +08:00
zhuangchong
c3f6f962ca
[Improvement-4568][API] When the workflow definition name validation API fails, the system prompts that the workflow definition name already exists (#4569)
* fix dev definition api error prompt.

* imp api definition name verify message prompt.
2021-02-03 17:07:51 +08:00
zhuangchong
6df87b89d7
[Fix-4641][Alert] Sending the email to the following server failed :null:null (#4642)
* fix alert-server email send error.

* update mail util test class.
2021-02-03 14:20:16 +08:00
zt-1997
14d49bc584
[FIX-2101]It solves the problem that the name of the branch will not change after the name of the branch is changed in the workflow page and instance page. (#4555)
Co-authored-by: zt-1997 <“18841012545@163.com”>
2021-02-02 16:07:37 +08:00
xingchun-chen
cfd9db5555
Merge pull request #4658 from zhuangchong/dev-fix-localparam-input-display
[Fix][UI]fix ui local param plugin do not display input.
2021-02-02 13:47:55 +08:00
xingchun-chen
8419ad798c
Merge pull request #4649 from chengshiwen/fix-create-user
[Fix-4648][UI] Fix TypeError: Cannot read property 'id' of undefined in createUser
2021-02-02 13:46:02 +08:00
zhuangchong
1c4343ae29 fix ui local param plugin do not display input. 2021-02-02 13:10:52 +08:00
zhuangchong
6a49d8163e
[Fix-4566][worker] worker-server logback partial logs are not printed (#4567)
* fix worker-server partial logs are not printed.

* comment all ThresholdFilter configurations.
2021-02-01 22:53:50 +08:00
chengshiwen
1a3fcc2e0a [Fix-4648][UI] Fix TypeError: Cannot read property 'id' of undefined in createUser 2021-02-01 19:29:12 +08:00
xingchun-chen
86ee8ffa95
Merge pull request #4639 from zhuangchong/dev-fix-ui-warning-instance-i18n
[Fix][UI] Alert-server warningInstance title support internationalization.
2021-02-01 18:07:32 +08:00
xingchun-chen
6a40b750d4
Merge pull request #4646 from chengshiwen/improve-file-type
[Improvement][UI] Support more file types in file detail page
2021-02-01 18:04:38 +08:00
xingchun-chen
ee09ac6a1a
Merge pull request #4644 from break60/dev
[Improvement-3878][ui] Fixed the problem that custom parameters could not be edited and zk displayed abnormally when the workflow started
2021-02-01 18:00:23 +08:00
break60
a150d7a76f fix 2021-02-01 17:42:22 +08:00
break60
3d3796ed06 fix 2021-02-01 17:31:48 +08:00
chengshiwen
3c461fb785 [Improvement][UI] Support more file types in file detail page 2021-02-01 17:20:22 +08:00
gaojun2048
947dcb90cc
Merge pull request #4616 from CalvinKirs/alert_param_reduce
[Improvement][alert-spi]plugin instance only saves the main information
2021-02-01 14:48:46 +08:00
zhuangchong
3a3abddd9c remove abandoned fields. 2021-02-01 13:51:19 +08:00
break60
5acf718384 [Improvement-3878][ui] Fixed the problem that custom parameters could not be edited and zk displayed abnormally when the workflow started 2021-02-01 13:34:40 +08:00
break60
0dea95eaf8 Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev 2021-02-01 13:29:33 +08:00
break60
ef0def3108
[Feature-3826]sql node adds alarm group field (#4602)
* [Feature-3826]sql node adds alarm group field
2021-02-01 13:28:53 +08:00
zhuangchong
7db8ca2393 imp ui alert groups description add filter null. 2021-02-01 13:08:35 +08:00
break60
54c0ec09b0 fix 2021-02-01 10:40:05 +08:00
break60
b912c98b1b fix 2021-02-01 10:34:09 +08:00
break60
5ab9c8d5f1 Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev 2021-02-01 10:16:41 +08:00
enoughwell
c1875e80d5
[Feature-4596] Add a description for the system env path in common.properties (#4638)
* add a description for the system env path in common.properties

* Update common.properties

Co-authored-by: dailidong <dailidong66@gmail.com>
2021-01-31 22:13:52 +08:00
zhuangchong
e05d93aa33 fix ui warningInstance title support internationalization. 2021-01-31 21:08:12 +08:00
CalvinKirs
a3bbfdb652 Capture when the alarm is abnormal 2021-01-30 22:41:48 +08:00
Segun Ogundipe
047b0a312f
[Improvement][remote] Refactor remote module to fix code smell (#4576)
* chore[remote]: Refactor remote module to fix code smell

* chore[remote]: Add licence header

* chore[remote]: Clean code smell

* chore[remote]: Clean code smell

* chore[remote]: Remove unused import
2021-01-30 21:32:13 +08:00
hailin0
ab724f6f04
[Fix][sql] Postgresql sql script error (#4595) 2021-01-30 20:46:12 +08:00
Kirs
878070888a
removed issue label (#4623) 2021-01-30 20:25:27 +08:00
CalvinKirs
fbb77c5cfd merge current 2021-01-30 13:30:33 +08:00
CalvinKirs
dc04f88c32 Merge branch 'dev' into alert_param_reduce 2021-01-30 13:26:02 +08:00
felix.wang
25cbcc171a
[BUG][Alert]fix alert plugin DingTalkSender (#4629)
* fix DingTalkSender

* optimize context
2021-01-30 13:02:25 +08:00
Tq
09feb5c099
change DS introduction in the README.md 'multiple types' to'various types' (#4632) 2021-01-29 22:53:52 +08:00
felix.wang
d80f0614ef
[Feature-#4350][Alert]support feishu plugin (#4594)
* feishu robot

* Add Feishu to the plugin packing process
2021-01-29 22:41:13 +08:00