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

Ability to run script_run with a limited set #65

Closed
8 tasks done
astrochun opened this issue Sep 29, 2020 · 0 comments · Fixed by #79
Closed
8 tasks done

Ability to run script_run with a limited set #65

astrochun opened this issue Sep 29, 2020 · 0 comments · Fixed by #79
Assignees
Labels
enhancement New feature or request scripts Script development
Milestone

Comments

@astrochun
Copy link
Contributor

astrochun commented Sep 29, 2020

Rather than run the full script, an option to limit it to certain organization codes, sub-portal names.

This should first be working with:

  • main themes and sub-portals (see --groups option) [3b1b713]
  • organization code (see --org_codes option) [3b1b713]
  • Able to provide a list of codes or main themes or sub-portals (comma separated) [3b1b713]
  • Able to only run the quota for those members [d9598b8, a312eda]
    • One of the trick is only to add those members and not delete existing members. This is also the case for portals. One way to enable this is having an add_only option in Delta. It might be easier to simply update the ldap_members to include existing ones to avoid deletion [2649160]
  • Create Grouper group with users for indirect adds to figshare:active. Related to Option to create a group for active indirect membership #72 [d055ecb, ef30dd3, dcb0a94]
    • This is possible using the create_active_group function
  • For readability, change grouper_query module to import [05d5fd0]
  • Fix bug with quota running [e6355d2]
@astrochun astrochun added enhancement New feature or request scripts Script development labels Sep 29, 2020
@astrochun astrochun added this to the v0.13.0 milestone Sep 29, 2020
@astrochun astrochun added this to To do in ReDATA Patron Management Software via automation Sep 29, 2020
@astrochun astrochun self-assigned this Sep 29, 2020
@astrochun astrochun moved this from To do to In progress in ReDATA Patron Management Software Oct 1, 2020
astrochun added a commit that referenced this issue Oct 1, 2020
astrochun added a commit that referenced this issue Oct 6, 2020
str conversion of quota - check_group_exists fail otherwise
@astrochun astrochun moved this from In progress to Ready to merge with release in ReDATA Patron Management Software Oct 6, 2020
@astrochun astrochun moved this from Ready to merge with release to Needs Review / Testing in ReDATA Patron Management Software Oct 6, 2020
astrochun added a commit that referenced this issue Oct 7, 2020
@astrochun astrochun moved this from Needs Review / Testing to Ready to merge with release in ReDATA Patron Management Software Oct 7, 2020
ReDATA Patron Management Software automation moved this from Ready to merge with release to Done Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scripts Script development
Development

Successfully merging a pull request may close this issue.

1 participant