summaryrefslogtreecommitdiff
path: root/lib/event_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add issue events filter and make sure "All" really shows everythingOxan van Leeuwen2016-12-041-21/+17
| | | | | | | | | | | | | | | | | | Currently, the EventFilter whitelists event types for the "All" filter. This has gotten outdated, which causes the confusing behaviour of the "All" tab not really showing all events. To make matters worse, by default no tab at all is selected, which does show all events, so selecting the "All" tab actually hides some events. Fix this by: - Making sure All always includes all activity, by abolishing the whitelist and just returning all events instead. - Make the All tab selected by default. - Add Issue events tab to include the specific events around opening and closing issues, since there was no specific filter to see them yet. Fixes #24826
* Differentiate the expire from leave eventCallum Dryden2016-10-201-2/+9
| | | | | | | | | | At the moment we cannot see weather a user left a project due to their membership expiring of if they themselves opted to leave the project. This adds a new event type that allows us to make this differentiation. Note that is not really feasable to go back and reliably fix up the previous events. As a result the events for previous expire removals will remain the same however events of this nature going forward will be correctly represented.
* Fix inconsistent highlighting of already selected activity nav-linksClement Ho2016-10-051-10/+13
|
* Enable Style/SpaceBeforeComment rubocop coprubocop/enable-space-before-comment-copGrzegorz Bizon2016-05-301-1/+1
| | | | See #17478
* Fix rubocop warnings in libGuilherme Garnier2015-10-031-1/+1
|
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-4/+4
|
* Constants in Events looks good nowAndrew8xx82013-02-131-5/+5
|
* Added EventFilter class. Compeleted first version of dashbaord filteringDmitriy Zaporozhets2012-11-051-0/+68