- Feb 14, 2018
-
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
Filipa Lacerda 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
-
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
-
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.
-
- Feb 12, 2018
-
-
Onuwa Nnachi Isaac authored
-
- Feb 09, 2018
-
-
Onuwa Nnachi Isaac authored
-
- Feb 07, 2018
-
-
Zeger-Jan van de Weg authored
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
-
- Feb 06, 2018
-
-
George Tsiolis authored
-
-
- Feb 05, 2018
-
-
Eric Eastwood authored
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
-
Francisco Javier López authored
-
Matija Čupić authored
-
- Feb 02, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Mario de la Ossa authored
-
Mike Greiling authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
- Feb 01, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 31, 2018
-
-
Nick Thomas authored
-
Takuya Noguchi authored
-
- Jan 30, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 29, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 28, 2018
-
-
Felix Geyer authored
Callers expect a URL. This fixes the avatars in commit lists when a user has no avatar and Gravatar is disabled. Closes #38715
-
- Jan 27, 2018
-
-
Matija Čupić authored
-
- Jan 25, 2018
-
-
Mike Greiling authored
fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests
-
Fabio authored
-