break60
e44aa1394e
[fix-3058][ui]Move rtTargetArr to jsPlumbHandle.js
4 years ago
break60
8f3c74fd81
Merge branch '1.3.2-release' of https://github.com/apache/incubator-dolphinscheduler into 1.3.2-release
4 years ago
xingchun-chen
e2553e33d7
Merge pull request #3464 from break60/1.3.2-release
...
[Fix-3058][ui]Method catches with variables
4 years ago
break60
f5acc15fc5
Merge branch '1.3.2-release' of https://github.com/apache/incubator-dolphinscheduler into 1.3.2-release
4 years ago
break60
b6186bf318
fix
4 years ago
break60
cafa2ae0c6
fix
4 years ago
break60
d0037b4668
[ui]Code optimization
4 years ago
lgcareer
46f0586981
If worker group id is null,don't need to set the value of the worker group ( #3460 )
...
* [Fix-3423][dao][sql]Fixed that the resource file of the task node can't be found when upgrade from 1.2.0 to 1.3.x
* [Fix-3423][dao]If worker group id is null,don't need to set the value of the worker group
4 years ago
xingchun-chen
0e58b7fbb4
Merge pull request #3459 from break60/1.3.2-release
...
[optimization][ui]Remove node deep monitoring
4 years ago
break60
288a2547d0
Remove node deep monitoring
4 years ago
CalvinKirs
d6a32ac652
[Feature#3234][cluster]enhanced load balancing ( #3235 )
...
* [Future#3234][cluster]enhanced load balancing
weight-based load balancing algorithm
this close # 3234
* remove useless parameter
* code smell
* load balancing according to work group
* add smooth weight round robin
* remove unused constants
* perfect unit test
* code smell
* code smell
* add work weight config
* fix config error
* add weight docs to readme.md
4 years ago
lgcareer
efef631b68
[Fix-3423][dao][sql]Fixed that the resource file of the task node can't be found when upgrade from 1.2.0 to 1.3.x ( #3454 )
4 years ago
felix.wang
5584f0cb4d
[Fix-3262][common] When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled ( #3264 )
...
* fix bug #3165 get resource.storage.type value toUpperCase
* fix bug #3176 optimize Gets the value of this property “resource.storage.type”
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix miss
* add KerberosHttpClient fix kerberos bug
* fix map init
* add juint test
* Extraction of public methods
* Extraction of public methods
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* rebuild test
* rebuild test
* check style
* check style
* check style
* revert UT POM
* Kerberos judgment goes up to hadoopUtils
* fix merge
* Remove connection pool shutdown
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
rockxsj
232a24441b
* add ZOOKEEPER_ROOT env in k8s deploy ( #3260 )
...
Co-authored-by: rockxsj <junjun@mgtv.com>
4 years ago
Yichao Yang
db39f1f385
[Improvement][style] Improve checkstyle import order and code style importer ( #3368 )
...
* [Improvement][style] Add code import style automatic formatter
* Update checkstyle.xml
* Update checkstyle.xml
* [Improvement][api] Improve the code style and checkstyle of ds
* Update checkstyle.xml
4 years ago
Yichao Yang
133b4de129
[Improvement-3369][api] Introduce api service interface for ProcessDefinitionService ( #3371 )
...
* [Improvement-3369][api] Code clean and improvement
* Feature: import DATA_LIST static variable
4 years ago
Yichao Yang
379203b306
[Improvement-3369][api] Introduce session service interface for clear code ( #3408 )
...
* [Improvement][api] Introduce session service interface for clear code
* Update SessionService.java
* [Improvement][api] Add @Service
* Add licenses
4 years ago
Yichao Yang
f419fe6239
[Test][server] Add LoggerServerTest ( #3405 )
4 years ago
BoYiZhang
8bec5eb639
[Feature][Queue]`Queue manage ' is renamed' yarn queue manage ' ( #3430 )
...
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* `Queue manage` is renamed ` yarn queue manage `
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
Yichao Yang
3ed0afa6ac
[Improvement-3369][api] Introduce data analysis service interface for clear code ( #3439 )
...
* [Improvement][api] Introduce data analysis service interface for clear code
* Remove the bad smell
* Remove the bad smell
4 years ago
Yichao Yang
dce403d062
[Improvement-3369][api] Introduce logger service interface for clear code ( #3437 )
...
* [Improvement][api] Introduce logger service interface for clear code
* Remove the code smell
4 years ago
Yichao Yang
f7f07608ed
[Improvement][api] Introduce access token service interface for clear code ( #3438 )
4 years ago
Yichao Yang
4fb06a736d
[Test][api] Introduce api controller unit test example ( #3447 )
...
* [Test][api] Introduce api controller test example
* Add controller test
4 years ago
xingchun-chen
10d107b384
Merge pull request #3450 from break60/1.3.2-release
...
[bugFix-3058][ui]dag connection add check
4 years ago
break60
100c87b9d8
fix
4 years ago
break60
ba43c8c3f7
dag connection add check
4 years ago
xingchun-chen
19fb2fdd9c
Merge pull request #3434 from lgcareer/1.3.2-release-fix3433
...
[Fix-3433][api]Fixed that release the imported process definition which version is below 1.3.0 will be failure
4 years ago
lgcareer
2f6cf5cc41
[Fix-3433][api]Fixed that release the imported process definition which version is below 1.3.0 will be failure
4 years ago
lgcareer
0ef75493c4
[Fix-3256][ui] Fix admin user info update error ( #3425 ) ( #3428 )
...
* [PROPOSAL-3139] Datasource selection changes from radio to select
* [PROPOSAL-3139] Datasource selection changes from radio to select
* [BUG FIX] issues #3256
* [BUG FIX] issues #3256
* [BUG FIX] issues #3256
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* reset createUser.vue
* [Fix-3256][ui] Fix admin user info update error
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: wuchunfu <319355703@qq.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
zixi0825
40a21816ab
[Fix] [Server] Fix the spell error and add log in SqlTask ( #3243 )
...
* fix the spell and modify logger print format
4 years ago
BoYiZhang
0e11365b6a
Merge pull request #7 from apache/dev
...
update code from apache
4 years ago
wuchunfu
f784ce504f
[Fix-3256][ui] Fix admin user info update error ( #3425 )
...
* [PROPOSAL-3139] Datasource selection changes from radio to select
* [PROPOSAL-3139] Datasource selection changes from radio to select
* [BUG FIX] issues #3256
* [BUG FIX] issues #3256
* [BUG FIX] issues #3256
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* [Fix-3256][ui] Fix admin user info update error
* reset createUser.vue
* [Fix-3256][ui] Fix admin user info update error
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
xingchun-chen
c567ed5771
Merge pull request #3419 from break60/1.3.2-release
...
Optimize dag
4 years ago
JinyLeeChina
c30713d88c
Update actions.js ( #3401 )
4 years ago
break60
21eaf51e1b
Optimize dag
4 years ago
JinyLeeChina
2b990e1f00
Update actions.js ( #3401 )
4 years ago
xingchun-chen
43eb39767a
Merge pull request #3414 from break60/1.3.2-release
...
[Bug][ui]Fix front-end bug #3413
4 years ago
sky
6dc500915c
[Feature-3392][api-server] ( #3403 )
...
* feature user register
fix bug
fix security problem
fix security problem
* activate user
* fix confilct
* fix confilct and fix some bug
* fix cr problem
Co-authored-by: dev_sky <dev_sky@740051880@qq.com>
4 years ago
break60
9926c9738e
Merge branch '1.3.2-release' of https://github.com/apache/incubator-dolphinscheduler into 1.3.2-release
4 years ago
qiaozhanwei
ef8dd3c499
Merge remote-tracking branch 'remotes/upstream/1.3.2-release' into 1.3.2-release
4 years ago
lgcareer
bef180aeb9
[Feature][ambari_plugin]support one worker can belongs different worker groups when execute install script ( #3410 )
4 years ago
break60
e03b95b835
Merge branch '1.3.2-release' of https://github.com/apache/incubator-dolphinscheduler into 1.3.2-release
4 years ago
break60
cd349c9c7f
[Bug][ui]Fix front-end bug #3413
4 years ago
Yelli
e4097a488c
cancel spark task version check ( #3406 )
...
Co-authored-by: Eights-Li <yelli.hl@gmail.com>
4 years ago
dailidong
d64127b90a
optimize TheadUtils test
4 years ago
xingchun-chen
bb9f81b725
Merge pull request #3375 from lenboo/132
...
[BUG-3324][SERVER]: there exists some problems in checking task dependency
4 years ago
qiaozhanwei
2c4df32207
Merge remote-tracking branch 'remotes/upstream/1.3.2-release' into 1.3.2-release
4 years ago
lenboo
f936b07fdf
fix bug: Fix master task dependency check bug
4 years ago
xingchun-chen
cca0714831
Merge pull request #3398 from break60/1.3.2-release
...
hive UDF function to modify the background color
4 years ago
dailidong
5f34adf2e9
Merge remote-tracking branch 'origin/dev' into dev
4 years ago