An error occurred fetching the project authors.
- 10 Sep, 2019 1 commit
-
-
Jan Provaznik authored
This presenter will be used in an upcoming MR which adds rendering of epic events on group activity page.
-
- 13 Feb, 2018 1 commit
-
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
- 28 Nov, 2017 1 commit
-
-
Yorick Peterse authored
Previously we'd use "event.author_email" which translates to "event.author.email". This would result in an extra query being executed _for every event_ just to get the same author's Email address. Instead of doing all this useless work we can just pass the User object returned by "event.author" since: 1. This allows us to re-use the user object's Email address. 2. Authors are eager-loaded, so this doesn't cause any N+1 queries.
-
- 26 Apr, 2017 1 commit
-
-
winniehell authored
-
- 21 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Only show public emails in atom feeds See merge request !2066
-
- 11 Mar, 2017 1 commit
-
-
blackst0ne authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-