summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use id list to select only batch number of rowsadd-background-migration-for-legacy-traces-with-id-listShinya Maeda2018-06-075-27/+71
* Clean up migration code. Defining migration custom class in only post migrat...Shinya Maeda2018-06-072-49/+36
* Remove indexing for mysql. with_legacy_artifacts targets all archive rows. En...Shinya Maeda2018-06-074-27/+35
* Fix static analysys. Split methods. Use `file_types`Shinya Maeda2018-06-071-62/+80
* Use raw sql for better readabilityShinya Maeda2018-06-073-67/+68
* Revert unneccesary changeShinya Maeda2018-06-071-0/+1
* Remove AddIndexToCiBuildsArtifactsFile. Add temporary index in background mig...Shinya Maeda2018-06-073-30/+24
* Try to explicitly separate with postgresql and mysql for addin indexShinya Maeda2018-06-071-6/+10
* Dry up code by referring `BackgroundMigration` namespace. Use `BETWEEN` raw S...Shinya Maeda2018-06-072-34/+15
* Use `store_path` to make spec more explicitShinya Maeda2018-06-071-2/+6
* Use length not limitShinya Maeda2018-06-071-1/+1
* Add length back for indexingShinya Maeda2018-06-071-1/+1
* Update schema.rbShinya Maeda2018-06-071-2/+1
* Add the guard clause in #down method tooShinya Maeda2018-06-071-0/+2
* Add a gurad caluse to block adding concurrent index for mysqlShinya Maeda2018-06-072-2/+5
* Specify length of index in schema.rb manually for resolving mysql errorsShinya Maeda2018-06-072-6/+2
* Separate add_concurrent_index by database typeShinya Maeda2018-06-071-2/+6
* Fix length size to use TEXTShinya Maeda2018-06-071-2/+2
* Fix schema version for background migration specShinya Maeda2018-06-071-1/+1
* Specify length of indexed column. (This is neccessary for TEXT type)Shinya Maeda2018-06-071-2/+2
* Fix spec; migrate_legacy_artifacts_to_job_artifacts_spec.rbShinya Maeda2018-06-071-1/+1
* Separate add_concurrent_index migration from background migrationShinya Maeda2018-06-072-10/+19
* Revert "Remove index_exists? guard"Shinya Maeda2018-06-071-2/+6
* Remove index_exists? guardShinya Maeda2018-06-071-6/+2
* Wrap insertion and deletion in a single transactionShinya Maeda2018-06-071-27/+29
* Add temporary index to ci_builds.artifacts_file to speed up SELECT queryShinya Maeda2018-06-073-4/+12
* Add test for legacy path proxyShinya Maeda2018-06-072-0/+33
* Optimize queries. Add some tests for filtering logic.Shinya Maeda2018-06-073-18/+30
* Fix static analysisShinya Maeda2018-06-072-4/+4
* Add changelogShinya Maeda2018-06-071-0/+5
* Add spec for migrationsShinya Maeda2018-06-074-34/+187
* Revise commentsShinya Maeda2018-06-071-3/+5
* Revise commentsShinya Maeda2018-06-071-2/+3
* Add spec base (Not finished)Shinya Maeda2018-06-071-0/+48
* Added artifacts_metadata_store to remove in background migrationShinya Maeda2018-06-071-3/+4
* Add a condition to exclude jobs which have job_artifacts alreadyShinya Maeda2018-06-071-2/+5
* Clean up migrate_legacy_artifacts.rb (Fix static analysys)Shinya Maeda2018-06-071-31/+37
* Remove the culcuration method of metadata sizeShinya Maeda2018-06-071-15/+4
* Remove Gitlab::BackgroundMigration:: scopeShinya Maeda2018-06-071-6/+6
* Add limit to file_location columnShinya Maeda2018-06-072-2/+2
* Use size.to_i instead of if-conditionShinya Maeda2018-06-071-1/+1
* Rename current_path to hashed_pathShinya Maeda2018-06-073-5/+5
* Rename location_1/2 to current/legacy_pathShinya Maeda2018-06-073-13/+13
* Rename path_type to file_location. Fix JobArtifactUploader to look up correct...Shinya Maeda2018-06-076-43/+86
* Add background migration for legacy artifactsShinya Maeda2018-06-076-4/+125
* Merge branch 'sh-bump-grape-path-helpers' into 'master'Sean McGivern2018-06-071-1/+1
|\
| * Bump grape-path-helpers to solve a bug in GrapePathHelpers::NamedRouteMatcherStan Hu2018-06-061-1/+1
* | Merge branch 'fj-move-rev-list-option' into 'master'Douwe Maan2018-06-073-4/+6
|\ \
| * | Moving rev-list lfs options to LfschangesFrancisco Javier López2018-06-063-4/+6
* | | Merge branch 'sh-log-422-responses' into 'master'2018-06-07-RC-cutSean McGivern2018-06-074-0/+69
|\ \ \