CalvinKirs
2852420144
Merge branch 'dev' into script_thread
...
# Conflicts:
# dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/main/java/org/apache/dolphinscheduler/plugin/alert/script/ScriptSender.java
# dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/test/java/org/apache/dolphinscheduler/plugin/alert/script/ScriptSenderTest.java
4 years ago
CalvinKirs
af00de357a
[Improvement][spi-alert]script plugin should contain alert content
...
fix alert params contain space not parse
fix stream not close
4 years ago
CalvinKirs
35fc7dd851
Merge branch 'dev' into script_thread
4 years ago
CalvinKirs
4275bde927
[Improvement][spi-alert]script plugin should contain alert content
...
fix alert params contain space not parse
fix stream not close
4 years ago
dddyszy
ce007813fb
[Improvement][Api] add @Override on the Override method ( #4808 )
...
Co-authored-by: 施洲轶 <shizhy@yoozoo.com>
4 years ago
lenboo
59811d0efb
Merge remote-tracking branch 'upstream/dev' into params-trans
4 years ago
Shiwen Cheng
61397b338a
[Improvement][api] Introduce base service interface for clear code and unify all controllers, services and tests of api ( #4798 )
...
* [Improvement][api] Introduce base service interface for clear code
* [Improvement][api] Unify all controllers, services and tests of api
* [Fix][api] Fix unit tests left over from the past
* [Improvement][api] Use RegexUtils.escapeNRT instead of StringUtils.replaceNRTtoUnderline for vulnerable check
4 years ago
zhuangchong
68de43ad27
[Fix-4776][Alert] Alert instance edit page partial parameter values are not displayed ( #4782 )
...
* generate warning instance plugin params.
* update PluginParamsTransfer.generatePluginParams method.
* update code style in the AlertPluginInstanceServiceImpl class.
* JSONUtils rollback.
* rerun e2e test.
* update alert channel generate params.
* update email alert channel test class.
* update json utils parse object method.
* update the data structure of the alarm script plug-in script type parameter to String.
4 years ago
Shiwen Cheng
15a5b05883
[Improvement-3369][api] Introduce executor and datasource service interface for clear code ( #4759 )
4 years ago
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
4 years ago
wuxiaofei
8ec345c35b
[Improvement][TaskExecuteProcessor]Delete redundant code in method of setTaskCache
4 years ago
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
4 years ago
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
4 years ago
yimaixinchen
938621ab34
initStateLister rename to initStateListener ( #4795 )
...
Co-authored-by: v_taoouyang <v_taoouyang@tencent.com>
4 years ago
lenboo
453ba09bb2
Merge branch 'json_split' of https://github.com/apache/incubator-dolphinscheduler into spilit
4 years ago
lenboo
1b9ab88e78
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
bao liang
67eae43154
[Feature-4417][JsonSplit] refactor process dag generate ( #4790 )
...
* #4417 [JsonSplit] refactor dag generate
* #4417 [JsonSplit] refactor dag generate
* #4417 [JsonSplit] add postNodeVersion and preNodeVersion
* #4417 [JsonSplit] code style
* #4417 [JsonSplit] code style
* #4417 [JsonSplit] code style
4 years ago
Shiwen Cheng
a53195fa15
[Improvement-3369][api] Introduce alert group and users service interface for clear code ( #4758 )
4 years ago
zhuangchong
36d7a4fea0
Implement workflow definition page button unelectable state to add button prompt ( #4762 )
4 years ago
Shiwen Cheng
d4fd9811f8
[Fix-4734][UI] Fix file update dialog not reset after re-open the dialog ( #4735 )
4 years ago
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.
4 years ago
Shiwen Cheng
8ebddc1f5b
[Fix-3298][K8s] Fix wrong host of task instance in k8s ( #4786 )
4 years ago
lenboo
f7ca571f7d
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
小清
dc7a0a0f0e
Update AbstractCommandExecutor.java
4 years ago
lenboo
90e197a4c5
add return result
4 years ago
lenboo
7e9d582025
Merge remote-tracking branch 'upstream/dev' into params-trans
4 years ago
wuxiaofei
91e563daeb
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
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.
4 years ago
Shiwen Cheng
d41dd10a16
[Fix][CI] Fix error: unable to resolve action apache/skywalking-eyes@9bd5feb ( #4784 )
4 years ago
lenboo
3571de972e
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
zhuangchong
18e4087c7e
[Improvement][JSONUtils] Improvement JSONUtils parse object method ( #4781 )
...
* Improvement JSONUtils parse object method.
* update JSONUtils toMap method.
* rerun ut test.
4 years ago
lenboo
d5b6f44954
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
zhuangchong
5025b5015f
Repair dolphinscheduler-mysql.sql error sql. ( #4780 )
4 years ago
Shiwen Cheng
fef1a7ef21
[Fix-4760][api] Repair dolphinscheduler-postgre.sql error sql ( #4774 )
4 years ago
CalvinKirs
d83719f433
test
4 years ago
bao liang
a6fb333f93
Merge branch 'dev' into params-trans
4 years ago
lenboo
9f809de693
merge from dev
4 years ago
Shiwen Cheng
5f40fce1f5
[Improvement][UI] Improve long host display in K8s ( #4756 )
4 years ago
Shiwen Cheng
93514ddf31
[Improvement][K8s] Improve K8s for helm ( #4746 )
4 years ago
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
4 years ago
Shiwen Cheng
a6ea04d4a3
[Fix-4741][UI] Fix task instance log not change ( #4744 )
4 years ago
Shiwen Cheng
60016fbd66
[Improvement-4740][UI] Set the default Tenant as default or the first exist tenant in save process ( #4742 )
4 years ago
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
4 years ago
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
4 years ago
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]
4 years ago
lenboo
9d81c5da9f
Merge branch 'json_split' of https://github.com/apache/incubator-dolphinscheduler into spilit
4 years ago
lenboo
0081ce0342
Merge remote-tracking branch 'upstream/dev' into spilit
4 years ago
JinyLeeChina
069e9f980e
[Feature][JsonSplit] modify ProcessService createTaskAndRelation ( #4770 )
...
* 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
* modify ProcessService createTaskAndRelation
Co-authored-by: JinyLeeChina <297062848@qq.com>
4 years ago
Simon
061af08765
[Feature][JsonSplit] Modify Project and ProjectUser Mapper ( #4753 )
...
* Modify Project and ProjectUser Mapper
* Modify Project and ProjectUser Mapper
* project_code is bigint(20)
* modify ERROR name
4 years ago
Shiwen Cheng
0c26e10f3f
[Fix-4738][Mail] Fix send mail failed instead of execute sql error ( #4739 )
4 years ago