Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-05Add issue events filter and make sure "All" really shows everythingOxan van Leeuwen
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
2016-10-20Differentiate the expire from leave eventCallum Dryden
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.
2016-10-05Fix inconsistent highlighting of already selected activity nav-linksClement Ho
2016-05-30Enable Style/SpaceBeforeComment rubocop copGrzegorz Bizon
See #17478
2015-10-03Fix rubocop warnings in libGuilherme Garnier
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2013-02-13Constants in Events looks good nowAndrew8xx8
2012-11-05Added EventFilter class. Compeleted first version of dashbaord filteringDmitriy Zaporozhets