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-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-09-15Spread out the work a littleMichael Kozono
2017-09-15Extract helper for queuing background jobsMichael Kozono
2017-08-29Improve migrations using triggersYorick Peterse
2017-08-22Fix indentation in migration helpersGrzegorz Bizon
2017-08-22Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-18Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon
2017-06-22Fix Rubocop offense in migration helpers specsGrzegorz Bizon
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
2017-06-22Fix specs for database migration helpers with transactionsGrzegorz Bizon
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Raise if updating columns in batches within a transactionGrzegorz Bizon
2017-06-13Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...blackst0ne
2017-05-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-22Make sure that Arel.sql would work for update_column_in_batchesLin Jen-Shin
2017-05-16Disallow NULL on renamed column after default has been setDouwe Maan
2017-05-12Fix adding defaults for concurrent column renamesYorick Peterse
2017-05-01Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt
2017-04-12Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan
2017-04-12Prepare for zero downtime migrationsYorick Peterse
2017-04-11removes redundant code from database.rbTiago Botelho
2017-04-06Add remove_concurrent_index to database helperblackst0ne
2017-02-21Hash concurrent foreign key names similar to RailsYorick Peterse
2017-02-10Add method for creating foreign keys concurrentlyYorick Peterse
2016-09-16fixDrew Blessing
2016-09-16Add support for column limits in add_column_with_defaultDrew Blessing
2016-07-15Fix spec Don't attempt to disable statement timeout on a MySQL DBStan Hu
2016-06-15Don't update columns in batches in a transactionYorick Peterse
2016-06-15Customizing of update_column_in_batches queriesYorick Peterse
2016-06-13Handle NULL migration errors in migration helpersYorick Peterse
2016-06-06change add_concurrent_index function argumentsFelipe Artur
2016-05-22Add specs for migration helpers and boolean valuesGrzegorz Bizon
2016-05-22Test migration helpers using a migration classGrzegorz Bizon
2016-05-12Fixed styling per Rubocop pedanticsYorick Peterse
2016-05-12Added helper methods for database migrationsYorick Peterse