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

fix: Fix import of IDM data - MEED-7000 - Meeds-io/meeds#2098 #97

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

boubaker
Copy link
Member

@boubaker boubaker commented Jun 5, 2024

Prior to this change, the import of IDM data is made listener by listener. Each listener ca bring definition of one of multiple items of three types 'Group', 'Role' or 'User + Memberships'. When a listener defines a use which is member of a group defined in another listener, the import fails. Thus this change will proceed importing by types instead f by listener.

Prior to this change, the import of IDM data is made listener by listener. Each listener ca bring definition of one of multiple items of three types 'Group', 'Role' or 'User + Memberships'. When a listener defines a use which is member of a group defined in another listener, the import fails. Thus this change will proceed importing by types instead f by listener.
@boubaker boubaker enabled auto-merge (squash) June 5, 2024 18:48
Copy link

sonarcloud bot commented Jun 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
8.3% Coverage on New Code (required ≥ 60%)

See analysis details on SonarCloud

@boubaker boubaker merged commit 4fc9472 into develop Jun 6, 2024
4 of 5 checks passed
@boubaker boubaker deleted the meed-7000 branch June 6, 2024 08:11
exo-swf pushed a commit that referenced this pull request Jun 6, 2024
Prior to this change, the import of IDM data is made listener by listener. Each listener ca bring definition of one of multiple items of three types 'Group', 'Role' or 'User + Memberships'. When a listener defines a use which is member of a group defined in another listener, the import fails. Thus this change will proceed importing by types instead f by listener.
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