- 15 Feb, 2018 29 commits
-
-
James Ramsay authored
-
James Ramsay authored
Move the disaster recovery documentation into the administration docs to separate it from the geo documentation because they are separate features.
-
Rémy Coutable authored
CE upstream - 2018-02-14 15:38 UTC Closes #4914 See merge request gitlab-org/gitlab-ee!4540
-
Grzegorz Bizon authored
Remove a patch file that has no reason to be here See merge request gitlab-org/gitlab-ee!4555
-
Phil Hughes authored
Resolve "CSS in modal for DAST report is broken" Closes #4944 See merge request gitlab-org/gitlab-ee!4554
-
Rémy Coutable authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
EE port of pipeline-schedule-webpack See merge request gitlab-org/gitlab-ee!4551
-
Rémy Coutable authored
EE port of 42800-change-usage-of-avatar_icon See merge request gitlab-org/gitlab-ee!4552
-
Filipa Lacerda authored
-
Andreas Brandl authored
-
Andreas Brandl authored
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
-
Andreas Brandl authored
Closes #42800.
-
Andreas Brandl authored
-
Andreas Brandl authored
Rather radical but avoids n+1 queries in the rather common case we want to include information about the author.
-
Andreas Brandl authored
-
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.
-
Phil Hughes authored
-
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 11 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>
-