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
826 stars 315 forks source link

Making development and master branch in Sync #1277

Closed kumarashit closed 4 years ago

kumarashit commented 4 years ago

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind new feature /kind bug fix kind cleanup /kind revert change /kind design /kind documentation /kind enhancement

What this PR does / why we need it: This PR just backports all fixes that has gone into Master and not in development. Now all development should happen from development branch.

Which issue(s) this PR fixes:

Fixes #

Test Report Added?:

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line: /kind TESTED /kind NOT-TESTED

Test Report:

Special notes for your reviewer:

codecov-commenter commented 4 years ago

Codecov Report

Merging #1277 into development will increase coverage by 6.13%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           development    #1277      +/-   ##
===============================================
+ Coverage        34.72%   40.86%   +6.13%     
===============================================
  Files               97       53      -44     
  Lines            17665     7752    -9913     
===============================================
- Hits              6135     3168    -2967     
+ Misses           10651     4083    -6568     
+ Partials           879      501     -378     
Impacted Files Coverage Δ
client/auth.go 0.00% <ø> (ø)
client/client.go 29.82% <ø> (ø)
client/dock.go 50.00% <ø> (ø)
client/fake.go 47.00% <ø> (ø)
client/fileshare.go 73.17% <ø> (ø)
client/host.go 68.08% <ø> (ø)
client/pool.go 50.00% <ø> (ø)
client/profile.go 61.97% <ø> (ø)
client/receiver.go 0.00% <ø> (ø)
client/replication.go 51.61% <ø> (ø)
... and 38 more