Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Migrate all command-related interface functions from ProcessServiceImpl #12474

Merged
merged 5 commits into from
Oct 22, 2022

Conversation

DarkAssassinator
Copy link
Contributor

Purpose of the pull request

Brief change log

  • Migrate command-related interface functions to CommandService
  • Add ParamUtils

Verify this pull request

This pull request is already covered by existing tests

@SbloodyS SbloodyS added this to the 3.1.1 milestone Oct 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2022

Codecov Report

Merging #12474 (4842822) into dev (b5193ee) will increase coverage by 0.02%.
The diff coverage is 67.44%.

@@             Coverage Diff              @@
##                dev   #12474      +/-   ##
============================================
+ Coverage     39.41%   39.43%   +0.02%     
- Complexity     4214     4216       +2     
============================================
  Files          1039     1041       +2     
  Lines         39140    39160      +20     
  Branches       4475     4478       +3     
============================================
+ Hits          15426    15442      +16     
- Misses        21941    21949       +8     
+ Partials       1773     1769       -4     
Impacted Files Coverage Δ
...server/master/runner/MasterSchedulerBootstrap.java 0.00% <0.00%> (ø)
...nscheduler/service/process/ProcessServiceImpl.java 28.62% <0.00%> (-3.18%) ⬇️
...cheduler/api/service/impl/ExecutorServiceImpl.java 43.73% <40.00%> (ø)
.../server/master/runner/WorkflowExecuteRunnable.java 8.00% <50.00%> (+0.08%) ⬆️
...che/dolphinscheduler/service/utils/ParamUtils.java 69.56% <69.56%> (ø)
...nscheduler/service/command/CommandServiceImpl.java 75.20% <75.20%> (ø)
...erver/master/processor/queue/TaskEventService.java 69.64% <0.00%> (-10.72%) ⬇️
...r/plugin/registry/zookeeper/ZookeeperRegistry.java 43.54% <0.00%> (-6.46%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Oct 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

70.8% 70.8% Coverage
0.0% 0.0% Duplication

@DarkAssassinator DarkAssassinator requested review from ruanwenjun and removed request for caishunfeng and SbloodyS October 22, 2022 03:17
@ruanwenjun ruanwenjun modified the milestones: 3.1.1, 3.2.0 Oct 22, 2022
@ruanwenjun ruanwenjun added the improvement make more easy to user or prompt friendly label Oct 22, 2022
@ruanwenjun ruanwenjun merged commit b936b88 into apache:dev Oct 22, 2022
Chris-Arith pushed a commit to Chris-Arith/dolphinscheduler that referenced this pull request Oct 26, 2022
…ssServiceImpl (apache#12474)

* migrate all command-related interface functions to CommonService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend improvement make more easy to user or prompt friendly refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] Migrate all command-related interface functions from ProcessServiceImpl
4 participants