- 21 Nov, 2017 11 commits
-
-
Zeger-Jan van de Weg authored
After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
-
Sean McGivern authored
Fix slow gitaly dev test bundle See merge request gitlab-org/gitlab-ce!15508
-
Jacob Vosmaer (GitLab) authored
-
Phil Hughes authored
Export code as ES6 modules See merge request gitlab-org/gitlab-ce!15503
-
Filipa Lacerda authored
Backport ability to enable/disable file attachments in issuable form See merge request gitlab-org/gitlab-ce!15433
-
Clement Ho authored
-
Douwe Maan authored
Memoize GitlabShellAdapter for performance and ease of testing See merge request gitlab-org/gitlab-ce!15507
-
Phil Hughes authored
Fix commits list 500 with multi-file editor new_repo cookie Closes #39821 See merge request gitlab-org/gitlab-ce!15502
-
Grzegorz Bizon authored
Remove a useless `allow_failure: no` and use `true` instead of `yes` See merge request gitlab-org/gitlab-ce!15491
-
-
Robert Speicher authored
Update gRPC to v1.7.2 Closes gitaly#742 See merge request gitlab-org/gitlab-ce!15439
-
- 20 Nov, 2017 29 commits
-
-
Filipa Lacerda authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
-
Nick Thomas authored
remove the rake task `gitlab:sidekiq:drop_post_receive` Closes #40290 See merge request gitlab-org/gitlab-ce!15493
-
Sean McGivern authored
Fix merge_requests.source_project_id migration See merge request gitlab-org/gitlab-ce!15496
-
Sean McGivern authored
[CE] Impersonation no longer gets stuck on password change. Closes #13888 See merge request gitlab-org/gitlab-ce!15497
-
Annabel Dunstone Gray authored
Add inline editing to issues on mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438
-
Annabel Dunstone Gray authored
Align retry button with job title with new grid size Closes #40342 See merge request gitlab-org/gitlab-ce!15462
-
Filipa Lacerda authored
-
digitalMoksha authored
-
Douwe Maan authored
Fix bitbucket wiki import with hashed storage enabled Closes #40292 See merge request gitlab-org/gitlab-ce!15490
-
Rémy Coutable authored
improve requirements details See merge request gitlab-org/gitlab-ce!15265
-
Douwe Maan authored
[ci skip]
-
Douwe Maan authored
Clarify wording of protected branch settings for the default branch See merge request gitlab-org/gitlab-ce!15492
-
Tiago Botelho authored
-
Yorick Peterse authored
We need to make sure merge_requests.source_project_id allows NULL values _before_ updating rows as otherwise this will lead to a NOT NULL constraint failing.
-
Sean McGivern authored
Make Issue Boards sidebar subscriptions async Closes #39167 and #40094 See merge request gitlab-org/gitlab-ce!15364
-
Rémy Coutable authored
Implement a workaround for QA mattermost failures Closes gitlab-qa#102 See merge request gitlab-org/gitlab-ce!15486
-
digitalMoksha authored
This task is no longer being used and is not documented.
-
Phil Hughes authored
Remove pretty time from main.js See merge request gitlab-org/gitlab-ce!15459
-
Filipa Lacerda authored
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
No-one is allowed to force push to a protected branch, or delete it. That's correct in the documentation, but was wrong in the drop-down.
-
Rémy Coutable authored
Add Docker binaries to instance image of GitLab QA See merge request gitlab-org/gitlab-ce!15489
-
Grzegorz Bizon authored
-
Douwe Maan authored
Incorporate Gitaly's RefService.DeleteRefs RPC Closes gitaly#740 See merge request gitlab-org/gitlab-ce!15460
-
Alejandro Rodríguez authored
This solves a problem where Gitaly connections through Unix sockets would not work when a proxy was configures, even if a no_proxy setting was specified
-
Annabel Dunstone Gray authored
Update Icons Documentation about Icon Vue Component Closes #38451 See merge request gitlab-org/gitlab-ce!15171
-
Sean McGivern authored
Add logs for monitoring the merge process See merge request gitlab-org/gitlab-ce!15425
-