summaryrefslogtreecommitdiff
path: root/lib/event_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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