Home
last modified time | relevance | path

Searched refs:hashed_storage (Results 1 – 11 of 11) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/hashed_storage/
H A Dmigrate_attachments_service_spec.rb15 let(:new_disk_path) { File.join(base_path(hashed_storage), upload.path) }
23 expect(File.exist?(base_path(hashed_storage))).to be_falsey
24 …expect(FileUtils).to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage)).and_c…
28 expect(File.exist?(base_path(hashed_storage))).to be_truthy
51 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
55 expect(File.exist?(base_path(hashed_storage))).to be_falsey
72 FileUtils.mkdir_p(base_path(hashed_storage))
81 discardable_path = File.join(base_path(hashed_storage), path_fragment)
89 not_discardable_path = File.join(base_path(hashed_storage), 'something')
92 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
[all …]
H A Drollback_attachments_service_spec.rb14 let(:old_disk_path) { File.join(base_path(hashed_storage), upload.path) }
22 expect(File.exist?(base_path(hashed_storage))).to be_truthy
24 …expect(FileUtils).to receive(:mv).with(base_path(hashed_storage), base_path(legacy_storage)).and_c…
29 expect(File.exist?(base_path(hashed_storage))).to be_falsey
47 FileUtils.rm_rf(base_path(hashed_storage))
51 … expect(FileUtils).not_to receive(:mv).with(base_path(hashed_storage), base_path(legacy_storage))
76 … expect(FileUtils).not_to receive(:mv).with(base_path(legacy_storage), base_path(hashed_storage))
H A Dmigrate_repository_service_spec.rb17 let(:new_disk_path) { hashed_storage.disk_path }
H A Drollback_repository_service_spec.rb16 let(:old_disk_path) { hashed_storage.disk_path }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/operations/
H A Dextra_sidekiq_routing.md194 | `HashedStorage::MigratorWorker` | `hashed_storage:hashed_storage_migrator` | [`gitlab-org/gitlab#…
195 | `HashedStorage::ProjectMigrateWorker` | `hashed_storage:hashed_storage_project_migrate` | [`gitla…
196 | `HashedStorage::ProjectRollbackWorker` | `hashed_storage:hashed_storage_project_rollback` | [`git…
197 | `HashedStorage::RollbackerWorker` | `hashed_storage:hashed_storage_rollbacker` | [`gitlab-org/git…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/raketasks/
H A Dstorage.md114 1. Watch how long the `hashed_storage:hashed_storage_project_migrate` queue
163 On the **Queues** tab, you can watch the `hashed_storage:hashed_storage_project_rollback` queue to …
H A Dcheck.md187 - Upload: 5812: #<NoMethodError: undefined method `hashed_storage?' for nil:NilClass>
188 - Upload: 5837: #<NoMethodError: undefined method `hashed_storage?' for nil:NilClass>
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/
H A Dsidekiq_queues.yml194 - - hashed_storage
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/
H A Dafter_rename_service_spec.rb202 let(:hashed_storage_path) { File.join(file_uploader.root, hashed_storage.disk_path) }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/
H A Dall_queues.yml1077 - :name: hashed_storage:hashed_storage_migrator
1087 - :name: hashed_storage:hashed_storage_project_migrate
1097 - :name: hashed_storage:hashed_storage_project_rollback
1107 - :name: hashed_storage:hashed_storage_rollbacker
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/.rubocop_todo/rspec/
H A Dany_instance_of.yml266 - spec/lib/gitlab/hashed_storage/migrator_spec.rb