-
Notifications
You must be signed in to change notification settings - Fork 42
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
migrategroups: update migrate groups #2329
Conversation
349d561
to
4c72ad8
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2329 +/- ##
==========================================
+ Coverage 62.70% 62.85% +0.14%
==========================================
Files 87 87
Lines 12985 13029 +44
==========================================
+ Hits 8142 8189 +47
+ Misses 4171 4169 -2
+ Partials 672 671 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm reaching out on Slack for some topics.
This pull request needs all conversation threads to be resolved. Could you fix it @ldjebran? 🙏 |
Update migrate groups 1. Update User identity type and orgAdmin value 2. Remove default org filters 3. Add support for wildcard groups filtring. 4. Query inventory for group hosts to ensure existence and no other group inclusion 5. Ignor group migration if the group already exist in inventory groups 6. Skip migration of organizations with feature flag enforce-edge-groups ON 7. Ensure orgs are not processed twice because of some groups not migrated 8. Update unit-tests FIXES: https://issues.redhat.com/browse/THEEDGE-3555
37b40d5
to
16f6081
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Description
Update migrate groups
FIXES: https://issues.redhat.com/browse/THEEDGE-3555
Type of change
What is it?
Checklist:
make pre-commit
to check fmt/vet/lint/test-no-fdo