Commit Graph

539 Commits

Author SHA1 Message Date
Shiwen Cheng
806e8d9b60
[Improvement][UI] Improve script box and dialog css style (#4331) 2020-12-29 15:13:59 +08:00
Shiwen Cheng
6dd803e8ab
[Fix][UI] Fix ui style problem and refactor form style (#4329)
* rename from-model to form-model

* [UI] remove duplicated css style code

* [UI] refactor css style of form model

* fix form model overflow problem in ie

* Align each item one by one in locale

* fix el-dialog width is too wide

* fix locale
2020-12-29 10:55:16 +08:00
zhuangchong
d446e33ec8
fix user management authorization operation exceptions do not prompt exception information. (#4292) 2020-12-26 18:17:59 +08:00
zhuangchong
48b5fc6ae4
fix version close function does not take effect. (#4307) 2020-12-26 14:03:41 +08:00
Shiwen Cheng
f0ada2aa2d
[Fix-4289][*] Flink name with disappeared and unescaped problem (#4290)
* fix flink name not display in process definition editor

* fix flink name not escape problem

* simplify escape method
2020-12-23 21:19:08 +08:00
break60
e24e690c0b
[Improvement][ui]List vacancy optimization and icon icon repair (#4286)
* [Improvement][ui] List vacancy optimization and icon icon repair
2020-12-23 09:39:33 +08:00
zh0122
140679e337
[Improvement] Add Flink job name (#4285)
* [Improvement] Add Flink job name

* fix typo
2020-12-22 16:06:54 +08:00
felix.wang
de1b87f305
[FIX] [UI] fix create project cancel button invalid (#4282)
* fix create project cancel button invalid
2020-12-22 12:39:20 +08:00
break60
3a3df01abe
[Improvement-3878][ui]Fix the list style (#4280)
* [Improvement-3878]Tenant list delete user name

* [Improvement-3878][ui]Fix the list style
2020-12-22 09:03:54 +08:00
break60
561c65b6b8
[Improvement-3878]Tenant list delete user name (#4278) 2020-12-21 15:57:11 +08:00
zhuangchong
0bdef01db0
fix taskInstance submitTime is empty. (#4274) 2020-12-21 15:01:15 +08:00
zhuangchong
a731be72a3
fix version funcation delete. (#4265) 2020-12-21 09:57:42 +08:00
felix.wang
3f7759ef64
[FIX][UI ] security user state tenantCode User Type Display abnormal (#4255)
* fix user state error

* fix userType  error

* fix tenantCode  error
2020-12-17 17:39:47 +08:00
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
2020-12-17 09:52:30 +08:00
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
2020-12-17 09:38:57 +08:00
chengshiwen
d06c9f8ad6 fix eslint: unexpected mutation of prop 2020-12-12 11:13:22 +08:00
chengshiwen
cac35888e2 fix eslint: component has been registered but not used 2020-12-12 00:32:50 +08:00
chengshiwen
ffcf66c57e fix eslint: assigned a value but never used 2020-12-12 00:20:12 +08:00
chengshiwen
9234e46b22 fix eslint: Unexpected side effect in 'cacheParams' computed property 2020-12-12 00:08:47 +08:00
chengshiwen
e7501f75e3 fix eslint: expected '!==' but instead saw '!=', expected '===' but instead saw '==' 2020-12-12 00:01:35 +08:00
chengshiwen
cfcae24958 fix eslint: fatal syntax errors 2020-12-11 23:56:22 +08:00
chengshiwen
5334703593 fix eslint: fix syntax by npm run lint automatically 2020-12-11 23:20:08 +08:00
chengshiwen
d754bca766 update .eslintrc.yml and license check exclude .eslintignore 2020-12-11 23:16:55 +08:00
chengshiwen
51780cc749 support auto eslint for .js, .vue file on save 2020-12-11 23:12:34 +08:00
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
2020-12-11 22:58:28 +08:00
Shiwen Cheng
cbc30b4900
[Fix-3457][flink] fix flink args build problem (#4166)
* [Fix][Flink] fix flink args build problem

* [Fix][Flink] fix FlinkArgsUtilsTest

* [Improvement][UI] hide version and cluster input when deployMode is local
2020-12-10 22:37:21 +08:00
dailidong
62c2e85252
Merge pull request #4110 from chengshiwen/dev
[Improvement][UI] download url resolve and security page disappear delay problem under GENERAL_USER
2020-12-03 11:41:23 +08:00
Yarlung
bd156b312d
[Improvement-3933][db operation] Improve the performance of sql query (#3940)
* optimize select * case

* emove redundancy

* bug fixed

* Update en_US.js

* Update startup.sh

* optimize

* optimize code

* optimize

* bug fixed

* add ut

* bug fixed

* bug fixed

* bug fixed

* bug fixed

* Delete WorkFlowLineageMapper.xml

* Delete createTenement.vue

* recove wrongly deleted file

* Update WorkFlowLineageMapper.xml

* Update createTenement.vue
2020-11-28 21:41:00 +08:00
chengshiwen
959286c358 improvement: resovle download url with resolveURL to prevent change of apiPrefix 2020-11-26 17:30:34 +08:00
chengshiwen
133b9d8431 fix: security page disappear delay problem when force refresh under GENERAL_USER 2020-11-26 17:24:29 +08:00
xingchun-chen
3c181399e1
Merge pull request #3995 from BoYiZhang/pr_3988
[Improvement-3988][UI] Enhance user experience, add close button to file details page
2020-11-24 11:57:59 +08:00
yangquan
9232c0e46f [Fix-4054][Api] Fix The last week of the month for adding/editing timing, preview and save timing will report an error 2020-11-18 19:25:38 +08:00
zhuangchong
1eecbb1ef7
[Improvement-3767][api] Task instance supports query by process instance name (#3825)
* Task instance supports query by process instance name.

* add test code checkstyle.

* add test param.

* resolve the sonar duplication check.

* solve logger single-line string exceeds 200 characters.

* resolve the sonar check.

* Resolve code conflicts.

Co-authored-by: zhuangchong <zhuangchong8@163.com>
2020-11-16 20:07:06 +08:00
BoYiZhang
fe3026627f
[Feature-3985][Datax] Datax supports setting up running memory (#3986)
* Datax supports setting up running memory

* Datax supports setting up running memory

* Datax supports setting up running memory

* When running a task, the resource file is lost, which results in an error

* add unit test

* add unit test

* add unit test

* add test unit

* add test unit

* add test unit

* fix code smell

* add test unit

* add test unit
2020-11-16 10:55:20 +08:00
BoYiZhang
f047f51731
Enhance user experience, add close button, return to the previous page (#4006)
Co-authored-by: zhanglong <zhanglong@ysstech.com>
2020-11-13 17:35:01 +08:00
baoliang
e142b8949d merge from 1.3.3-release 2020-11-11 15:00:44 +08:00
baoliang
ee012ce071 merge from 1.3.3-release 2020-11-09 19:14:07 +08:00
baoliang
e2c2d3efde merge from 1.3.3-release 2020-11-09 19:09:14 +08:00
bao liang
7239979167
Merge branch 'dev' into 133-merge-dev 2020-11-09 10:08:19 +08:00
baoliang
403a4a20f2 merge from 1.3.3-release 2020-11-06 11:44:34 +08:00
baoliang
381d23ea4f merge from 1.3.3-release 2020-11-06 00:03:20 +08:00
IamMujuziMoses
c7b5956c5a
[Feature-3941][ui] Remove tenant name (#3949)
* FeatureUI-3941: Removed Tenant

* FeatureUI-3941: Removed tenantName in the suggested pages

* FeatureUI-3941: Updated the suggested files

* FeatureUI-3941: Updated the TenantController

* FeatureUI-3941: Updated the TenantController and the pom.xml

* FeatureUI-3941: Updated the TenantControllerTest
2020-10-30 12:18:00 +08:00
lgcareer
be07cb62db [maven-release-plugin] prepare for next development iteration 2020-10-29 17:49:28 +08:00
lgcareer
55242916b2 [maven-release-plugin] prepare release 1.3.3 2020-10-29 17:49:18 +08:00
lgcareer
b01898a8eb [release]revert pom version to 1.3.3-release 2020-10-29 17:29:38 +08:00
lgcareer
1076a2349c [maven-release-plugin] prepare for next development iteration 2020-10-28 19:19:46 +08:00
lgcareer
ed016499aa [maven-release-plugin] prepare release 1.3.3 2020-10-28 19:19:35 +08:00
lgcareer
0d21fa9e3b revert pom version to 1.3.3-release 2020-10-28 19:11:35 +08:00
zhanglong
44a4864208 Enhance user experience, add close button to file details page 2020-10-26 18:42:49 +08:00
break60
81a720b438 [fixBug-3964][ui]Switch back and forth over timeout alarm, the selected value is empty 2020-10-22 10:22:58 +08:00