Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse
2017-07-20Fix background migration cleanup specsGrzegorz Bizon
2017-07-20Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern
2017-07-20Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'Douwe Maan
2017-07-19Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon
2017-07-19Isolate stage_id reference clean up migrationGrzegorz Bizon
2017-07-18Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt
2017-07-18Use batching to clear orphans in head_pipeline migrationGrzegorz Bizon
2017-07-18Remove migration dependency from stage_id migrationGrzegorz Bizon
2017-07-18Add specs for stage_id reference cleanup migrationGrzegorz Bizon
2017-07-18Add pending set of specs for stage_id cleanup migrationGrzegorz Bizon
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07Do not schedule bg migration when it is not neededGrzegorz Bizon
2017-07-07Schedule stage_id bg migrations in batches of 10Grzegorz Bizon
2017-07-07Use new `each_batch` helper instead of custom oneGrzegorz Bizon
2017-07-07Schedule stage_id background migration in rangesGrzegorz Bizon
2017-07-07Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon
2017-07-07Do not compare float with integer in migrations specsGrzegorz Bizon
2017-07-07Improve readability of build stage id migration queryGrzegorz Bizon
2017-07-07Use integers to schedule delayed background migrationsGrzegorz Bizon
2017-07-07Improve specs for background stage_id ref migrationGrzegorz Bizon
2017-07-07Remove unused background migrations matcherGrzegorz Bizon
2017-07-07Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon
2017-07-07Add specs for delayed stage_id background migrationsGrzegorz Bizon
2017-07-07Find builds that require a migration in batchesGrzegorz Bizon
2017-07-07Add initial build stage_id ref background migrationGrzegorz Bizon
2017-07-07Add initial stage_id background migration filesGrzegorz Bizon
2017-06-27Rename the migration test to match the migration pathLin Jen-Shin
2017-06-27Merge remote-tracking branch 'upstream/master' into add-ci_variables-environm...Lin Jen-Shin
2017-06-27Rename instead of delete, feedback:Lin Jen-Shin
2017-06-22Remove duplicated records and add unique constraintLin Jen-Shin
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
2017-06-22Disable transaction in specs for some migrationsGrzegorz Bizon
2017-06-21Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil TrzciƄski
2017-06-21Fix migration specs that can not run within transactionGrzegorz Bizon
2017-06-21Rename stage ref migration specs to match a class nameGrzegorz Bizon
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Update build stage reference migration specsGrzegorz Bizon
2017-06-15Deserialise existing custom notification settingsSean McGivern
2017-06-15Document a new migrations testing techniqueGrzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-08Update rename_system_namespace_spec to new validations.Bob Van Landuyt
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
2017-06-06Fix reverting builds stage ref migration on MySQLGrzegorz Bizon
2017-06-06Migrate stages only with correct foreign referencesGrzegorz Bizon
2017-06-05Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon
2017-06-05Calculate previous migration version in specs supportGrzegorz Bizon
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
2017-05-29Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher