- 15 Feb, 2018 12 commits
-
-
Andreas Brandl authored
-
Andreas Brandl authored
We want to drop the generic #avatar_icon helper that supports both an email and a user object being passed in. Instead, we want to explicitly use the #avatar_icon_for_user and #avatar_icon_for_email helpers depending on what we have at hand. This allows us to avoid unnecessary database queries (e.g. call User.find_by_any_email if we already have the user). In situations like here, this makes it less convenient to use.
-
Andreas Brandl authored
We need to keep the email lookup as we want to fall back to displaying the gravatar result for a given email if the user does not exist.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
Andreas Brandl authored
When we don't use the original `ApplicationHelper#avatar_icon` anymore, we can just remove it (and its specs). Closes #42800.
-
Douwe Maan authored
[EE Compat] Only check LFS integrity for first branch in push See merge request gitlab-org/gitlab-ee!4547
-
James Edwards-Jones authored
-
Stan Hu authored
EE Resolve "Project variables validate without any scopes disregarding environment_scope" See merge request gitlab-org/gitlab-ee!4510
-
- 14 Feb, 2018 28 commits
-
-
Matija Čupić authored
-
Kamil Trzciński authored
-
Jacob Schatz authored
Refactor weight select Closes #4923 See merge request gitlab-org/gitlab-ee!4525
-
Clement Ho authored
-
Stan Hu authored
Resolve "Investigate why GCP Geo nodes cannot move original repository out of the way" Closes #4871 See merge request gitlab-org/gitlab-ee!4529
-
Tim Zallmann authored
Moves mr widget components into vue files See merge request gitlab-org/gitlab-ee!4533
-
Matija Čupić authored
-
Robert Speicher authored
Move EE-specific spec files that were not under spec/ee See merge request gitlab-org/gitlab-ee!4532
-
Achilleas Pipinellis authored
Make parent_id field integer/null value instead of string See merge request gitlab-org/gitlab-ee!4502
-
Jacob Schatz authored
Remove dispatcher conflicts with CE See merge request gitlab-org/gitlab-ee!4538
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marin Jankovski authored
CE upstream - 2018-02-14 12:25 UTC Closes gitlab-qa#148 See merge request gitlab-org/gitlab-ee!4535
-
Sean McGivern authored
[EE] Fix a too strict array-matching expectation See merge request gitlab-org/gitlab-ee!4528
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Resolve "update-tests-metadata fails in `master`" Closes #4935 See merge request gitlab-org/gitlab-ee!4531
-
Jarka Kadlecová authored
-
Jarka Kadlecová authored
-
Jarka Kadlecová authored
-
Jarka Kadlecová authored
-
GitLab Bot authored
# Conflicts: # lib/api/entities.rb # lib/api/search.rb # lib/api/users.rb # qa/qa.rb [ci skip]
-
Nick Thomas authored
Improve `gitlab-ctl replicate-geo-database` additional opts documentation Closes #4908 and #4822 See merge request gitlab-org/gitlab-ee!4524
-
Valery Sizov authored
-
Sean McGivern authored
Resolve "Remove notification settings for groups and projects you were previously a member of" Closes #42481 See merge request gitlab-org/gitlab-ce!16906
-
🙈 jacopo beschi 🙉 authored
-