Commit Graph

4467 Commits

Author SHA1 Message Date
Shiwen Cheng
9ae29a756f
[Improvement-3369][api] Introduce resources, scheduler and taskinstance service interface for clear code (#4766)
* [Improvement-3369][api] Introduce resources, scheduler and taskinstance service interface for clear code
2021-02-18 23:17:01 +08:00
Shiwen Cheng
dc55b5ba6f
[Improvement-3369][api] Introduce monitor, processinstance and queue service interface for clear code (#4765)
* [Improvement-3369][api] Introduce monitor, processinstance and queue service interface for clear code
2021-02-18 19:27:13 +08:00
Shiwen Cheng
070424fc78
[Improvement-3369][api] Introduce taskrecord, udffunc, workflowlineage and workergroup service interface for clear code (#4768)
* [Improvement-3369][api] Introduce taskrecord, udffunc, workflowlineage and workergroup service interface for clear code
2021-02-18 19:18:05 +08:00
yimaixinchen
938621ab34
initStateLister rename to initStateListener (#4795)
Co-authored-by: v_taoouyang <v_taoouyang@tencent.com>
2021-02-18 18:48:09 +08:00
Shiwen Cheng
a53195fa15
[Improvement-3369][api] Introduce alert group and users service interface for clear code (#4758) 2021-02-18 15:05:49 +08:00
zhuangchong
36d7a4fea0
Implement workflow definition page button unelectable state to add button prompt (#4762) 2021-02-18 11:52:41 +08:00
Shiwen Cheng
d4fd9811f8
[Fix-4734][UI] Fix file update dialog not reset after re-open the dialog (#4735) 2021-02-18 11:51:55 +08:00
zhuangchong
5e193cf414
[Fix-4674][UI] create warning instance and click Submit , without validate the required parameters (#4767)
* fix wareningInstance create instance validate parameter.

* rerun e2e test.
2021-02-18 11:46:50 +08:00
Shiwen Cheng
8ebddc1f5b
[Fix-3298][K8s] Fix wrong host of task instance in k8s (#4786) 2021-02-18 11:41:58 +08:00
zhuangchong
23591b71a2
[Improvement-4751][API] Improvement the duration field modify the display to a time-based minute-second format (e.g. 1d 10h 20m 1s) (#4752)
* imp ui instance duration field display content.

* update DateUtils format2Duration method.
2021-02-18 10:08:23 +08:00
Shiwen Cheng
d41dd10a16
[Fix][CI] Fix error: unable to resolve action apache/skywalking-eyes@9bd5feb (#4784) 2021-02-17 11:48:47 +08:00
zhuangchong
18e4087c7e
[Improvement][JSONUtils] Improvement JSONUtils parse object method (#4781)
* Improvement JSONUtils parse object method.

* update JSONUtils toMap method.

* rerun ut test.
2021-02-16 20:22:01 +08:00
zhuangchong
5025b5015f
Repair dolphinscheduler-mysql.sql error sql. (#4780) 2021-02-16 10:19:27 +08:00
Shiwen Cheng
fef1a7ef21
[Fix-4760][api] Repair dolphinscheduler-postgre.sql error sql (#4774) 2021-02-15 23:38:42 +08:00
Shiwen Cheng
5f40fce1f5
[Improvement][UI] Improve long host display in K8s (#4756) 2021-02-14 21:37:25 +08:00
Shiwen Cheng
93514ddf31
[Improvement][K8s] Improve K8s for helm (#4746) 2021-02-14 21:35:23 +08:00
Shiwen Cheng
53598fdd18
[Fix-3298][K8s] Fix task log disappear after recreating or upgrading helm release (#4755)
* [Improvement][K8s] Alter column host varchar(15) to varchar(135) for long host

* [Improvement][K8s] Improve getHost and getAddr in NetUtils

* [Improvement][K8s] Replace getHost with getAddr
2021-02-14 21:33:45 +08:00
Shiwen Cheng
a6ea04d4a3
[Fix-4741][UI] Fix task instance log not change (#4744) 2021-02-14 21:31:41 +08:00
Shiwen Cheng
60016fbd66
[Improvement-4740][UI] Set the default Tenant as default or the first exist tenant in save process (#4742) 2021-02-14 21:28:02 +08:00
Shiwen Cheng
cbada7c16d
[Improvement][Docker] Reduce docker image size, remove frontend/nginx, remove stdout log, improve compose/swarm deployment and fix random PSQLException (#4643)
* [Improvement][Docker] Reduce docker image size, remove frontend/nginx, remove stdout log and improve compose/swarm deployment

* [Improvement][Docker] Fix random PSQLException
2021-02-14 17:42:04 +08:00
guohaozhang
7a6b905597
[Fix-#4716][mater,worker] The task execution path should be calculated by the worker, not the master (#4717)
* [fix][api,mater,worker] 修复master 计算实际执行路径,worker上报实际执行路径

* remove unused import
2021-02-12 18:50:38 +08:00
yankexi
c1efbf3080
[Fix-4760][api][Repair dolphinscheduler-postgre.sql error sql] (#4763)
* Repair error sql about dolphinscheduler-postgre.sql

* Repair error sql about dolphinscheduler-postgre.sql

* Repair error sql about dolphinscheduler-postgre.sql

(cherry picked from commit 739a633)

* [Fix-4760][api][Repair dolphinscheduler-postgre.sql error sql]
2021-02-12 18:40:30 +08:00
Shiwen Cheng
0c26e10f3f
[Fix-4738][Mail] Fix send mail failed instead of execute sql error (#4739) 2021-02-11 09:54:07 +08:00
Kirs
c9972936d6
[SPI][License]Add missing license (#4749) 2021-02-09 19:48:54 +08:00
Zhenxu Ke
725e386af4
chore: fix license checker to allow nested directories (#4748)
* chore: fix license checker to allow nested directories

* chore: fix license checker to allow nested directories
2021-02-09 13:41:51 +08:00
zhuangchong
5d89bb0f5a
[Improvement][alert] Improvement alert plugin dist. (#4731)
* imp dev alert plugin dist.

* update xml code style.

* update xml code style.
2021-02-08 23:13:27 +08:00
Alleria Windrunner
03ac3b42b2
Fix(UI):Fix tips error when login with username and without password. (#4728)
Replace isUserPassword to isUserName on the label that userNameText error tip.
2021-02-08 13:12:08 +08:00
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