Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5330

Closed
Open
Created Oct 14, 2013 by Administrator@rootOwner

dashboard RSS atom feed 500

Created by: wagnerand

Hi I'm running Gitlab 6.1 stable and get a 500 error when trying to access the rss feed for my dashboard.

Log output:

Started GET "/dashboard.atom" for 127.0.0.1 at 2013-10-14 08:58:41 +0200
Processing by DashboardController#show as ATOM
  Rendered events/_event_push.atom.haml (1.2ms)
  Rendered events/_event_push.atom.haml (0.8ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (1.2ms)
  Rendered events/_event_push.atom.haml (0.1ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_issue.atom.haml (0.2ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (0.6ms)
  Rendered events/_event_push.atom.haml (1.2ms)
  Rendered events/_event_push.atom.haml (0.1ms)
  Rendered events/_event_push.atom.haml (1.1ms)
  Rendered events/_event_push.atom.haml (1.0ms)
  Rendered dashboard/show.atom.builder (356.9ms)
Completed 500 Internal Server Error in 378ms

ActionView::Template::Error (undefined method `reverse' for nil:NilClass):
    1: %div{xmlns: "http://www.w3.org/1999/xhtml"}
    2:   - event.commits.first(15).each do |commit|
    3:     %p
    4:       %strong= commit[:author][:name]
    5:       = link_to "(##{commit[:id][0...8]})", project_commit_path(event.project, id: commit[:id])
  app/models/event.rb:226:in `commits'
  app/views/events/_event_push.atom.haml:2:in `_app_views_events__event_push_atom_haml__1374395339269374688_57843580'
  app/helpers/events_helper.rb:85:in `event_feed_summary'
  app/views/dashboard/show.atom.builder:14:in `block (3 levels) in _app_views_dashboard_show_atom_builder__3179310971611231961_57980760'
  app/views/dashboard/show.atom.builder:11:in `block (2 levels) in _app_views_dashboard_show_atom_builder__3179310971611231961_57980760'
  app/views/dashboard/show.atom.builder:9:in `block in _app_views_dashboard_show_atom_builder__3179310971611231961_57980760'
  app/views/dashboard/show.atom.builder:2:in `_app_views_dashboard_show_atom_builder__3179310971611231961_57980760'
  app/controllers/dashboard_controller.rb:22:in `block (2 levels) in show'
  app/controllers/dashboard_controller.rb:19:in `show'
Assignee
Assign to
Time tracking