summaryrefslogtreecommitdiff
path: root/app/services/projects/hashed_storage
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-192-2/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-2/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-6/+5
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.4GitLab Bot2020-11-132-10/+46
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-4/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-062-1/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-113-13/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-146-38/+82
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-142-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-7/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-0/+4
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-103-3/+3
* Skip project validation when switching storage layoutsGabriel Mazetto2019-03-054-4/+4
* Improve migration/rollback logic for attachmentsGabriel Mazetto2019-03-012-6/+14
* Extract duplicated code into BaseAttachmentServiceGabriel Mazetto2019-03-013-93/+55
* Extract and simplify more code into BaseRepositoryService`Gabriel Mazetto2019-03-013-29/+12
* Extract common logic to HashedStorage::BaseWorkerGabriel Mazetto2019-03-011-0/+2
* Edge case: upgrade/downgrade when repository doesn't existGabriel Mazetto2019-03-011-1/+2
* Added Rollbacker workers and support on the rake taskGabriel Mazetto2019-03-014-8/+45
* Adds Rollback functionality to HashedStorage migrationGabriel Mazetto2019-03-013-0/+142
* Use Gitlab::AppLogger instead of Rails.loggerGabriel Mazetto2019-01-252-2/+2
* Track when MigrateAttachmentsService is skippedGabriel Mazetto2019-01-251-0/+6
* Refactor Storage MigrationGabriel Mazetto2019-01-252-12/+22
* Extract BaseRepositoryService from MigrateRepositoryGabriel Mazetto2019-01-252-45/+58
* Move MigrationService to HashedStorage moduleGabriel Mazetto2019-01-251-0/+29
* Only set as `read_only` when starting the per-project migration53966-hashed-storage-read-onlyGabriel Mazetto2019-01-071-0/+14
* Store hashed storage paths in the databaseToon Claes2018-11-291-0/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov2018-08-032-25/+30
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-172-0/+4
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-3/+3
* port of 594e6a0a625^..f74c90f68c6Micaƫl Bergeron2018-02-011-2/+2
* Use if instead of unless on Projects::HashedStorage::MigrateRepositoryServiceda-handle-hashed-storage-repos-using-repo-import-taskDouglas Barbosa Alexandre2018-01-031-3/+3
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-7/+2
* Write project full path to .git/config when migrating legacy storageDouglas Barbosa Alexandre2018-01-031-0/+7
* Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto2017-11-281-5/+12
* Backport EE changes to make test possible when prepending modulesGabriel Mazetto2017-11-242-0/+8
* Codestyle changes and Added Exclusive Lease to hashed storage migrationGabriel Mazetto2017-11-231-1/+1
* when rollingback repository migration, toggle readonly mode backGabriel Mazetto2017-11-232-3/+3
* Raises error when migration cannot happen so job is cancelledGabriel Mazetto2017-11-231-1/+3
* attachments migration should move only the base folderGabriel Mazetto2017-11-231-25/+12
* WIP Attachments migrationGabriel Mazetto2017-11-231-0/+54
* Refactor Hashed Storage migration to add additional migration stepsGabriel Mazetto2017-11-231-0/+66