28 Commits

Author SHA1 Message Date
aefada43de Add latest changes from gitlab-org/gitlab@master 2025-03-13 15:12:32 +00:00
07fffa9f23 Add latest changes from gitlab-org/gitlab@master 2024-10-29 21:26:13 +00:00
c07f9b1c78 Add latest changes from gitlab-org/gitlab@master 2024-05-30 15:14:27 +00:00
7aa165d479 Add latest changes from gitlab-org/gitlab@master 2024-05-02 06:12:09 +00:00
d380b256b9 Add latest changes from gitlab-org/gitlab@master 2022-12-21 18:07:13 +00:00
09b4875c00 Add latest changes from gitlab-org/gitlab@master 2022-12-20 12:09:21 +00:00
ad7d53a71a Add latest changes from gitlab-org/gitlab@master 2022-09-19 03:12:52 +00:00
988424215c Add latest changes from gitlab-org/gitlab@master 2022-05-13 12:08:49 +00:00
846dc476d8 Add latest changes from gitlab-org/gitlab@master 2022-04-19 15:08:32 +00:00
0ae8428c8e Add latest changes from gitlab-org/gitlab@master 2021-05-11 21:10:21 +00:00
d5cf5cf4f7 Add latest changes from gitlab-org/gitlab@master 2020-07-17 00:09:37 +00:00
66bd1f0fdc Add latest changes from gitlab-org/gitlab@master 2020-07-14 15:09:05 +00:00
ce493944f4 Add latest changes from gitlab-org/gitlab@master 2020-06-19 18:08:39 +00:00
1f1e53f43f Add latest changes from gitlab-org/gitlab@master 2020-05-28 15:08:02 +00:00
729e3765d5 Add latest changes from gitlab-org/gitlab@master 2020-03-24 12:09:42 +00:00
b4e072cbaf Add latest changes from gitlab-org/gitlab@master 2019-10-11 06:06:27 +00:00
bdae530603 Add hard coded event type filter 2019-03-07 12:13:34 +02:00
d9e88b6ab6 Update activity filter for issues 2019-03-07 12:13:34 +02:00
d2afddfeff Refactor EventFilter and increase its test coverage
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-26 18:34:26 +02:00
2039c8280d Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
bb447383c5 Add issue events filter and make sure "All" really shows everything
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-12-04 23:07:22 +01:00
9124310f28 Differentiate the expire from leave event
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-20 00:26:45 +00:00
b4d614bdbc Fix inconsistent highlighting of already selected activity nav-links 2016-10-05 15:38:18 -05:00
53bf080f67 Enable Style/SpaceBeforeComment rubocop cop
See #17478
2016-05-30 14:36:28 +02:00
59d0263bc8 Fix rubocop warnings in lib 2015-10-03 01:29:58 -05:00
2e9f5de868 Add parenthesis to function def with arguments. 2014-10-03 09:18:46 +02:00
839957cf56 Constants in Events looks good now 2013-02-13 15:48:16 +04:00
f555578414 Added EventFilter class. Compeleted first version of dashbaord filtering 2012-11-05 20:12:26 +02:00