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-05-01Use objects for renaming namespaces and projectsBob Van Landuyt
2017-05-01Add a WIP spec for clearing the cacheBob Van Landuyt
2017-05-01Rename projects in a migrationhelperBob Van Landuyt
2017-05-01Make renaming records in the database reusableBob Van Landuyt
2017-05-01Rename namespace-paths in a migration helperBob Van Landuyt
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