Skip to content

More verbose dashboard event feed

Created by: alexleutgoeb

This is a follow up to #1050 (closed)

As the commit message states I added following elements:

  • Add project name to each event title
  • Push: Entry links to single commit or commits overview depending on number of pushed commits
  • Push: Display first 15 commits with commit message and author and link to single commit (if there are more than 15 commits in a push you see a pluralized hint according to the html dashboard)
  • Issues: Display issue description

I added two partials for rendering the content of the feed, I think this approach follows the app's MVC pattern best.

The resulting feed is valid according to W3 feed validation from http://validator.w3.org/appc/

Finally, a screenshot of a push feed entry:

Screenshot

Feedback appreciated! Alex

Merge request reports