[full-ci] chore: bump reva to v2.45.0#2787
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (0601a80) 81224 18667 22.98% Head commit (9d07199) 81224 (+0) 18667 (+0) 22.98% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#2787) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
This PR bumps the vendored Reva dependency to v2.45.0 for the upcoming release, updating module metadata and vendored Reva storage/posix code.
Changes:
- Updates
github.com/opencloud-eu/reva/v2ingo.mod,go.sum, andvendor/modules.txt. - Vendors Reva changes around posix ID cache error handling, lookup behavior, lockfile paths, and recycle restore cache warmup.
- Adds several new Python helper files under the vendored Reva posix tree package.
Reviewed changes
Copilot reviewed 1 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Bumps Reva dependency to v2.45.0. |
go.sum |
Updates Reva checksums for v2.45.0. |
vendor/modules.txt |
Updates vendored Reva module version metadata. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/node/node.go |
Updates ID cache interface to return errors. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/decomposedfs.go |
Changes restored directory ID cache warmup behavior. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/tree.go |
Adds test-overridable resolver/assimilation hooks and propagates non-NotFound ID lookup errors. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/assimilation.go |
Updates ID cache lookup error handling during assimilation and warmup. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/getxattr.py |
Adds a Python helper script in the vendored tree package. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/generate_cache_test.py |
Adds a Python helper script in the vendored tree package. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/fix_test.py |
Adds a Python helper script in the vendored tree package. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/tree/cache_test.py |
Adds a Python helper script with a local absolute path. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/posix.go |
Passes logger into posix lookup construction. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/lookup/lookup.go |
Updates lookup construction and ID cache APIs to return errors. |
vendor/github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/idcache/idcache.go |
Converts ID cache misses to typed NotFound errors and returns backend errors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3161018 to
9d07199
Compare
reva bumb for upcomming release:
Changelog
✨ Features
🐛 Bug Fixes
📈 Enhancement
📦️ Dependencies