Feat/user gid query#24
Merged
Merged
Conversation
2Ryan09
approved these changes
Jun 12, 2026
| return sorted(list(set([x["facility"] for x in info.context.db.collection("repos").find({"name": "default", "users": self.username}, {"_id": 0, "facility": 1})]))) | ||
|
|
||
| @strawberry.field | ||
| def gids(self, info) -> List[int]: |
Contributor
There was a problem hiding this comment.
biggest concern remains this field being 90% duplicate of accessGroupObjs, but not a blocker
Contributor
Author
There was a problem hiding this comment.
In terms of data type (representation of what the data is), yes. The data source is different, we're going through user-lookup which interfaces both sdf ldap and slac it to provide this data. Agree with you that we will need to revisit this as part of the NIS migration.
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.
Pull users uid, primary gid and secondary gids through user-lookup