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-06-26Keep failed renames in redisBob Van Landuyt
2017-06-26Use the migration name as a key in redisBob Van Landuyt
2017-06-26Don't break rolling back when a namespace or project was renamedBob Van Landuyt
2017-06-26Revert renames from a migrationBob Van Landuyt
2017-06-26Revert namespace renamesBob Van Landuyt
2017-06-26Add methods to revert project renamesBob Van Landuyt
2017-06-26Track all renames in redisBob Van Landuyt
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-22Disable transaction in specs for some migrationsGrzegorz Bizon
2017-06-22Fix specs for database migration helpers with transactionsGrzegorz Bizon
2017-06-21Fix migration specs that can not run within transactionGrzegorz 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-25Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan
2017-05-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-22Make sure that Arel.sql would work for update_column_in_batchesLin Jen-Shin
2017-05-18Fixes for the rename reserved paths helpersBob Van Landuyt
2017-05-16Disallow NULL on renamed column after default has been setDouwe Maan
2017-05-15Merge branch 'rename-column-concurrently-defaults' into 'master' Rémy Coutable
2017-05-12Only rename namespaces and projects with an invalid pathBob Van Landuyt
2017-05-12Fix adding defaults for concurrent column renamesYorick Peterse
2017-05-01Rename child namespaces in migrationhelpersBob Van Landuyt
2017-05-01Clear html cache for a projects milestonesBob Van Landuyt
2017-05-01Move ReservedPathsMigration into V1 namespaceBob Van Landuyt
2017-05-01Clear cached markdown after renaming projectsBob Van Landuyt
2017-05-01Rename Projects & Namespaces based on entire pathsBob Van Landuyt
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