-
- Downloads
Merge branch '1801-allow-event_filter-to-be-set-in-the-url' into 'master'
Allow events filter to be set in the URL in addition to cookie Closes #1801 See merge request gitlab-org/gitlab-ce!21557
No related branches found
No related tags found
Showing
- app/controllers/application_controller.rb 4 additions, 3 deletionsapp/controllers/application_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/views/shared/_event_filter.html.haml 6 additions, 6 deletionsapp/views/shared/_event_filter.html.haml
- changelogs/unreleased/1801-allow-event_filter-to-be-set-in-the-url.yml 5 additions, 0 deletions...released/1801-allow-event_filter-to-be-set-in-the-url.yml
- lib/event_filter.rb 26 additions, 60 deletionslib/event_filter.rb
- qa/qa/page/project/activity.rb 1 addition, 1 deletionqa/qa/page/project/activity.rb
- spec/factories/events.rb 1 addition, 1 deletionspec/factories/events.rb
- spec/features/projects/activity/user_sees_activity_spec.rb 11 additions, 1 deletionspec/features/projects/activity/user_sees_activity_spec.rb
- spec/lib/event_filter_spec.rb 96 additions, 35 deletionsspec/lib/event_filter_spec.rb
- spec/models/event_collection_spec.rb 1 addition, 1 deletionspec/models/event_collection_spec.rb
Please register or sign in to comment