An error occurred fetching the project authors.
  1. 10 Sep, 2019 1 commit
    • Jan Provaznik's avatar
      Add event presenter · f4945879
      Jan Provaznik authored
      This presenter will be used in an upcoming MR which adds
      rendering of epic events on group activity page.
      f4945879
  2. 13 Feb, 2018 1 commit
  3. 28 Nov, 2017 1 commit
    • Yorick Peterse's avatar
      Reuse authors when rendering event Atom feeds · 63180167
      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.
      63180167
  4. 26 Apr, 2017 1 commit
  5. 21 Mar, 2017 1 commit
  6. 11 Mar, 2017 1 commit
  7. 03 Jun, 2016 2 commits
  8. 23 May, 2016 1 commit