For some reason, I can't edit this issue, but I do want to say that we want to keep account verification emails and other account maintenance emails, which is why we just haven't removed the email server.
It would also be useful to be able to disable all outgoing emails when debugging or experimenting with something in GitLab. Obviously this should be an admin-only function.
This issue refers to only notification email disablement, excluding account specific emails like confirmation and password resets etc. Currently, it's all or nothing.
I pushed !19686 (closed), it works locally in my development environment. It does what I need -- namely, the ability to disable notifications per-group or per-project. After some contemplating, I decided against masking the email content as that didn't really fit into my requirements.
Thinking about it, it would probably be fairly easy to extend my MR to work globally too. However, I've already spent more time on this than I was hoping to spend.
FWIW, we've been using !19686 (closed) on two gitlab 10.x installations since the beginning of July, and it has worked out great for us. Just need someone to review the MR and provide guidance for writing tests, then hopefully it can be introduced into mainline Gitlab.
Let's not get off from the original request: disable email except account related ones (password reset, account verification, etc.). I think that satisfies @jeremy_'s UX requirements (clear radio silence). Current email flag disables password reset, etc., so isn't a solution.
Let's not get off from the original request: disable email except account related ones (password reset, account verification, etc.). I think that satisfies @jeremy_'s UX requirements (clear radio silence). Current email flag disables password reset, etc., so isn't a solution.
I agree. My comments were directed at that MR, which opts for selective disabling of notifications on a project/group basis. In my view, we shouldn't do this.
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?