Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing project members is incredible slow #240

Closed
andrewjw opened this issue Jul 21, 2021 · 1 comment · Fixed by #241
Closed

Managing project members is incredible slow #240

andrewjw opened this issue Jul 21, 2021 · 1 comment · Fixed by #241

Comments

@andrewjw
Copy link
Contributor

While managing project group members works, it is incredibly slow because the check that detects whether group access needs updating doesn't work, and groups are removed and readded on every run.

The issue is that the get_groups_from_project API call returns a dictionary keyed on group name, but the members/groups uses group path. (This existed in master currently)

A PR for this is incoming...

Thanks,
Andrew Wilkinson (on behalf of Ocado Technology)

@gdubicki
Copy link
Member

Thank you for reporting and for the fix @andrewjw ! v2.1.2 with this has just been released.

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 a pull request may close this issue.

2 participants