reva icon indicating copy to clipboard operation
reva copied to clipboard

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends

Results 265 reva issues
Sort by recently updated
recently updated
newest added

Hi `cs3org/reva`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

- [ ] Reproduce the changelog in the `artifacthub.io/changes` annotation - [ ] Bump the application version in `Chart.yaml` to the one released previously in the workflow

CI

Hi, trying to build with go1.19.3 freebsd/amd64. Building fails with following error: # github.com/cs3org/reva/v2/pkg/storage/utils/localfs /root/go/pkg/mod/github.com/cs3org/reva/[email protected]/pkg/storage/utils/localfs/localfs_unix.go:80:11: invalid operation: stat.Blocks - stat.Bavail (mismatched types uint64 and int64) /root/go/pkg/mod/github.com/cs3org/reva/[email protected]/pkg/storage/utils/localfs/localfs_unix.go:81:15: invalid operation: stat.Bavail *...

part of https://github.com/owncloud/ocis/issues/5009

Whether Reva can run on the windows platform, and if so can you provide an explanation. I compiled successfully on the windows platform, but the configuration file specified with -c...

Fixes a bug where uploading the same file multiple times leads to orphaned blobs in the blobstore. Reva part of https://github.com/owncloud/ocis/issues/9498

Improve posixfs by completing the SSE and increasing stability.

The service registry now takes into account the service transport when creating grpc clients. This allows using `dns` and `unix` as the protocol in addition to `tcp`. `dns` will turn...

The gateway will now always try to find a single unique provider. It has stopped aggregating multiple ListContainer responses when we removed any business logic from it. related: - https://github.com/cs3org/reva/pull/4740...