-
Notifications
You must be signed in to change notification settings - Fork 144
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
Solve issue Object diff for roles removing most roles
#562
Conversation
Object diff for roles removing most roles
Pending for some extra info asked at the issue #552 . |
…users without an organization
Object diff for roles removing most roles
Object diff for roles removing most roles
So was this a bug where if we add spaces to that are that it removes. And is this a WIP as it says still not tested? |
The spaces additions/removals are basically sthetic and/or required by the lintering checkings. I checked manually all the changes and also run locally all the tests in I've also improved the |
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, Needed time to review the python changes
* added singulars to be treated as well * new attributes for roles * new attributes for roles * added changelog fragment * fix on map_item function * removed extra empty line * fixes on object_diff inputs * removed debug information. added ORGANIZATIONLESS to credentials and users without an organization * fix lintering issues * fix lintering issues * fix lintering issues * tests fixes. multiple list from redhat-cop#647 fixed. Test ping URL fixed
* added singulars to be treated as well * new attributes for roles * new attributes for roles * added changelog fragment * fix on map_item function * removed extra empty line * fixes on object_diff inputs * removed debug information. added ORGANIZATIONLESS to credentials and users without an organization * fix lintering issues * fix lintering issues * fix lintering issues * tests fixes. multiple list from redhat-cop#647 fixed. Test ping URL fixed
What does this PR do?
Tries to solve issue #552:
How should this be tested?
Manually tested. Automatic tests also passed.
Is there a relevant Issue open for this?
resolves #552
Other Relevant info, PRs, etc
N/A