break60
342bd836c0
[Improvement][ui] List vacancy optimization and icon icon repair
4 years ago
felix.wang
de1b87f305
[FIX] [UI] fix create project cancel button invalid ( #4282 )
...
* fix create project cancel button invalid
4 years ago
break60
789d6b67a9
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
break60
3a3df01abe
[Improvement-3878][ui]Fix the list style ( #4280 )
...
* [Improvement-3878]Tenant list delete user name
* [Improvement-3878][ui]Fix the list style
4 years ago
break60
6e7d3eb76e
[Improvement-3878][ui]Fix the list style
4 years ago
Shiwen Cheng
ef7d7b791e
[Fix-4268] Fix NumberFormatException when visiting a doc.html or swagger-ui.html ( #4269 )
...
* [Fix-4268] Fix NumberFormatException when visiting a doc.html or swagger-ui.html
* Fix checkstyle error
* Update swagger-models in known-dependencies.txt
4 years ago
break60
b8eaa68460
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
break60
561c65b6b8
[Improvement-3878]Tenant list delete user name ( #4278 )
4 years ago
xingchun-chen
55447348ed
Merge pull request #4237 from CalvinKirs/fix_date_convert_null
...
[FIX-3177]Task time parameter parsing error
4 years ago
break60
efc6b850d7
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
zhuangchong
0bdef01db0
fix taskInstance submitTime is empty. ( #4274 )
4 years ago
break60
d504fc4cbf
[Improvement-3878]Tenant list delete user name
4 years ago
Jatham
cdc30f6ee5
[improvement][config] Update datasource.properties,add mysql meta data template ( #4266 )
...
* Update datasource.properties
[新增]元数据mysql连接模版
* Update datasource.properties
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
zhuangchong
a731be72a3
fix version funcation delete. ( #4265 )
4 years ago
Shiwen Cheng
c4d75443e1
[Fix-4271][server] Fix IOException or NoSuchFileException in logger server ( #4272 )
4 years ago
chengshiwen
ae0ee3fe32
fix code style and test
4 years ago
Tq
2486451221
remove AbstractTask.getCurTaskParamsClass()and replace with TaskParametersUtils.getParameters() ( #4262 )
...
* remove getCurTaskParamsClass() in AbstractTask.java and replace it with TaskParametersUtils.getParameters()
* remove unused imports in AbstractTask.java
* reformat
4 years ago
zhuangchong
3bcd3fbcd3
[Improvement-4069][server] When the tenant does not exist, the task execution should throw an exception ( #4108 )
...
* when the tenant does not exist, the task execution should throw an exception
* remote method createWorkDirAndUserIfAbsent
* set the task status failed when the tenant code does not exist.
* add taskLog.
* update check os user exists
* update TaskExecuteThreadTest test method.
* solving sonar fail.
4 years ago
chengshiwen
af720d3ef1
match frontend and backend for force success
4 years ago
chengshiwen
925d88dd5a
Align each item one by one in locale
4 years ago
chengshiwen
c3b5c5fe40
merge force task success from legen618/dev-FTS
4 years ago
chengshiwen
faddff5046
add pasue icon button and adjust operation button style
4 years ago
chengshiwen
da74000a0a
adapt the latest dev branch
4 years ago
dailidong
64dd9dbb53
update bug template ( #4260 )
4 years ago
lgcareer
9fe5c3717d
[Fix-4222][Master]Add the priority queue to ensure that tasks are submitted according to priority. ( #4250 )
...
* [Fix-4222][Master]Add the priority queue to ensure that tasks are submitted according to priority.
* [Fix-4222][Master]Add the priority queue to ensure that tasks are submitted according to priority.
* [Fix-4222][Master]Remove useless import
* [Fix-4222][Master]Reformat code style
* [Fix-4222][Master]Reformat code style
* [Fix-4222][Master]Reformat code style
* [Fix-4222][Master]add PeerTaskInstancePriorityQueueTest
* [Fix-4222][Master]Fix code smell
* [Fix-4222][Master]Reformat code style
* [Fix-4222][Master]Fix code smell
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
felix.wang
3f7759ef64
[FIX][UI ] security user state tenantCode User Type Display abnormal ( #4255 )
...
* fix user state error
* fix userType error
* fix tenantCode error
4 years ago
Shiwen Cheng
6f72deff57
[Improvement][UI] Add no-var rule for eslint and add 'npm run lint:fix' command ( #4225 )
...
Add no-var rule for eslint, and fix related files
Add npm run lint:fix command, which distinguished from the default command npm run lint
The behavior of command npm run lint and command npm run lint:fix should be distinguished
The first command is used to lint only, and the second one is used to lint and fix problems automatically
4 years ago
Shiwen Cheng
f2a996f2a2
[Fix][UI]: fix re-login problem in new tab and state synchronization problem in multiple tabs ( #4162 )
...
* fix(ui): re-login problem in new tab
* refresh page in new tab automatically
* support to reload router view in lightweight
* optimize visibility code
4 years ago
CalvinKirs
0f42f1588f
add ut
4 years ago
CalvinKirs
c11a0c42f3
reformat
4 years ago
CalvinKirs
54ae6437bb
fix time cover
4 years ago
CalvinKirs
7df03d91a1
fix time cover
4 years ago
CalvinKirs
9d6ad4d883
fix date_convert null
4 years ago
Kirs
d7b3936205
[FIX-3177]Task time parameter parsing error ( #4228 )
...
* [FIX-3177]Task time parameter parsing error
when system.datetime !=null $[datetime] = system.datetime
else $[datetime] = current time
* remove unused import
4 years ago
felix.wang
8f2369214b
fix sql error ( #4227 )
4 years ago
Kirs
8919e3838f
[FIX-#3177]Task time parameter parsing error ( #4224 )
...
* [FIX-#3177]Task time parameter parsing error
rerun schedule time error
this closes #3177
* [FIX-#3177]Task time parameter parsing error
rerun schedule time error
this closes #3177
4 years ago
samz406
9da6d58d2e
[Alert plugin design] add http alert plugin ( #4165 )
...
* add http alert plugin
4 years ago
xingchun-chen
95d320d7da
Merge pull request #4214 from chengshiwen/ui-eslint
...
[Improvement][UI] UI eslint support for better code quality and fewer bugs
4 years ago
Saksham Gupta
426eb9af03
deleted invalid code as assigned in issue 4215 ( #4221 )
...
deleted the code at following two places:
org.apache.dolphinscheduler.service.process.ProcessService#checkTaskExistsInTaskQueue
org.apache.dolphinscheduler.service.process.ProcessService#taskZkInfo
4 years ago
bao liang
b694474c78
fix bug: start from the setting nodes with NODE_PRE would be NPE. ( #4219 )
4 years ago
chengshiwen
d06c9f8ad6
fix eslint: unexpected mutation of prop
4 years ago
chengshiwen
cac35888e2
fix eslint: component has been registered but not used
4 years ago
chengshiwen
ffcf66c57e
fix eslint: assigned a value but never used
4 years ago
chengshiwen
9234e46b22
fix eslint: Unexpected side effect in 'cacheParams' computed property
4 years ago
chengshiwen
e7501f75e3
fix eslint: expected '!==' but instead saw '!=', expected '===' but instead saw '=='
4 years ago
chengshiwen
cfcae24958
fix eslint: fatal syntax errors
4 years ago
chengshiwen
5334703593
fix eslint: fix syntax by npm run lint automatically
4 years ago
chengshiwen
d754bca766
update .eslintrc.yml and license check exclude .eslintignore
4 years ago
chengshiwen
51780cc749
support auto eslint for .js, .vue file on save
4 years ago
break60
e033f81e9d
[Feature-3878]Replace the page with element-ui ( #4065 )
...
* [Feature-3878]Introduce elment-ui and replace the security center module page with elment-ui
* Change node version
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* Replace the page with element-ui
* Replace user management with elment-ui
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* Repair the last Sunday of each month
4 years ago