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

Development #69

Merged
merged 9 commits into from
Oct 4, 2023
Merged

Development #69

merged 9 commits into from
Oct 4, 2023

Commits on Sep 27, 2023

  1. refactor: Created Policy Actions file

    Moved actions to get policy/policies to a separate file, the client can specify the resource from which the policy list is requested or the user whose policy  is requested
    mike-pisman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6c89b10 View commit details
    Browse the repository at this point in the history
  2. refactor: Moved permission checks

    Moved permission checks to appropriate actions
    mike-pisman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fd2e23c View commit details
    Browse the repository at this point in the history
  3. refactor: Added PolicyHolderNotFound exceptions

    Added PolicyHolderNotFound exceptions instead of using generic resource exception
    mike-pisman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    804ad38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    114616f View commit details
    Browse the repository at this point in the history
  5. refactor: Changed Policy workspace link

    Replace link to workspace with a backlink to parent resource that holds list of policies
    mike-pisman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    581249f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. test: linting

    mike-pisman committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    46dd4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48733e1 View commit details
    Browse the repository at this point in the history
  3. fix: Changed permissions field type

    Changed permissions field type in Pollicy document from Permissions to int
    mike-pisman committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9c44d6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from unipoll/permissions

    Permissions
    mike-pisman authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    077d92d View commit details
    Browse the repository at this point in the history