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 users and groups as part of generatedata.py #5968

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. Add users and groups as part of generatedata.py

    Creates group with int number of users
    * staff: 15
    * small_group: 10
    * medium_group: 15
    * large_group: 1000
    * xlarge_group: 5000
    
    All usernames will start with group name for easy testing
    Usernames are a concatenation of [group name]+User+count
    * Example: small_groupUser1, medium_groupUser10, etc.
    smithellis committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    452c1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Updated to scripts folder

    smithellis committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7d6bf61 View commit details
    Browse the repository at this point in the history