sodafoundation / api

SODA Terra Project API module : is an open source implementation of SODA API connecting storage to platforms like Kubernetes, OpenStack, and VMware
Apache License 2.0
827 stars 316 forks source link

Fix incorrect use of AttachStatus #1222

Closed joseph-v closed 4 years ago

joseph-v commented 4 years ago

This PR fixes issue #1030

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

codecov[bot] commented 4 years ago

Codecov Report

Merging #1222 into development will not change coverage. The diff coverage is 0%.

@@             Coverage Diff              @@
##           development    #1222   +/-   ##
============================================
  Coverage        34.84%   34.84%           
============================================
  Files               97       97           
  Lines            17652    17652           
============================================
  Hits              6151     6151           
  Misses           10629    10629           
  Partials           872      872
Impacted Files Coverage Δ
pkg/api/util/db.go 36.99% <0%> (ø) :arrow_up:
joseph-v commented 4 years ago

Closing as this PR, as this will be redundant once, PR #1174 is merged