uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.14k stars 423 forks source link

downgrading protobouf to 1.3.3 for compatibility reasons #258

Closed SQUIDwarrior closed 4 years ago

SQUIDwarrior commented 4 years ago

Protobuf 1.4.0 has compatibility problems certain Bazel rules, so this downgrades it to 1.3.3.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 4 years ago

Codecov Report

Merging #258 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   66.10%   66.11%   +0.01%     
==========================================
  Files         184      184              
  Lines        9098     9098              
==========================================
+ Hits         6014     6015       +1     
+ Misses       2322     2321       -1     
  Partials      762      762              
Impacted Files Coverage Δ
utils/dedup/interval_trap.go 90.00% <0.00%> (-10.00%) :arrow_down:
lib/torrent/scheduler/events.go 72.59% <0.00%> (+1.44%) :arrow_up:

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 2ebc167...ccfe1ad. Read the comment docs.