- 17 Nov, 2017 16 commits
-
-
Sean McGivern authored
add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate.
-
Douwe Maan authored
Resolve "Performance issues when loading large number of wiki pages" Closes #34600 See merge request gitlab-org/gitlab-ce!15276
-
Francisco Javier López authored
-
Phil Hughes authored
Exports a couple of project related code as es6 modules See merge request gitlab-org/gitlab-ce!15356
-
Filipa Lacerda authored
-
Sean McGivern authored
Convert migration to populate latest merge request ID into a background migration See merge request gitlab-org/gitlab-ce!15440
-
Phil Hughes authored
Add dropdowns documentation See merge request gitlab-org/gitlab-ce!15396
-
Filipa Lacerda authored
-
Stan Hu authored
This is to smear updates over a few hours to avoid causing excessive replication lag as seen in https://gitlab.com/gitlab-com/infrastructure/issues/3235.
-
Yorick Peterse authored
Update database_debugging.md See merge request gitlab-org/gitlab-ce!15434
-
Grzegorz Bizon authored
Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
-
Sean McGivern authored
De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb See merge request gitlab-org/gitlab-ce!15441
-
Achilleas Pipinellis authored
Update HA README.md to clarify GitLab support does not troubleshoot DRBD. See merge request gitlab-org/gitlab-ce!15428
-
Winnie Hellmann authored
Set 0.69.0 instead of latest for codeclimate image See merge request gitlab-org/gitlab-ce!15445
-
Shinya Maeda authored
-
Stan Hu authored
-
- 16 Nov, 2017 24 commits
-
-
Marcia Ramos authored
Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418
-
Michael Kozono authored
-
Michael Kozono authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Tim Zallmann authored
Resolve "lock/confidential issuable sidebar custom svg icons iteration" Closes #37508 See merge request gitlab-org/gitlab-ce!15372
-
Luke "Jared" Bennett authored
-
Rémy Coutable authored
Isolate the fork network background migrations See merge request gitlab-org/gitlab-ce!15393
-
Lee Matos authored
-
Douwe Maan authored
Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401
-
Annabel Dunstone Gray authored
When a custom header logo is present, don't show GitLab type logo See merge request gitlab-org/gitlab-ce!15410
-
Sean McGivern authored
Make sure NotesActions#noteable returns a Noteable in the update action Closes #40208 See merge request gitlab-org/gitlab-ce!15421
-
Rémy Coutable authored
Update license_finder to 3.1.1 Closes #34955 et #40020 See merge request gitlab-org/gitlab-ce!15319
-
Winnie Hellmann authored
-
Douwe Maan authored
-
Yorick Peterse authored
By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.
-
Sean McGivern authored
Adjust openid_connect_spec to use `raise_error` Closes #40093 See merge request gitlab-org/gitlab-ce!15420
-
Filipa Lacerda authored
Backport delete epic changes Closes #40162 See merge request gitlab-org/gitlab-ce!15414
-
Rémy Coutable authored
Change logic of repo name and slugs in docs review script See merge request gitlab-org/gitlab-ce!15395
-
Douwe Maan authored
Use relative git object paths to construct absolute ones before setting Env See merge request gitlab-org/gitlab-ce!15376
-
Bob Van Landuyt authored
Using the `raise_error`-matcher instead of `throw_symbol` makes sure our after blocks get called in the test suite.
-