-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Update ExecutionEnvironment model so object-level roles work with DAB RBAC system #15289
Merged
Conversation
This file contains 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
|
AlanCoding
force-pushed
the
ee_perm_setup
branch
from
June 25, 2024 19:24
ee4b68c
to
c6f629a
Compare
Test got me the intended failure
moving onto fixing it... |
Migration tests are now giving:
Which is what I wanted. So removing the view permission for the EE model is now done. |
AlanCoding
changed the title
Add initial test for deletion of stale permission
Update ExecutionEnvironment model so object-level roles work with DAB RBAC system
Jun 26, 2024
2 tasks
AlanCoding
force-pushed
the
ee_perm_setup
branch
from
June 26, 2024 19:29
c851341
to
744ddc8
Compare
Newer test failures such as this:
Are reflecting that the dependent DAB change needs to be merged first. |
AlanCoding
force-pushed
the
ee_perm_setup
branch
from
June 27, 2024 12:34
744ddc8
to
a99d5f0
Compare
AlanCoding
force-pushed
the
ee_perm_setup
branch
from
June 27, 2024 13:50
a99d5f0
to
507ce90
Compare
AlanCoding
force-pushed
the
ee_perm_setup
branch
from
June 28, 2024 15:12
507ce90
to
c1e9349
Compare
Schema change is intended. That's the entire point.
|
chrismeyersfsu
approved these changes
Jun 28, 2024
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Sep 16, 2024
… RBAC system (ansible#15289) * Add initial test for deletion of stale permission * Delete existing EE view permission * Hypothetically complete update of EE model permissions setup * Tests passing locally * Issue with user_capabilities was a test bug, fixed
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Nov 11, 2024
… RBAC system (ansible#15289) * Add initial test for deletion of stale permission * Delete existing EE view permission * Hypothetically complete update of EE model permissions setup * Tests passing locally * Issue with user_capabilities was a test bug, fixed
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.
SUMMARY
Depends on ansible/django-ansible-base#490
RECAP:
user_capabilities
was giving the wrong answer... it wasn't. My fixture was wrong, and the API was right. ✔️AAP-25268
ISSUE TYPE
COMPONENT NAME