- Feb 15, 2018
-
-
Jacopo authored
-
- Feb 14, 2018
-
-
Kamil Trzcińśki authored
-
Matija Čupić authored
-
Sean McGivern authored
Before, this would: 1. Not use the correct reference for non-JIRA external trackers. 2. Append 'Closes ' if an external tracker was enabled, but no issue matched the branch name.
-
🙈 jacopo beschi 🙉 authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
Matija Čupić authored
-
Filipa Lacerda authored
Adds i18n Improves test cases
-
Filipa Lacerda authored
-
Andreas Brandl authored
Closes #38135.
-
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
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.
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Jeff Stubler authored
Closes #26466.
-
André Luís authored
Especially making the link on Lock MR section work the same as others on hover
-
Ahmad Sherif authored
Closes #37436 Closes gitaly#998
-
Stan Hu authored
When JIRA or Redmine were enabled and the branch name did not match the matching regular expression, the `issue_iid` would be `nil`, preventing users from creating merge requests. Closes #43193
-
- Feb 12, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
André Luís authored
-