Skip to content

graph: expose pendingOperations on driveItems - #3437

Merged
dschmidt merged 1 commit into
mainfrom
feat/driveitem-pending-operations
Sep 1, 2026
Merged

graph: expose pendingOperations on driveItems#3437
dschmidt merged 1 commit into
mainfrom
feat/driveitem-pending-operations

Conversation

@dschmidt

@dschmidt dschmidt commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #3113, implements opencloud-eu/libre-graph-api#60.

driveItems now carry pendingOperations.pendingContentUpdate while post-processing (virus scanning, ...) has not finished, read from the status opaque the storage provider already sets. WebDAV PROPFIND reports the same state as a 425 TOO EARLY propstat; Graph listings use the facet instead.

queuedDateTime stays absent, we do not track when the operation was queued, and the spec allows to leave it out.

@dschmidt
dschmidt marked this pull request as ready for review September 1, 2026 11:18
@codacy-production

codacy-production Bot commented Sep 1, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 8 duplication

Metric Results
Duplication 8

View in Codacy

🟢 Coverage 100.00% diff coverage · +0.02% coverage variation

Metric Results
Coverage variation +0.02% coverage variation (-1.00%)
Diff coverage 100.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (df8d0e8) 85927 20200 23.51%
Head commit (000c99c) 85933 (+6) 20220 (+20) 23.53% (+0.02%)

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 (#3437) 6 6 100.00%

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.

@micbar micbar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dschmidt
dschmidt force-pushed the feat/driveitem-pending-operations branch from c300c2f to 000c99c Compare September 1, 2026 12:05
@dschmidt
dschmidt merged commit f60e2e5 into main Sep 1, 2026
67 checks passed
@dschmidt
dschmidt deleted the feat/driveitem-pending-operations branch September 1, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants