Skip to content
代码片段 群组 项目
提交 e3f6d95f 编辑于 作者: Alex Pooley's avatar Alex Pooley
浏览文件

Merge branch 'lohrc-master-patch-ac6e' into 'master'

Move transfer to post MVC for Organizations

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133974



Merged-by: default avatarAlex Pooley <apooley@gitlab.com>
Approved-by: default avatarAlex Pooley <apooley@gitlab.com>
Co-authored-by: default avatarChristina Lohr <clohr@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -108,7 +108,7 @@ The Organization MVC will contain the following functionality: ...@@ -108,7 +108,7 @@ The Organization MVC will contain the following functionality:
- Organization Owner. The creation of an Organization appoints that User as the Organization Owner. Once established, the Organization Owner can appoint other Organization Owners. - Organization Owner. The creation of an Organization appoints that User as the Organization Owner. Once established, the Organization Owner can appoint other Organization Owners.
- Organization Users. A User is managed by one Organization, but can be part of multiple Organizations. Users are able to navigate between the different Organizations they are part of. - Organization Users. A User is managed by one Organization, but can be part of multiple Organizations. Users are able to navigate between the different Organizations they are part of.
- Setup settings. Containing the Organization name, ID, description, and avatar. Settings are editable by the Organization Owner. - Setup settings. Containing the Organization name, ID, description, and avatar. Settings are editable by the Organization Owner.
- Setup flow. Users are able to build new Organizations and transfer existing top-level Groups into them. They can also create new top-level Groups in an Organization. - Setup flow. Users are able to build new Organizations. They can also create new top-level Groups in an Organization.
- Visibility. Initially, Organizations can only be `public`. Public Organizations can be seen by everyone. They can contain public and private Groups and Projects. - Visibility. Initially, Organizations can only be `public`. Public Organizations can be seen by everyone. They can contain public and private Groups and Projects.
- Organization settings page with the added ability to remove an Organization. Deletion of the default Organization is prevented. - Organization settings page with the added ability to remove an Organization. Deletion of the default Organization is prevented.
- Groups. This includes the ability to create, edit, and delete Groups, as well as a Groups overview that can be accessed by the Organization Owner and Users. - Groups. This includes the ability to create, edit, and delete Groups, as well as a Groups overview that can be accessed by the Organization Owner and Users.
...@@ -326,13 +326,12 @@ In iteration 2, an Organization MVC Experiment will be released. We will test th ...@@ -326,13 +326,12 @@ In iteration 2, an Organization MVC Experiment will be released. We will test th
### Iteration 3: Organization MVC Beta (FY25Q1) ### Iteration 3: Organization MVC Beta (FY25Q1)
In iteration 3, the Organization MVC Beta will be released. Users will be able to transfer existing top-level Groups into an Organization. In iteration 3, the Organization MVC Beta will be released.
- Multiple Organization Owners can be assigned. - Multiple Organization Owners can be assigned.
- Organization avatars can be changed in the Organization settings. - Organization avatars can be changed in the Organization settings.
- Organization Owners can create, edit and delete Groups from the Groups overview. - Organization Owners can create, edit and delete Groups from the Groups overview.
- Organization Owners can create, edit and delete Projects from the Projects overview. - Organization Owners can create, edit and delete Projects from the Projects overview.
- Top-level Groups can be transferred into an Organization.
- The Organization URL path can be changed. - The Organization URL path can be changed.
### Iteration 4: Organization MVC GA (FY25Q2) ### Iteration 4: Organization MVC GA (FY25Q2)
...@@ -343,6 +342,7 @@ In iteration 4, the Organization MVC will be rolled out. ...@@ -343,6 +342,7 @@ In iteration 4, the Organization MVC will be rolled out.
After the initial rollout of Organizations, the following functionality will be added to address customer needs relating to their implementation of GitLab: After the initial rollout of Organizations, the following functionality will be added to address customer needs relating to their implementation of GitLab:
1. [Users can transfer existing top-level Groups into Organizations](https://gitlab.com/groups/gitlab-org/-/epics/11711).
1. [Organizations can invite Users](https://gitlab.com/gitlab-org/gitlab/-/issues/420166). 1. [Organizations can invite Users](https://gitlab.com/gitlab-org/gitlab/-/issues/420166).
1. Internal visibility will be made available on Organizations that are part of GitLab.com. 1. Internal visibility will be made available on Organizations that are part of GitLab.com.
1. Restrict inviting Users outside of the Organization. 1. Restrict inviting Users outside of the Organization.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册