diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-30 15:45:23 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-30 17:04:22 -0800 |
commit | 30e6cfa05a361cbdc12ddb7c12061f4c7221c61b (patch) | |
tree | 7564b6be9e610563c5905c34113268c0e4d1d60b /changelogs/unreleased/sh-fix-events-collection.yml | |
parent | 120c79020ddd3097ae64149c75864353276aaa5f (diff) | |
download | gitlab-ce-30e6cfa05a361cbdc12ddb7c12061f4c7221c61b.tar.gz |
Fix not all events being shown in group dashboardsh-fix-events-collection
The group activity feed was limited to the first 20 projects found
in the group, which caused activity from some projects to be omitted.
A limit of 20 is applied to the query for events, so the
extra pagination does little in the way of performance.
Closes #42560
Diffstat (limited to 'changelogs/unreleased/sh-fix-events-collection.yml')
-rw-r--r-- | changelogs/unreleased/sh-fix-events-collection.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-events-collection.yml b/changelogs/unreleased/sh-fix-events-collection.yml new file mode 100644 index 00000000000..50af39d9caf --- /dev/null +++ b/changelogs/unreleased/sh-fix-events-collection.yml @@ -0,0 +1,5 @@ +--- +title: Fix not all events being shown in group dashboard +merge_request: +author: +type: fixed |