Skip to content

Feature add user state#2710

Merged
davidzollo merged 22 commits intoapache:devfrom
wen-hemin:feature-addUserState
Jul 15, 2020
Merged

Feature add user state#2710
davidzollo merged 22 commits intoapache:devfrom
wen-hemin:feature-addUserState

Conversation

@wen-hemin
Copy link
Copy Markdown
Contributor

Supplement sql script.

Rubik-W and others added 19 commits April 14, 2020 19:20
# Conflicts:
#	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/UsersController.java
# Conflicts:
#	dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
# Conflicts:
#	dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue
#	dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
#	dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
# Conflicts:
#	sql/upgrade/1.2.2_schema/postgresql/dolphinscheduler_ddl.sql
@wen-hemin wen-hemin requested a review from lenboo May 14, 2020 02:58
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2710 into dev will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #2710      +/-   ##
============================================
- Coverage     37.16%   37.01%   -0.16%     
+ Complexity     2548     2537      -11     
============================================
  Files           433      433              
  Lines         19958    19958              
  Branches       2423     2423              
============================================
- Hits           7417     7387      -30     
- Misses        11876    11902      +26     
- Partials        665      669       +4     
Impacted Files Coverage Δ Complexity Δ
...duler/server/entity/DataxTaskExecutionContext.java 35.00% <0.00%> (-60.00%) 7.00% <0.00%> (-6.00%)
...he/dolphinscheduler/common/thread/ThreadUtils.java 68.25% <0.00%> (-9.53%) 13.00% <0.00%> (-2.00%)
...he/dolphinscheduler/api/service/LoggerService.java 82.60% <0.00%> (-8.70%) 9.00% <0.00%> (-1.00%)
...ver/master/consumer/TaskPriorityQueueConsumer.java 54.41% <0.00%> (-4.42%) 16.00% <0.00%> (ø%)
...e/dolphinscheduler/remote/NettyRemotingClient.java 51.07% <0.00%> (-2.88%) 9.00% <0.00%> (-2.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de3a81c...f1d7282. Read the comment docs.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #2710 into dev will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #2710      +/-   ##
============================================
- Coverage     37.21%   37.20%   -0.01%     
  Complexity     2560     2560              
============================================
  Files           435      435              
  Lines         20020    20020              
  Branches       2426     2426              
============================================
- Hits           7451     7449       -2     
- Misses        11904    11905       +1     
- Partials        665      666       +1     
Impacted Files Coverage Δ Complexity Δ
...he/dolphinscheduler/common/thread/ThreadUtils.java 74.60% <0.00%> (-3.18%) 14.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f8ddae...df84b39. Read the comment docs.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jun 4, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@gabry-lab
Copy link
Copy Markdown
Member

@rubik-w Does this PR still need to be merged?

@lgcareer
Copy link
Copy Markdown
Contributor

@rubik-w Whether this field status add in the sql/upgreade folder

Copy link
Copy Markdown
Contributor

@davidzollo davidzollo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@davidzollo davidzollo self-requested a review July 4, 2020 08:06
Copy link
Copy Markdown
Contributor

@davidzollo davidzollo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please solve conflicting files locally

@qiaozhanwei
Copy link
Copy Markdown
Contributor

please solve conflicting

Copy link
Copy Markdown
Contributor

@lgcareer lgcareer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,you need change 1.2.2_schema to 1.3.0_schema

# Conflicts:
#	sql/dolphinscheduler_mysql.sql
@wen-hemin
Copy link
Copy Markdown
Contributor Author

please solve conflicting files locally

fixed

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Copy Markdown
Contributor

@lgcareer lgcareer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lgcareer lgcareer requested a review from davidzollo July 15, 2020 03:16
@davidzollo davidzollo added the enhancement New feature or request label Jul 15, 2020
@davidzollo davidzollo merged commit a7aa58e into apache:dev Jul 15, 2020
@wen-hemin wen-hemin deleted the feature-addUserState branch July 15, 2020 08:32
tswstarplanet pushed a commit to tswstarplanet/incubator-dolphinscheduler that referenced this pull request Jul 15, 2020
* feature: apache#1923

* fix:docker sql script add column

* fix: update sql script

* fix: UT bug

* fix: UT bug

* fix: UT bug

* fix: e2e UT bug

* fix: e2e button location

* fix:sql init script to add t_ds_user.state column

Co-authored-by: Rubik-W <whm_777@163.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
@wen-hemin wen-hemin restored the feature-addUserState branch August 10, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants