summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/prepare_untracked_uploads.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-1/+2
* Avoid dropping tables in testMichael Kozono2018-02-141-2/+4
* Fix orphan temp table untracked_files_for_uploadsMichael Kozono2018-02-121-1/+10
* Fix last batch size equals max batch size errorMichael Kozono2018-02-121-1/+1
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-3/+6
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-3/+7
* Follow symlinksMichael Kozono2017-12-041-1/+1
* Address Rubocop offensesMichael Kozono2017-12-011-18/+39
* Get rid of timestamps on untracked files tableMichael Kozono2017-12-011-3/+2
* Get rid of tracked fieldMichael Kozono2017-12-011-2/+0
* RefactorMichael Kozono2017-12-011-10/+3
* Fix datetime inserts on MySQLMichael Kozono2017-12-011-3/+1
* Use bulk insertsMichael Kozono2017-12-011-20/+35
* Use ionice absolute pathMichael Kozono2017-12-011-2/+3
* Log the find command usedMichael Kozono2017-12-011-0/+2
* Move temp table creation into the prepare jobMichael Kozono2017-12-011-4/+17
* Fix migration for pre-Postgres 9.5Michael Kozono2017-12-011-1/+15
* Fix Rubocop offensesMichael Kozono2017-12-011-5/+5
* Speed up insertsMichael Kozono2017-12-011-2/+4
* Store paths relative to CarrierWave.rootMichael Kozono2017-12-011-7/+9
* Fix `ionice` prependMichael Kozono2017-12-011-1/+1
* Remove unnecessary clearingMichael Kozono2017-12-011-5/+0
* Rename table to untracked_files_for_uploadsMichael Kozono2017-12-011-0/+110