Skip to content

graph: expose following state, tags and allowed actions on driveItems#3113

Open
dschmidt wants to merge 4 commits into
mainfrom
feat/driveitem-following-tags
Open

graph: expose following state, tags and allowed actions on driveItems#3113
dschmidt wants to merge 4 commits into
mainfrom
feat/driveitem-following-tags

Conversation

@dschmidt

@dschmidt dschmidt commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Implements opencloud-eu/libre-graph-api#37 and opencloud-eu/libre-graph-api#39: driveItems now carry the current user's favorite state and the assigned tags (read from ArbitraryMetadata), plus @libre.graph.permissions.actions.allowedValues when requested via $select. Includes the libre-graph-api-go bump.

@codacy-production

codacy-production Bot commented Jul 11, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · -229 duplication

Metric Results
Complexity 0
Duplication -229

View in Codacy

🟢 Coverage 80.95% diff coverage · +0.01% coverage variation

Metric Results
Coverage variation +0.01% coverage variation (-1.00%)
Diff coverage 80.95% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (8c3ef60) 82472 19108 23.17%
Head commit (98f3a9e) 82491 (+19) 19124 (+16) 23.18% (+0.01%)

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 (#3113) 21 17 80.95%

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 dschmidt force-pushed the feat/driveitem-following-tags branch 4 times, most recently from 17c7210 to e5ece35 Compare July 11, 2026 10:51
dschmidt added 4 commits July 11, 2026 16:55
Adapt the collaboration service to the changed GetUserPhoto return type.
…Items

Opt-in via $select, on GetDriveItem and the root children listing.
@dschmidt dschmidt force-pushed the feat/driveitem-following-tags branch from e5ece35 to 98f3a9e Compare July 11, 2026 14:55
@dschmidt dschmidt changed the title graph: expose @libre.graph.me.following and @libre.graph.tags on driveItems graph: expose following state, tags and allowed actions on driveItems Jul 11, 2026
@dschmidt dschmidt requested review from aduffeck and fschade July 13, 2026 07:16
}
return nil, NewConnectorError(http.StatusBadGateway, "failed to fetch avatar")
}
defer photoFile.Close()

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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.

1 participant