Commit Graph

4810 Commits

Author SHA1 Message Date
zhuangchong
1c4343ae29 fix ui local param plugin do not display input. 2021-02-02 13:10:52 +08:00
CalvinKirs
98d2406e5a async not needed callback 2021-02-02 10:23:40 +08:00
lenboo
ca0cfb2791 Merge remote-tracking branch 'upstream/dev' into params-trans 2021-02-02 10:21:28 +08:00
CalvinKirs
50dbe7d0c9 async not needed callback 2021-02-02 10:06:38 +08:00
CalvinKirs
c9daf6a425 async not needed callback 2021-02-02 00:25:31 +08:00
CalvinKirs
3ba03213fe code style 2021-02-02 00:08:00 +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
CalvinKirs
d3a1da47a7 code style 2021-02-01 22:46:35 +08:00
CalvinKirs
4578079368 rpc protocol 2021-02-01 22:18:47 +08:00
CalvinKirs
392136cd24 rpc protocol 2021-02-01 19:44:35 +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
小清
833c06b9d4
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 13:26:25 +08:00
小清
e383ef4351
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 13:23:30 +08:00
小清
d48e035362
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 13:16:40 +08:00
小清
83bd0ce78b
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 13:10:42 +08:00
zhuangchong
7db8ca2393 imp ui alert groups description add filter null. 2021-02-01 13:08:35 +08:00
小清
310d3909c0
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 11:26:20 +08:00
小清
32db201c29
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 11:21:28 +08:00
小清
6d9e496e9c
Update ShellCommandExecutorTest.java
update unit test
2021-02-01 11:18:09 +08:00
CalvinKirs
54ca216abf rpc protocol 2021-02-01 11:16:06 +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
CalvinKirs
93fb043be3 code style 2021-01-31 22:35:10 +08:00
CalvinKirs
0a92a53f63 add jmh test 2021-01-31 22:27:51 +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
dailidong
3c18d63993
Delete LICENSE-protostuff-runtime.txt 2021-01-30 21:50:20 +08:00
dailidong
3a8df41862
Delete LICENSE-protostuff-core.txt 2021-01-30 21:49:36 +08:00
dailidong
efde946afd
Delete LICENSE-protostuff-collectionschema.txt 2021-01-30 21:49:00 +08:00
dailidong
825870c3a9
Rename LICENSE-protostuff-api.txt to LICENSE-protostuff.txt 2021-01-30 21:48:19 +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
小清
3cba3e803c
Update ShellCommandExecutorTest.java
update unit test
2021-01-30 16:09:01 +08:00
小清
6ba290c452
Update ShellCommandExecutorTest.java
update unit test
2021-01-30 16:06:20 +08:00
小清
f79fb7d776
Update ShellCommandExecutorTest.java
update unit test
2021-01-30 15:36:43 +08:00
小清
d94b75624a
Update ShellCommandExecutorTest.java
update unit test
2021-01-30 15:28:12 +08:00