summaryrefslogtreecommitdiff
path: root/app/services/projects/hashed_storage
Commit message (Expand)AuthorAgeFilesLines
* Add a rubocop for Rails.logger54102-add-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