@tauriedavis: Sounds good to me. Would you change the name of 'Deploy Keys' to 'Repository' to map what we call the page with that content on the project settings in #23007 (closed)? Or would that add confusion since it really is just Deploy Keys?
Yeah, I don't think I would change the name because there are actual deploy keys within repository on the project page. If there was two sections within admin settings that were both in repository section of the project settings, then I'd group them and name them repository. But since there is only one, it makes more sense to just call what it is to me.
We are looking to make this change for Project settings, Group settings and Admin settings (meta: https://gitlab.com/gitlab-org/gitlab-ce/issues/23593). Project settings was the most complicated (required some reorganization of pages), so we focused on that first. We are making great progress with that, and are hopeful to get that moved to tabs for this release (8.17). Group and Admin settings are simpler (I don't think any of the pages have to be combined). @victorwu - Thoughts on when we could schedule this and Group settings (https://gitlab.com/gitlab-org/gitlab-ce/issues/23304)?
Not sure who is working on this at the moment, but wanted to drop in a remark that @stanhu screenshared the admin settings panel with me, and I could not help but notice it involved about three pages worth of scrolling and no clear organization of topics that I could see... no table of contents at the top, or areas that expand and collapse as you need them or go to them...
Is there an effort underway to give the admin area some UI/UX love in that regard?
GitLab is moving all development for both GitLab Community Edition
and Enterprise Edition into a single codebase. The current
gitlab-ce repository will become a read-only mirror, without any
proprietary code. All development is moved to the current
gitlab-ee repository, which we will rename to just gitlab in the
coming weeks. As part of this migration, issues will be moved to the
current gitlab-ee project.
If you have any questions about all of this, please ask them in our
dedicated FAQ issue.
Using "gitlab" and "gitlab-ce" would be confusing, so we decided to
rename gitlab-ce to gitlab-foss to make the purpose of this FOSS
repository more clear
I created a merge requests for CE, and this got closed. What do I
need to do?
Everything in the ee/ directory is proprietary. Everything else is
free and open source software. If your merge request does not change
anything in the ee/ directory, the process of contributing changes
is the same as when using the gitlab-ce repository.
Will you accept merge requests on the gitlab-ce/gitlab-foss project
after it has been renamed?
No. Merge requests submitted to this project will be closed automatically.
Will I still be able to view old issues and merge requests in
gitlab-ce/gitlab-foss?
Yes.
How will this affect users of GitLab CE using Omnibus?
No changes will be necessary, as the packages built remain the same.
How will this affect users of GitLab CE that build from source?
Once the project has been renamed, you will need to change your Git
remotes to use this new URL. GitLab will take care of redirecting Git
operations so there is no hard deadline, but we recommend doing this
as soon as the projects have been renamed.
Where can I see a timeline of the remaining steps?