Skip to content

[Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController#11154

Merged
SbloodyS merged 19 commits intoapache:devfrom
tracehh:stdev
Aug 10, 2022
Merged

[Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController#11154
SbloodyS merged 19 commits intoapache:devfrom
tracehh:stdev

Conversation

@tracehh
Copy link
Copy Markdown
Contributor

@tracehh tracehh commented Jul 26, 2022

Fix: #11067

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

@tracehh tracehh changed the title Stdev [Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController Jul 26, 2022
@SbloodyS SbloodyS added this to the 4.0.0-alpha milestone Jul 27, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 27, 2022

Codecov Report

Merging #11154 (7cc2d91) into dev (cb001b5) will increase coverage by 0.02%.
The diff coverage is 70.83%.

❗ Current head 7cc2d91 differs from pull request most recent head 2a12ff1. Consider uploading reports for the commit 2a12ff1 to get more accurate results

@@             Coverage Diff              @@
##                dev   #11154      +/-   ##
============================================
+ Coverage     40.17%   40.20%   +0.02%     
- Complexity     4950     4975      +25     
============================================
  Files           988      998      +10     
  Lines         37712    37773      +61     
  Branches       4145     4145              
============================================
+ Hits          15151    15185      +34     
- Misses        21021    21048      +27     
  Partials       1540     1540              
Impacted Files Coverage Δ
...heduler/api/dto/queue/QueueListPagingResponse.java 0.00% <0.00%> (ø)
...phinscheduler/api/dto/queue/QueueQueryRequest.java 50.00% <50.00%> (ø)
...hinscheduler/api/controller/QueueV2Controller.java 62.50% <62.50%> (ø)
...hinscheduler/api/dto/queue/QueueCreateRequest.java 66.66% <66.66%> (ø)
...hinscheduler/api/dto/queue/QueueUpdateRequest.java 66.66% <66.66%> (ø)
...hinscheduler/api/dto/queue/QueueVerifyRequest.java 66.66% <66.66%> (ø)
...inscheduler/api/dto/queue/QueueCreateResponse.java 85.71% <85.71%> (ø)
...phinscheduler/api/dto/queue/QueueListResponse.java 85.71% <85.71%> (ø)
...inscheduler/api/dto/queue/QueueUpdateResponse.java 85.71% <85.71%> (ø)
...inscheduler/api/dto/queue/QueueVerifyResponse.java 85.71% <85.71%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@tracehh
Copy link
Copy Markdown
Contributor Author

tracehh commented Aug 3, 2022

@SbloodyS @caishunfeng PTAL, thx.

@SbloodyS
Copy link
Copy Markdown
Member

SbloodyS commented Aug 8, 2022

Hi @tracehh , please split the service part and the v2 controller/entity part into two PR based on the above conclusions in #10998 (comment). Thanks.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Aug 8, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 12 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@tracehh
Copy link
Copy Markdown
Contributor Author

tracehh commented Aug 8, 2022

ok,split the service part and the v2 controller/entity @SbloodyS

Copy link
Copy Markdown
Contributor

@caishunfeng caishunfeng left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

+1

@SbloodyS SbloodyS merged commit a50f110 into apache:dev Aug 10, 2022
@SbloodyS SbloodyS modified the milestones: 4.0.0-alpha, 3.1.0 Aug 10, 2022
@tracehh tracehh deleted the stdev branch August 10, 2022 06:58
xdu-chenrj pushed a commit to xdu-chenrj/dolphinscheduler that referenced this pull request Oct 13, 2022
…eueController (apache#11154)

* [Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController

4 participants