Skip to content

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
@DarkAssassinator DarkAssassinator force-pushed the dev_yann_refactor_issue#12468 branch from 35f4c81 to 47fabf9 Compare October 22, 2022 01:47
@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

@sonarqubecloud
Copy link

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 SbloodyS and caishunfeng 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
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