- 15 Apr, 2021 40 commits
-
-
Vladimir Shushlin authored
-
Vladimir Shushlin authored
Currently, the only way to migrate pages to zip storage is to manually run the rake task: ``` gitlab-rake gitlab:pages:migrate_legacy_storage ``` It requires human intervention on migration and can take a long time to complete. (it took about a week on gitlab.com). We can't remove this rake task because it allows users to control the process and fix some errors: * it prints all errors by default, such as invalid symlinks and projects marked as deployed by absent on pages storage * it also allows for fix these errors by ignoring invalid symlinks and marking projects as not deployed * and it allows users to see the progress/check if everything has been migrated However, making every instance admin run this task when upgrading to `14.0` may create too much work for them. So we want to run the same migration code as the background migration. This way we will migrate the data for most of the users without their intervention. It still will be recommended to run the rake task and make sure everything has been migrated properly. But in most cases everything should be migrated automatically and even if users forgot to run the rake task everything should be fine. * Refactor existing batch migration service to support calling without threads and just proccessing the batch or projects * Subsequently refactor rake task due to changed interface * Shedule a background migration and execute zip migration service there
-
Miguel Rincon authored
Add unique HTML IDs to admin settings forms See merge request gitlab-org/gitlab!59407
-
Heinrich Lee Yu authored
Merge branch '327817-test-failure-spec-features-projects-settings-forked_project_settings_spec-rb-1-2-1-1' into 'master' Quarantine './spec/features/projects/settings/forked_project_settings_spec.rb[1:2:1:1]' See merge request gitlab-org/gitlab!59448
-
Jan Provaznik authored
Fix flaky pagination test See merge request gitlab-org/gitlab!59454
-
Kushal Pandya authored
Added hover style to emoji picker emojis See merge request gitlab-org/gitlab!59401
-
Phil Hughes authored
Improve the fork message in the UI See merge request gitlab-org/gitlab!59036
-
Phil Hughes authored
Resolve "Add missing tooltip to Apply suggestion button" See merge request gitlab-org/gitlab!59202
-
Justin Boyson authored
-
Marcel Amirault authored
Updated datatypes table with CI Pipeline artifacts See merge request gitlab-org/gitlab!59450
-
Brandon Labuschagne authored
When REMOVING a user, warn Admin user is part of an on-call schedule See merge request gitlab-org/gitlab!57397
-
Olena Horal-Koretska authored
-
Dmitry Gruzd authored
Update to Rails v6.0.3.6 See merge request gitlab-org/gitlab!59328
-
Vitaly Slobodin authored
Enable Style/RedundantParentheses cop for HAML See merge request gitlab-org/gitlab!58846
-
Adam Hegyi authored
Fix flaky pagination test
-
Jacques Erasmus authored
Do not render Source Editor by default for the repository files See merge request gitlab-org/gitlab!59430
-
Fabian Zimmer authored
-
Simon Knox authored
Remove epic filtered search bar from issue boards See merge request gitlab-org/gitlab!59336
-
Eulyeon Ko authored
-
Markus Koller authored
Remove unneeded stub See merge request gitlab-org/gitlab!59359
-
Igor Drozdov authored
Merge branch '21033-controller-groups-groupmemberscontroller-index-executes-more-than-100-sql-queries-p80-108-3' into 'master' Resolve group_member policy n+1 See merge request gitlab-org/gitlab!58668
-
Doug Stull authored
-
Jan Provaznik authored
Fix Packages::Debian::FileMetadatum primary key See merge request gitlab-org/gitlab!59416
-
-
Marcel Amirault authored
Tier and version updates for multi project pipelines page See merge request gitlab-org/gitlab!59389
-
Craig Norris authored
-
Etienne Baqué authored
Allow iteration ids to be passed as a Global ID See merge request gitlab-org/gitlab!57620
-
Stan Hu authored
Check maven path for maven file API endpoints [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!59241
-
David Fernandez authored
-
Russell Dickenson authored
Enhance documentation for vulnerability allowlisting See merge request gitlab-org/gitlab!58909
-
Alan (Maciej) Paruszewski authored
-
Mark Chao authored
Update Ruby from 2.5 to 2.7 in Dockerfile templates See merge request gitlab-org/gitlab!59345
-
Luke Duncalfe authored
Revert "Merge branch 'move-iteration-as-ee-model' into 'master'" See merge request gitlab-org/gitlab!59443
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Alper Akgun authored
Convert registration groups CSS to utility classes See merge request gitlab-org/gitlab!58928
-
Mark Lapierre authored
Removing hardcoded branch name See merge request gitlab-org/gitlab!59252
-
Stan Hu authored
This reverts merge request !59172
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!59441
-
Michael Kozono authored
Geo - Release the pipeline artifacts replication and verification See merge request gitlab-org/gitlab!59323
-
Douglas Barbosa Alexandre authored
-