Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
    • Andreas Brandl's avatar
      Extract repeated logic into #avatar_icon_for. · dd1d13b8
      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.
      dd1d13b8
    • Andreas Brandl's avatar
      Explicit use of avatar_icon_* calls depending on situation. · c641dff0
      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.
      c641dff0
    • Andreas Brandl's avatar
      Use more specific #avatar_icon_for_user. · be231d21
      Andreas Brandl authored
      Whenever we already deal with a User object, let's use the more specific
      method avatar_icon_for_user.
      be231d21
  2. Feb 02, 2018
  3. Dec 18, 2017
  4. Nov 23, 2017
  5. Nov 13, 2017
  6. Oct 02, 2017
  7. Sep 23, 2017
  8. Jul 27, 2017
  9. Jul 05, 2017
  10. Jun 20, 2017
  11. May 25, 2017
  12. May 23, 2017
  13. May 17, 2017
  14. May 10, 2017
  15. May 04, 2017
  16. Apr 27, 2017
  17. Apr 09, 2017
  18. Apr 06, 2017
  19. Apr 05, 2017
  20. Mar 29, 2017
  21. Mar 17, 2017
  22. Feb 22, 2017
  23. Feb 03, 2017
    • Filipa Lacerda's avatar
      Fix broken tests · c5f5ce88
      Filipa Lacerda authored
      Rename Build to Job
      
      Replace "Builds" by "Jobs" and fix broken specs
      
      Replace "Builds" by "Jobs"
      
      Fix broken spinach test
      
      Fix broken test
      
      Remove `˙` at the beginning of the file
      
      Fix broken spinach test
      
      Fix broken tests
      
      Changes after review
      c5f5ce88
  24. Jan 25, 2017
  25. Jan 24, 2017
  26. Jan 18, 2017
  27. Dec 31, 2016
Loading