- 09 Jul, 2018 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Making the `gettext:updated_check` by completely regenerating the gitlab.pot. This avoids an issue where `gettext:find` would not pick up on changes if the file isn't removed first.
-
- 08 Jul, 2018 3 commits
-
-
Fatih Acet authored
Resolve "MR Refactor: Improve performance by setting v-once" Closes #48982 See merge request gitlab-org/gitlab-ce!20468
-
Tim Zallmann authored
-
Fatih Acet authored
Merge branch '48897-mr-refactor-parallel-and-diff-view-are-being-rendered-at-the-same-time' into 'master' Resolve "MR refactor: parallel and diff view are being rendered at the same time" Closes #48897 See merge request gitlab-org/gitlab-ce!20440
-
- 07 Jul, 2018 13 commits
-
-
Tim Zallmann authored
-
Stan Hu authored
Add basic export to fix timeout problem on import_file_spec.rb See merge request gitlab-org/gitlab-ce!20469
-
James Lopez authored
-
Stan Hu authored
Improve render performance of large wiki pages See merge request gitlab-org/gitlab-ce!20465
-
Peter Leitzen authored
[ci skip]
-
Peter Leitzen authored
Compile often used regexps only once outside of the loop. This commit improves the performance of large wiki pages with many, many references.
-
Tim Zallmann authored
Merge branch '48661-node-6-and-7-compatibility-broken-by-recent-monaco-editor-upgrade' into 'master' Resolve "Node 6 and 7 compatibility broken by recent Monaco editor upgrade" Closes #48661 See merge request gitlab-org/gitlab-ce!20461
-
James Lopez authored
Add missing foreign key in import_export_uploads See merge request gitlab-org/gitlab-ce!20458
-
Stan Hu authored
Merge branch '48670-application-settings-may-not-be-invalidated-if-migrations-are-run' into 'master' Resolve "Application settings may not be invalidated if migrations are run" Closes #48670 See merge request gitlab-org/gitlab-ce!20389
-
Stan Hu authored
Refactor rspec matchers in read_only_spec.rb See merge request gitlab-org/gitlab-ce!20414
-
Brett Walker authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 06 Jul, 2018 22 commits
-
-
Stan Hu authored
-
Filipa Lacerda authored
Redesign for mr widget info and pipelines section Closes #46795 See merge request gitlab-org/gitlab-ce!20189
-
Clement Ho authored
-
Sean McGivern authored
Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
-
Achilleas Pipinellis authored
remove extra tick for eks docs See merge request gitlab-org/gitlab-ce!20453
-
Sean McGivern authored
Use proper markdown rendering for previews See merge request gitlab-org/gitlab-ce!19672
-
Brett Walker authored
-
danielgruesso authored
-
Jacob Schatz authored
Add GPL Commitment language See merge request gitlab-org/gitlab-ce!20449
-
Robert Speicher authored
Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker} See merge request gitlab-org/gitlab-ce!20441
-
Achilleas Pipinellis authored
Make it clear that we need to enable omniauth for SAML and Bitbucket See merge request gitlab-org/gitlab-ce!20421
-
Lin Jen-Shin authored
-
Jamie Hurewitz authored
-
Robert Speicher authored
CE: Move mailer preview to app directory See merge request gitlab-org/gitlab-ce!20430
-
Stan Hu authored
We saw in production that DispatchWorker was running about twice an hour, which would schedule twice as many jobs as it should. For some reason, BatchWorker was running 1000 times per hour, possibly due to Sidekiq RSS kills that caused these jobs to restart. Adding an ExclusiveLease prevents these jobs from running more than they should. Relates to https://gitlab.com/gitlab-com/infrastructure/issues/4526
-
Robert Speicher authored
Ability to check if underlying database is read only See merge request gitlab-org/gitlab-ce!20345
-
Brett Walker authored
-
James Lopez authored
-
Sean McGivern authored
Remove silly use of repo disk path See merge request gitlab-org/gitlab-ce!20436
-
James Lopez authored
-
Nick Thomas authored
Add Repository#set_config and #delete_config See merge request gitlab-org/gitlab-ce!20372
-
Grzegorz Bizon authored
Add a new scenario to test GitHub import Closes gitlab-qa#146 See merge request gitlab-org/gitlab-ce!19555
-