You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SMPH department IT directors and their designees have can be delegated the capability to create GitLab sub-groups for teams in their departments and designate a group owner. You or that group owner can invite, remove, and manage the members and create projects (repositories) within that sub-group.  

Step-by-step guides


Create a team/group/center/initiative-level subgroup

Information needed:

  • SMPH department
  • Team/group/center/initiative subgroup name
  • Group visibility: public (visible to unauthenticated users), internal (visible to all authenticated users), private (visible to specific, named users)
  • Group owner(s)

Steps:

  1. Consider routing request to the owner of the appropriate IT director. They can create projects within their subgroup.
  2. Navigate to the appropriate department within https://git.doit.wisc.edu/smph or https://git.doit.wisc.edu/smph-public.
  3. If the department subgroup does not yet exist, see Create a department-level subgroup above.
  4. Click on "New subgroup" then "Create group".
  5. Set appropriate visibility (e.g., generally "public" if it is in SMPH (Public) and internal or private if on in SMPH).
  6. Unless otherwise specified, select "Software Developer", "My company", and click Create group
  7. Navigate to Subgroup Information > Members and invite the appropriate owners and/or other members. (Note that members from higher level groups will be inherited.)

Suggested email template:

To: <sub-group owner(s)>
Subject: GitLab Group for <team/group/center/initiative>

Hello,
We have created a GitLab group for your department:  <link to internal and/or public GitLab group>

As a group owner, you can invite, remove, and manage the group members. You and any members with the "developer" role and create projects (repositories) within this sub-group.  For quick tips on creating groups and projects, see How To Create GitLab Groups and Projects

For more information, see the SMPH IT KB doc, GitLab FAQ. A few key guidelines include:

Additional support:


Managing group membership

Information needed:

  • Subgroup 
  • Member emails and roles
    • Guests have limited visibility into groups.
    • Developers can create projects in groups. (This can be restricted.) 
    • Owners can manage members and create/delete subgroups.
  1. Navigate to the appropriate subgroup within https://git.doit.wisc.edu/smph or https://git.doit.wisc.edu/smph-public.
  2. Click on Subgroup Information > Members and invite the member(s) with the appropriate role. (Note that members from higher level groups will be inherited.)

Create a project

Information needed:

  • SMPH department
  • Team/group/center/initiative subgroup for the project
  • Project name
  • Project "slug" (i.e., the short version of the name that is used in URLs)
  • Project visibility: public (visible to unauthenticated users), internal (visible to all authenticated users), private (visible to specific, named users)
  • Project owner(s)
    • The owner can later add other team members.
    • Optionally, they could have you add other owners, maintainers, developers, and/or guests by name or by group.
  • Is the project being imported from another Git repository or GitLab instance?

Steps:

  1. Consider routing request to the owner of the appropriate team/group/center/initiative subgroup. They can create projects within their subgroup.
  2. Navigate to the appropriate team/group/center/initiative subgroup in https://git.doit.wisc.edu/smph or https://git.doit.wisc.edu/smph-public.
  3. If the team/group/center/initiative subgroup does not yet exist, see Create a team/group/center/initiative-level subgroup above.
  4. Click on "New project"
  5. Select blank or template for project, fill the subsequent form with the information you gathered, and click Create Project
  6. Navigate to Project Information > Members and invite the appropriate owners. (Note that members from higher level groups will be inherited.)

Managing project team membership

Information needed:

  • Project 
  • Member emails and roles
    • Guests can view code and pages, and create comments and issues.
    • Developers can view analytics, run CI/CD pipelines, move issues, create and approve merge requests, create/edit milestones and releases, create branches, push to unprotected branches.
    • Maintainers can manage team members, edit web hooks and project settings, push to protected branches, manage push rules.
    • Owners can rename, transfer, or delete projects.
  1. Navigate to the appropriate project under https://git.doit.wisc.edu/explore.
  2. Navigate to Project Information > Members and invite the member(s) with the appropriate role. (Note that members from higher level groups will be inherited.)



  • No labels