- Feb 15, 2018
-
-
-
Jacopo authored
-
Phil Hughes authored
#41341
-
Ashley Dumaine authored
Signed-off-by:
Ashley Dumaine <adumaine@datto.com>
-
Constance Okoghenun authored
-
Phil Hughes authored
#41341
-
- Feb 14, 2018
-
-
Winnie Hellmann authored
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
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
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
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
- Feb 12, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Onuwa Nnachi Isaac authored
-
Winnie Hellmann authored
-
- Feb 09, 2018
-
-
Onuwa Nnachi Isaac authored
-
Filipa Lacerda authored
-
-
- Feb 08, 2018
-
-
Lin Jen-Shin authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman 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
-
-
Kushal Pandya authored
-
Pawel Chojnacki authored
-
- Feb 06, 2018
-
-
Andreas Brandl authored
Closes #40755.
-
Mike Greiling authored
-
Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page"
-
George Tsiolis authored
-
Winnie Hellmann authored
-
-
- Feb 05, 2018
-
-
Annabel Dunstone Gray authored
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
-