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

Add --optimize add-/cleanup-feed-permissions #1612

Merged
merged 6 commits into from
Jul 28, 2021

Commits on Jul 6, 2021

  1. Add --optimize add-/cleanup-feed-permissions

    The add-feed-permissions option adds read permissions on the feed data
    objects for all roles defined in the "Feed Import Roles" setting if they
    do not exist.
    The cleanup-feed-permissions removes all role permissions on the feed
    data objects that do not match ones in the setting.
    timopollmeier committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    9e97c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e410f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0cea66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a359e9e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    919c6a8 View commit details
    Browse the repository at this point in the history
  2. Handle errors in add_feed_role_permissions

    If there are error responses from the create_permission_internal calls,
    they will now be handled by logging appropriate warning messages.
    timopollmeier committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    adb51f6 View commit details
    Browse the repository at this point in the history