Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Ceph fixes #4824

Closed
wants to merge 22 commits into from

start refactoring

161dd8d
Select commit
Loading
Failed to load commit list.
Closed

WIP: Ceph fixes #4824

start refactoring
161dd8d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 24, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- pkg/ocm/storage/outcoming/ocm.go  1
- internal/grpc/services/gateway/gateway.go  1
- pkg/eosclient/eosgrpc/eoshttp.go  1
- pkg/storage/utils/eosfs/upload.go  2
- internal/http/services/owncloud/ocdav/put.go  2
         

Complexity decreasing per file
==============================
+ pkg/storage/fs/cephfs/options.go  -2
+ pkg/storage/fs/cephfs/user.go  -7
+ pkg/storage/fs/cephfs/cephfs.go  -1
+ pkg/storage/fs/cephfs/connections.go  -3
+ internal/grpc/services/gateway/storageprovider.go  -17
         

Clones added
============
- pkg/ocm/storage/received/ocm.go  1
- pkg/rhttp/datatx/manager/spaces/spaces.go  1
- pkg/rhttp/datatx/manager/simple/simple.go  1
         

Clones removed
==============
+ pkg/ocm/storage/outcoming/ocm.go  -1
+ pkg/storage/fs/cephfs/cephfs.go  -4
+ tests/helpers/helpers.go  -1
+ pkg/eosclient/eosbinary/eosbinary.go  -4
+ pkg/eosclient/eosgrpc/eosgrpc.go  -6
+ internal/grpc/services/gateway/storageprovider.go  -69
+ internal/http/services/owncloud/ocdav/propfind.go  -3
+ internal/grpc/services/storageprovider/storageprovider.go  -3
         

See the complete overview on Codacy