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

Make Scopes Easier to Use in the UI #2741

Merged
merged 10 commits into from
Mar 3, 2023
Merged

Make Scopes Easier to Use in the UI #2741

merged 10 commits into from
Mar 3, 2023

Commits on Mar 2, 2023

  1. Make scopes easier to use in the UI:

    - Dynamically create a ScopeRegistryEnum from the list of scopes
    - Make this the "type" when getting user permission scopes
    - Delete custom validation for scopes now that we can use the enum
    - If scope registry changes and user has a scope that no longer exists, filter that out instead of failing on access.
    pattisdr committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ef906f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55af9a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fix validation test.

    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f73dfc8 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    92c38ba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into fides_2716_scopes_enum

    # Conflicts:
    #	CHANGELOG.md
    #	src/fides/api/ops/api/v1/scope_registry.py
    #	tests/ops/api/v1/endpoints/test_user_permission_endpoints.py
    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    eb4ab5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de94e9 View commit details
    Browse the repository at this point in the history
  5. Fix obsolete import.

    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    07c8e2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd81868 View commit details
    Browse the repository at this point in the history
  7. Fix missed import.

    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    664ae4d View commit details
    Browse the repository at this point in the history
  8. Fix isort.

    pattisdr committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a01a386 View commit details
    Browse the repository at this point in the history