Add GroupsAuthorizationService and a new group access endpoint - #8213
Draft
r-tome wants to merge 2 commits into
Draft
Add GroupsAuthorizationService and a new group access endpoint#8213r-tome wants to merge 2 commits into
r-tome wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## ac/pm-12473/collection-user-access-delta-endpoint #8213 +/- ##
=====================================================================================
- Coverage 68.68% 63.37% -5.31%
=====================================================================================
Files 2394 2396 +2
Lines 104353 104441 +88
Branches 9458 9472 +14
=====================================================================================
- Hits 71677 66193 -5484
- Misses 30338 36004 +5666
+ Partials 2338 2244 -94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
r-tome
force-pushed
the
ac/pm-12473/collection-user-access-delta-endpoint
branch
from
August 14, 2026 10:29
bebf875 to
aaf8357
Compare
r-tome
force-pushed
the
ac/pm-12473/groups-authorization-service
branch
from
August 14, 2026 10:29
52b6dd3 to
3746148
Compare
Mirrors CollectionAuthorizationService's pattern for GroupsController: one
service that fetches its own data and calls the shared static
CollectionRules, instead of the inline ASP.NET authorization checks in Put.
Adds a new, additive PATCH organizations/{orgId}/groups/{id} endpoint behind
a feature flag that preserves Put's exact current behavior (full-list model,
self-add-to-group check, preserve-readonly-collections merge), reusing the
existing request model and persistence command.
r-tome
force-pushed
the
ac/pm-12473/groups-authorization-service
branch
from
August 14, 2026 10:54
3746148 to
b674bfc
Compare
r-tome
force-pushed
the
ac/pm-12473/collection-user-access-delta-endpoint
branch
from
August 14, 2026 10:54
aaf8357 to
43e0705
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.
🎟️ Tracking
📔 Objective
📸 Screenshots