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

Optimize divide plugin to use common plugin template and update front resource #1164

Merged
merged 2 commits into from
Mar 9, 2021
Merged

Conversation

fengzhenbing
Copy link
Member

… resource

// Describe your PR here; eg. Fixes #issueNo

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed mvn clean install -Dmaven.javadoc.skip=true.

@fengzhenbing fengzhenbing linked an issue Mar 9, 2021 that may be closed by this pull request
2 tasks
dengliming
dengliming previously approved these changes Mar 9, 2021
@dengliming dengliming changed the title Optimize divide plugin to use common plugin template and update front… Optimize divide plugin to use common plugin template and update front resource Mar 9, 2021
@codecov-io
Copy link

Codecov Report

Merging #1164 (cc7d2d7) into master (c58b12d) will decrease coverage by 0.47%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1164      +/-   ##
============================================
- Coverage     73.53%   73.05%   -0.48%     
+ Complexity     2126     2120       -6     
============================================
  Files           365      365              
  Lines          8047     8047              
  Branches        876      876              
============================================
- Hits           5917     5879      -38     
- Misses         1692     1730      +38     
  Partials        438      438              
Impacted Files Coverage Δ Complexity Δ
...soul/client/tars/TarsServiceBeanPostProcessor.java 33.33% <0.00%> (-51.86%) 8.00% <0.00%> (-6.00%)
.../soul/plugin/httpclient/NettyHttpClientPlugin.java 57.14% <0.00%> (-2.05%) 10.00% <0.00%> (ø%)
...elimiter/handler/RateLimiterPluginDataHandler.java 74.13% <0.00%> (ø) 12.00% <0.00%> (ø%)
...omara/soul/sync/data/http/HttpSyncDataService.java 70.58% <0.00%> (+4.90%) 12.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 c58b12d...cc7d2d7. Read the comment docs.

@dengliming dengliming merged commit 526e11a into apache:master Mar 9, 2021
@dengliming dengliming added this to the 2.3.0 milestone Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize divide plugin to use common plugin template
3 participants