Global Groups: Database and group policy updates - #1800
Merged
Conversation
deepsidhu85
force-pushed
the
global-groups
branch
2 times, most recently
from
April 23, 2026 15:44
7ba24f0 to
afa8403
Compare
deepsidhu85
force-pushed
the
global-groups
branch
2 times, most recently
from
May 5, 2026 15:23
0465b0c to
c1c8549
Compare
added 5 commits
May 8, 2026 14:03
…o include public groups, updated effective_access_level method to return GUEST role if they are not a member of the group or any group that the namespace has been shared with
…n access_level of public
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.
What does this PR do and why?
Describe in detail what your merge request does and why.
This PR adds in the
publiccolumn to thenamespacestable, updates the group policy scope to return public groups, and updates theeffective_access_levelmethod to return a role of GUEST if the namespace is public and the user is not a member of the group or any groups the group was shared withScreenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other pull requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Note: Will be updated in the next PR to set group projects and subgroups as
publicwhere the parent group in publicPR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.