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

feat: implement bandwidth limit for proxy-cache #20812

Merged
merged 1 commit into from
Aug 8, 2024

feat: implement bandwidth limit for proxy-cache

67df2c9
Select commit
Loading
Failed to load commit list.
Merged

feat: implement bandwidth limit for proxy-cache #20812

feat: implement bandwidth limit for proxy-cache
67df2c9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

66.28% (+20.91%) compared to c8c11b4

View this Pull Request on Codecov

66.28% (+20.91%) compared to c8c11b4

Details

Codecov Report

Attention: Patch coverage is 17.24138% with 48 lines in your changes missing coverage. Please review.

Project coverage is 66.28%. Comparing base (c8c11b4) to head (67df2c9).
Report is 252 commits behind head on main.

Files Patch % Lines
src/controller/proxy/remote.go 0.00% 12 Missing ⚠️
src/pkg/project/models/project.go 0.00% 10 Missing ⚠️
src/server/v2.0/handler/project.go 0.00% 10 Missing ⚠️
src/server/v2.0/handler/project_metadata.go 0.00% 6 Missing ⚠️
src/server/middleware/repoproxy/proxy.go 0.00% 5 Missing ⚠️
.../controller/replication/transfer/image/transfer.go 0.00% 2 Missing ⚠️
src/server/middleware/repoproxy/tag.go 0.00% 2 Missing ⚠️
src/controller/proxy/controller.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #20812       +/-   ##
===========================================
+ Coverage   45.36%   66.28%   +20.91%     
===========================================
  Files         244     1046      +802     
  Lines       13333   114043   +100710     
  Branches     2719     2845      +126     
===========================================
+ Hits         6049    75591    +69542     
- Misses       6983    34334    +27351     
- Partials      301     4118     +3817     
Files Coverage Δ
src/controller/proxy/options.go 100.00% <100.00%> (ø)
src/lib/iothrottler.go 0.00% <ø> (ø)
src/controller/proxy/controller.go 14.91% <0.00%> (ø)
.../controller/replication/transfer/image/transfer.go 33.76% <0.00%> (ø)
src/server/middleware/repoproxy/tag.go 0.00% <0.00%> (ø)
src/server/middleware/repoproxy/proxy.go 4.42% <0.00%> (ø)
src/server/v2.0/handler/project_metadata.go 0.00% <0.00%> (ø)
src/pkg/project/models/project.go 40.14% <0.00%> (ø)
src/server/v2.0/handler/project.go 5.15% <0.00%> (ø)
src/controller/proxy/remote.go 0.00% <0.00%> (ø)

... and 1278 files with indirect coverage changes