davissp14 / etcdv3-ruby

Etcd v3 Ruby Client
MIT License
52 stars 17 forks source link

Addressing zero-byte reference when using namespace #135

Closed davissp14 closed 3 years ago

davissp14 commented 3 years ago

Honor the namespace when using zero byte. This will intercept any zero-byte references and rewrite them to target everything under the current namespace..

Addressing: https://github.com/davissp14/etcdv3-ruby/issues/136

codecov[bot] commented 3 years ago

Codecov Report

Merging #135 (59a237f) into master (a69267f) will decrease coverage by 0.03%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   99.17%   99.14%   -0.04%     
==========================================
  Files          39       39              
  Lines        2072     2096      +24     
==========================================
+ Hits         2055     2078      +23     
- Misses         17       18       +1     
Impacted Files Coverage Δ
lib/etcdv3/namespace/kv/requests.rb 95.83% <83.33%> (-4.17%) :arrow_down:
spec/etcdv3_spec.rb 100.00% <100.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 a69267f...59a237f. Read the comment docs.