- 15 Feb, 2018 40 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Francisco Javier López authored
-
Phil Hughes authored
-
Tomasz Maczukin authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/vue_merge_request_widget/dependencies.js # config/webpack.config.js # doc/api/namespaces.md # lib/gitlab/git_access.rb # lib/gitlab/ldap/config.rb [ci skip]
-
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
-
Grzegorz Bizon authored
QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
-
Rémy Coutable authored
Trim whitespace from input in the username/email form field Closes #42637 See merge request gitlab-org/gitlab-ce!17020
-
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
-
Achilleas Pipinellis authored
Resolve "Document the instance level Auto DevOps domain option" Closes #43231 See merge request gitlab-org/gitlab-ce!17132
-
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
-
Filipa Lacerda authored
Converted pipeline_schedules bundles into automatic webpack entries See merge request gitlab-org/gitlab-ce!17143
-
Rémy Coutable authored
EE port of 42800-change-usage-of-avatar_icon See merge request gitlab-org/gitlab-ee!4552
-
Grzegorz Bizon authored
Resolve "HackerOne reported issue: Cookie bomb vulnerability in Pages" Closes #31049 See merge request gitlab-org/gitlab-ce!17123
-
Nick Thomas authored
-
Filipa Lacerda authored
-
Sean McGivern authored
Added PlantUML server using docker See merge request gitlab-org/gitlab-ce!16880
-
Sean McGivern authored
Update index.md with minor grammatical edit See merge request gitlab-org/gitlab-ce!16919
-
Sean McGivern authored
Remove double negative See merge request gitlab-org/gitlab-ce!17049
-
Douwe Maan authored
Fix Error 500s loading repositories with inconsistent HEAD Closes #43268 See merge request gitlab-org/gitlab-ce!17128
-
Andreas Brandl authored
-
Rémy Coutable authored
Move spinach profile tests to RSpec See merge request gitlab-org/gitlab-ce!17068
-
Tim Zallmann authored
Resolve "CI status icon and avatar are not vertically aligned in MR list" Closes #39607 See merge request gitlab-org/gitlab-ce!17072
-
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.
-