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

Feature/code spec #336

Merged
merged 70 commits into from
Jun 21, 2021
Merged

Feature/code spec #336

merged 70 commits into from
Jun 21, 2021

Conversation

244372610
Copy link
Contributor

@244372610 244372610 commented Jun 13, 2021

Description

Related Issue

fix #333

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist:

  • Code compiles correctly.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

244372610 added 30 commits June 4, 2021 19:48
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
@244372610 244372610 self-assigned this Jun 13, 2021
@244372610 244372610 requested a review from a team as a code owner June 13, 2021 11:30
@244372610 244372610 requested review from jim3ma, ansinlee and yangjun289519474 and removed request for a team June 13, 2021 11:30
@244372610 244372610 changed the title [WIN]Feature/code spec [WIP]Feature/code spec Jun 13, 2021
@244372610 244372610 changed the base branch from main-backup to main June 15, 2021 05:59
Signed-off-by: santong <[email protected]>
@244372610 244372610 changed the title [WIP]Feature/code spec Feature/code spec Jun 17, 2021
Signed-off-by: santong <[email protected]>
Signed-off-by: santong <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2021

Codecov Report

Merging #336 (06580cd) into main (dcd3569) will decrease coverage by 0.06%.
The diff coverage is 95.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
- Coverage   39.92%   39.85%   -0.07%     
==========================================
  Files          62       61       -1     
  Lines        4989     4975      -14     
==========================================
- Hits         1992     1983       -9     
+ Misses       2740     2737       -3     
+ Partials      257      255       -2     
Flag Coverage Δ
unittests 39.85% <95.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/clientutil/keepalive.go 0.00% <ø> (ø)
client/daemon/peer/peertask_file_callback.go 62.96% <ø> (ø)
client/daemon/peer/peertask_manager.go 32.09% <ø> (ø)
client/daemon/peer/peertask_stream_callback.go 65.00% <ø> (+2.50%) ⬆️
client/daemon/peer/piece_downloader.go 68.29% <ø> (ø)
client/daemon/peer/piece_downloader_optimized.go 52.94% <ø> (ø)
client/daemon/peer/piece_manager.go 67.07% <ø> (ø)
client/daemon/peerhost.go 0.00% <ø> (ø)
client/daemon/proxy/proxy_manager.go 0.00% <ø> (ø)
client/daemon/service/manager.go 33.00% <ø> (ø)
... and 13 more

Copy link
Member

@jim3ma jim3ma left a comment

Choose a reason for hiding this comment

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

LGTM

@244372610 244372610 merged commit 2101a4b into main Jun 21, 2021
@244372610 244372610 deleted the feature/codeSpec branch June 21, 2021 10:54
gaius-qi pushed a commit that referenced this pull request Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code style specification
5 participants