Skip to content

Conversation

@david-crespo
Copy link
Contributor

We are having fun. 8 minutes and zero additional prompting, following #9325.

image

david-crespo and others added 2 commits October 31, 2025 12:07
This test verifies that listing groups via the SCIM API correctly includes
member information for each group, including groups with multiple members,
groups with a single member, and groups with no members.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Rewrites list_groups_in_txn as list_groups_with_members to use a single
query that fetches both groups and their members in one database roundtrip.
This uses a LEFT JOIN to the silo_group_membership table and aggregates
the results in application code, similar to the list_users_with_groups
implementation.

The transaction wrapper is removed since it's no longer needed - the
function now performs a single read-only query.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants