lenboo
0081ce0342
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
Shiwen Cheng
0c26e10f3f
[Fix-4738][Mail] Fix send mail failed instead of execute sql error ( #4739 )
4 years ago
lenboo
9fb7c9a903
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
Kirs
c9972936d6
[SPI][License]Add missing license ( #4749 )
4 years ago
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
4 years ago
JinyLeeChina
763a50d0cf
[Feature][JsonSplit] add relation method and refactor task method ( #4737 )
...
* add task query
* modify codestyle
* add task delete/update/swich method
* add task delete/update/swich method
* codestyle
* use updateById save task definition
* modify method name
* code style
* code style
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
lenboo
52beecb4d7
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
zhuangchong
5d89bb0f5a
[Improvement][alert] Improvement alert plugin dist. ( #4731 )
...
* imp dev alert plugin dist.
* update xml code style.
* update xml code style.
4 years ago
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.
4 years ago
zapjone
743975cc5f
[Fix-4727]Update worker.properties misspell error #4730
...
modify work.weight to worker.weight
4 years ago
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
4 years ago
bao liang
f31eee4341
[Feature][JsonSplit] refactor process definition update ( #4708 )
...
* add code in task_instance and process instance
* delete process_definition_id in t_ds_task_instance
* add task_code task_definition_version process_definition_code in task instance
* add task_code task_definition_version process_definition_code in task instance
* refactor process instance
* refactor process instance update
* refactor json-split for process definition and task definition
refactor process instance update
* refactor json-split for process definition and task definition
refactor process instance update
* code style
* code style
* code style
* code style
* refactor code
4 years ago
lenboo
9141840bbe
merge from dev
4 years ago
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.
4 years ago
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
4 years ago
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.
4 years ago
lenboo
5073510119
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
Shiwen Cheng
773909efe2
[Improvement][Common] Add more resource suffix ( #4683 )
4 years ago
Yibo-Liu
369ff6fd03
first PR ( #4699 )
4 years ago
Shiwen Cheng
03c7e1f368
[Fix][UDF] Fix udf jar path not exist when fs.defaultFS starts with file:/// ( #4692 )
4 years ago
break60
143fca1b61
[dev][cherry-pick-4660][ui]Fix too many resources to display ( #4664 )
4 years ago
Shiwen Cheng
24ddd4f707
[Improvement][UI] Improve parameter ( #4673 )
4 years ago
lisen
e3902bf340
[Fix-4640][UI] Fixed a 404 error when the project name contains "http" ( #4688 )
...
this closes #4640 #4672
4 years ago
kalencaya
9a3853424b
Improvement/UI no #3725 ( #4316 )
...
* 工作流定义,工作流实例,任务实例的编号设置为id
* Change the no to taskinstance, processinstance, processdefinition id
4 years ago
lenboo
6e01d659ff
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
Shiwen Cheng
b3bb84631e
[Fix][Flink] Fix flink -yn option missing after upgrading ( #4682 )
4 years ago
zhuangchong
6e713a3832
fix sed command execution abnormal in the install file. ( #4685 )
4 years ago
lenboo
591f4f2830
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
Simon
c511658f6c
[Feature][JsonSplit] modify updateProcessDefinition/switchProcessDefinitionVersion ( #4666 )
...
* processdefinition create/delete method
* init
* add relation parse
* delete process_definition_json
* modify updateProcessDefinition/switchProcessDefinitionVersion
* codestyle
* codestyle
* fix compile error (version type)
* fix compile error (version type)
4 years ago
Shiwen Cheng
66b8288d1f
[Improvement][Dao] Remove duplicated mysql configurations ( #4558 )
4 years ago
Shiwen Cheng
424497ecba
[Improvement][Api] Use WebUtils.getCookie instead of BaseService.getCookie ( #4559 )
4 years ago
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.
4 years ago
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.
4 years ago
JinyLeeChina
852710a711
[Feature][JsonSplit] add task delete/update/switch method ( #4654 )
...
* add task query
* modify codestyle
* add task delete/update/swich method
* add task delete/update/swich method
* codestyle
* use updateById save task definition
* modify method name
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
lenboo
6844f67957
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
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”>
4 years ago
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.
4 years ago
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
4 years ago
zhuangchong
1c4343ae29
fix ui local param plugin do not display input.
4 years ago
lenboo
988649a1b2
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
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.
4 years ago
chengshiwen
1a3fcc2e0a
[Fix-4648][UI] Fix TypeError: Cannot read property 'id' of undefined in createUser
4 years ago
xingchun-chen
86ee8ffa95
Merge pull request #4639 from zhuangchong/dev-fix-ui-warning-instance-i18n
...
[Fix][UI] Alert-server warningInstance title support internationalization.
4 years ago
xingchun-chen
6a40b750d4
Merge pull request #4646 from chengshiwen/improve-file-type
...
[Improvement][UI] Support more file types in file detail page
4 years ago
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
4 years ago
break60
a150d7a76f
fix
4 years ago
break60
3d3796ed06
fix
4 years ago
chengshiwen
3c461fb785
[Improvement][UI] Support more file types in file detail page
4 years ago
gaojun2048
947dcb90cc
Merge pull request #4616 from CalvinKirs/alert_param_reduce
...
[Improvement][alert-spi]plugin instance only saves the main information
4 years ago
zhuangchong
3a3abddd9c
remove abandoned fields.
4 years ago