tmc / pqstream

pqstream turns your postgres database into an event stream
MIT License
477 stars 24 forks source link

Move redaction decoding #74

Closed pieterlouw closed 7 years ago

pieterlouw commented 7 years ago

I'm moving the decoding of redactions specified in json format to a package function for 2 reasons:

tmc commented 7 years ago

I like this, can you check on the build?

pieterlouw commented 7 years ago

Strange. I'm not sure why the build is giving problems - my local build works fine.

codecov[bot] commented 7 years ago

Codecov Report

Merging #74 into master will decrease coverage by 0.22%. The diff coverage is 60%.

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   69.19%   68.96%   -0.23%     
==========================================
  Files           3        3              
  Lines         198      203       +5     
==========================================
+ Hits          137      140       +3     
- Misses         33       34       +1     
- Partials       28       29       +1
tmc commented 7 years ago

Thanks @pieterlouw !