graph: driveItem creation under drives/items/children#3116
Draft
dschmidt wants to merge 1 commit into
Draft
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 29 |
| Duplication | 0 |
🟢 Coverage 60.32% diff coverage · +0.12% coverage variation
Metric Results Coverage variation ✅ +0.12% coverage variation (-1.00%) Diff coverage ✅ 60.32% diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (44d904a) 82492 19131 23.19% Head commit (ec41d9c) 82732 (+240) 19288 (+157) 23.31% (+0.12%) 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 (#3116) 247 149 60.32% 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.
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 11, 2026 14:17
f0ba6e1 to
10c2414
Compare
dschmidt
force-pushed
the
feat/driveitem-following-tags
branch
from
July 11, 2026 14:55
e5ece35 to
98f3a9e
Compare
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 11, 2026 14:55
10c2414 to
a21622c
Compare
dschmidt
force-pushed
the
feat/driveitem-following-tags
branch
from
July 15, 2026 08:11
98f3a9e to
b337d6a
Compare
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 15, 2026 08:11
a21622c to
f684570
Compare
dschmidt
force-pushed
the
feat/driveitem-following-tags
branch
from
July 20, 2026 21:35
b337d6a to
44d904a
Compare
Implements the CreateDriveItem/CreateChildDriveItem operations from libre-graph-api#42 including @libre.graph.conflictBehavior and @libre.graph.missingParentsBehavior.
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 20, 2026 21:37
f684570 to
ec41d9c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements opencloud-eu/libre-graph-api#42: POST children at the drive root and below items (folder, empty file, remoteItem mounting unchanged),
@libre.graph.conflictBehavior(fail/replace) and@libre.graph.missingParentsBehavior=createfor colon-syntax URLs.Temporarily targets #3113 because it needs the client bump from there, retarget to main once that merges.