@filipa I'm not completely sure if this are the same issues. This one says about misused avatars, the other one says about different users being presented. Can we check if we indeed show different avatars even if user is the same?
We use author image either from e-mail or user profile. In places where we show commit we use author from e-mail. Should we instead use the one from user profile@DouweM?
@ayufan If there is a matching user for the commit email, we should link to the user profile and show the user avatar. If not, we should link to mailto:<email> and show the gravatar. See AvatarHelper.
@filipa@selfup Do you remember how we render that for Pipeline list? Do we have a CommitAuthor object for VueJS? Previously we would use AvatarHelper (when written in haml), but I don't think that we do it now.
The correct avatar is displayed on the 'activity' view of the project while on the 'commits' view it shows some dummy graphics. The same dummy graphics is displayed when viewing specific commit.
@meirtsvi That's an unrelated issue, and has to do with the fact that the user who pushes a commit is always a user known to GitLab, since they authenticate over HTTP or SSH. The author of the actual commit, however, is not necessarily the same user, and we look them up based on email address. If the commit author email does not match any GitLab user's email address, we will not show their avatar with the commit, and will not link to their profile.
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?