-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat(permissions): remove modules objects inheritance permissions #2479
Merged
bouttier
merged 6 commits into
refact/permissions
from
feat/remove_module_object_inheritance_permissions
May 4, 2023
Merged
feat(permissions): remove modules objects inheritance permissions #2479
bouttier
merged 6 commits into
refact/permissions
from
feat/remove_module_object_inheritance_permissions
May 4, 2023
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
VincentCauchois
added
database
SQL
backend
python
Pull requests that update Python code
labels
Apr 13, 2023
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 13, 2023 12:19
395ce3a
to
c509338
Compare
bouttier
force-pushed
the
refact/permissions
branch
from
April 14, 2023 16:34
a3dc602
to
5c9b00c
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 17, 2023 16:11
f878a50
to
ab0d4cf
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
3 times, most recently
from
April 18, 2023 09:59
0fec8f5
to
cb2bc40
Compare
bouttier
force-pushed
the
refact/permissions
branch
from
April 18, 2023 11:22
5c9b00c
to
900d334
Compare
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
3 times, most recently
from
April 18, 2023 13:28
83dd954
to
095f514
Compare
VincentCauchois
changed the title
feat(permissions): remove module object inheritance permissions
feat(permissions): remove modules objects inheritance permissions
Apr 18, 2023
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 18, 2023 15:14
095f514
to
2c57261
Compare
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 20, 2023 12:16
2c57261
to
b44176f
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 20, 2023 13:02
b44176f
to
75c98ee
Compare
28 tasks
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 21, 2023 09:35
5119303
to
c8f3758
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 21, 2023 09:45
c8f3758
to
75c98ee
Compare
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
April 21, 2023 09:51
75c98ee
to
c8f3758
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
2 times, most recently
from
April 21, 2023 16:19
a4b3d61
to
50bb073
Compare
VincentCauchois
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
2 times, most recently
from
April 28, 2023 15:59
ad1917c
to
77a7a70
Compare
Signed-off-by: VincentCauchois <vincent.cauchois@mnhn.fr>
Remove tests for modules and objects inheritance. Add a test for no module or no object specified for `_get_permissions` (and thus for `get_scopes_by_action`)
Remove the line about modules and objects inheritance, in the section "Récapitulatif". Remove reference to the view `gn_permissions.v_users_permissions` not existing anymore. The view, actually named `v_roles_permissions`, is removed by the Alembic migration "cec41a6d3a15". Signed-off-by: VincentCauchois <vincent.cauchois@mnhn.fr>
Any permission (for any action) on any module objects (or 'ALL' object) grant access to the module.
All permissions with scope 0 filter are removed.
bouttier
force-pushed
the
feat/remove_module_object_inheritance_permissions
branch
from
May 4, 2023 15:43
78790ff
to
9d033eb
Compare
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.
ref #2474