- 03 Jul, 2018 1 commit
-
-
Yorick Peterse authored
For reasons unknown, the logs of a web hook were paginated in memory. This would result in the "Edit" page of a web hook timing out once it has more than a few thousand log entries. This commit makes the following changes: 1. We use LIMIT/OFFSET to paginate the data, instead of doing this in memory. 2. We limit the logs to the last two days, just like the documentation says (instead of retrieving everything). 3. We change the indexes on "web_hook_logs" so the query to get the data can perform a backwards index scan, without the need for a Filter. These changes combined ensure that Projects::HooksController#edit no longer times out.
-
- 02 Jul, 2018 18 commits
-
-
James Lopez authored
Update installation and update guides for 11.1 See merge request gitlab-org/gitlab-ce!20299
-
Alessio Caiazza authored
-
Fatih Acet authored
Resolve "Milestone page list redesign" Closes #39543 See merge request gitlab-org/gitlab-ce!19832
-
Fatih Acet authored
Merge branch '42677-cancel-automatic-merge-button-gets-a-bigger-height-than-it-should-when-content-overflows' into 'master' Resolve "Cancel automatic merge button gets a bigger height than it should when content overflows" Closes #42677 See merge request gitlab-org/gitlab-ce!20193
-
Simon Knox authored
-
Marcia Ramos authored
Update digital ocean s3 docs Closes #42510 See merge request gitlab-org/gitlab-ce!20198
-
Fatih Acet authored
Add border to "other" label items See merge request gitlab-org/gitlab-ce!20250
-
Douwe Maan authored
Resolve "Import with Milestones Failing" Closes #43270 and #47626 See merge request gitlab-org/gitlab-ce!19961
-
Douwe Maan authored
Use root ref instead of HEAD to find latest repository commit Closes gitlab-ee#5864 See merge request gitlab-org/gitlab-ce!20258
-
Achilleas Pipinellis authored
Improve documentation of how to build Docker Images with GitLab CI See merge request gitlab-org/gitlab-ce!20254
-
Achilleas Pipinellis authored
Add aws_signature_version to object storage docs Closes #48622 See merge request gitlab-org/gitlab-ce!20257
-
Sean McGivern authored
Cancel ExclusiveLease upon completion in ProjectCacheWorker Closes #44726 See merge request gitlab-org/gitlab-ce!20103
-
Sean McGivern authored
Resolve "404 when trying to create a new issue from the group" Closes #47462 See merge request gitlab-org/gitlab-ce!19869
-
Jan Beckmann authored
-
Grzegorz Bizon authored
Expire correct method caches after HEAD changed Closes #44725 See merge request gitlab-org/gitlab-ce!20102
-
Phil Hughes authored
Replaces date.format.js in vendor with NPM package See merge request gitlab-org/gitlab-ce!20195
-
Tim Zallmann authored
-
Achilleas Pipinellis authored
Document that DIRECTORY environment variable in backups only applies to remote storage Closes #38949 See merge request gitlab-org/gitlab-ce!20230
-
- 01 Jul, 2018 6 commits
-
-
Rémy Coutable authored
Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
-
Rémy Coutable authored
update to support latest bcrypt. resolves #48149 Closes #48149 See merge request gitlab-org/gitlab-ce!20260
-
Muhammad Nuzaihan authored
-
Rémy Coutable authored
i18n: externalize strings from 'app/views/projects/settings' See merge request gitlab-org/gitlab-ce!19821
-
Rémy Coutable authored
Update ee_features.md to fix link See merge request gitlab-org/gitlab-ce!20283
-
Tao Wang authored
Signed-off-by: Tao Wang <twang2218@gmail.com>
-
- 30 Jun, 2018 7 commits
-
-
Fatih Acet authored
Performance Improvements to Vue MR page Closes #48492 See merge request gitlab-org/gitlab-ce!20246
-
Tim Zallmann authored
-
Imre Farkas authored
-
Marcel Amirault authored
-
Stan Hu authored
EE/Geo information paritals not rendered on dashboard See merge request gitlab-org/gitlab-ce!20276
-
Mike Lewis authored
Update requirements.md to make 8GB the minimum instance size See merge request gitlab-org/gitlab-ce!20133
-
Brett Walker authored
-
- 29 Jun, 2018 8 commits
-
-
Fatih Acet authored
Resolve "Merge request collapse icon is tiny" Closes #48495 See merge request gitlab-org/gitlab-ce!20267
-
Tim Zallmann authored
-
Mike Greiling authored
Start performance bar eagerly See merge request gitlab-org/gitlab-ce!20201
-
Mike Greiling authored
Fix tooltip flicker Closes #48614 See merge request gitlab-org/gitlab-ce!20270
-
Clement Ho authored
-
Mike Greiling authored
Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR widget" Closes #47516 See merge request gitlab-org/gitlab-ce!20171
-
Simon Knox authored
-
Mike Greiling authored
Replace deprecated bs.affix in merge request tabs with sticky polyfill Closes #47661 See merge request gitlab-org/gitlab-ce!20269
-