summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/background_migration/populate_untracked_uploads_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Remove unneeded monkey-patch54478-table_exists-not-compatible-with-rails-5-1Heinrich Lee Yu2019-07-251-1/+1
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-1/+1
* Move TrackUntrackedUploadsHelpersMichael Kozono2018-02-201-3/+3
* Explicitly reference redefined modelsMichael Kozono2018-02-201-261/+0
* Remove more BG migration spec dependenciesMichael Kozono2018-02-161-2/+2
* Remove codebase dependencies from a BG migrationMichael Kozono2018-02-161-97/+97
* Avoid dropping tables in testMichael Kozono2018-02-141-12/+2
* Use the :migration metadata in migration specsRémy Coutable2018-02-121-1/+6
* Disable caching of tables for migration spec that drops a temporary tableStan Hu2018-02-121-1/+1
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-11/+11
* Fix spec by avoiding monkeypatchingMichael Kozono2017-12-121-4/+13
* Fix specs for MySQLMichael Kozono2017-12-061-0/+3
* Fix specs after rebaseMichael Kozono2017-12-061-10/+9
* Process normal paths in batch containing bad pathsMichael Kozono2017-12-051-0/+20
* Guarantee all IDs are includedMichael Kozono2017-12-051-5/+5
* Fix test for MySQLMichael Kozono2017-12-011-4/+6
* Don’t recreate deleted uploadsMichael Kozono2017-12-011-7/+7
* Filter existing uploads with one queryMichael Kozono2017-12-011-54/+26
* RefactorMichael Kozono2017-12-011-3/+3
* Get rid of tracked fieldMichael Kozono2017-12-011-16/+4
* Move temp table creation into the prepare jobMichael Kozono2017-12-011-3/+14
* Fix Rubocop offensesMichael Kozono2017-12-011-4/+2
* Drop temporary tracking table when finishedMichael Kozono2017-12-011-7/+29
* Refactor specsMichael Kozono2017-12-011-248/+136
* Store paths relative to CarrierWave.rootMichael Kozono2017-12-011-48/+54
* Rename table to untracked_files_for_uploadsMichael Kozono2017-12-011-106/+106
* Refactor, no change in behaviorMichael Kozono2017-12-011-7/+2
* Fix Rubocop offensesMichael Kozono2017-12-011-1/+1
* Test batch processingMichael Kozono2017-12-011-0/+42
* Calculate checksumsMichael Kozono2017-12-011-83/+66
* Add untracked files to uploadsMichael Kozono2017-12-011-0/+581