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-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
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-12Update rename_base.rbJames Lopez
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-11Add a new column before creating rename triggersBob Van Landuyt
2017-05-02Update commentsBob Van Landuyt
2017-05-01Rename child namespaces in migrationhelpersBob Van Landuyt
2017-05-01Clear html cache for a projects milestonesBob Van Landuyt
2017-05-01Remove dependecy on `User`Bob Van Landuyt
2017-05-01Move ReservedPathsMigration into V1 namespaceBob Van Landuyt
2017-05-01Minor style adjustmentsBob 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-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-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
2017-02-23Enable Style/EmptyLineBetweenDefsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/BarePercentLiteralsDouwe Maan
2017-02-21Hash concurrent foreign key names similar to RailsYorick Peterse
2017-02-10Add method for creating foreign keys concurrentlyYorick Peterse
2017-01-17refactor fetcher and fixed specsJames Lopez
2016-11-17fixing spec failuresJames Lopez
2016-11-17Added code events spec and logic. Also fixed SQL issues and refactored the co...James Lopez
2016-11-17WIP - refactored some arel queriesJames Lopez
2016-09-21Implement fourth round of comments from @DouweM.Timothy Andrew
2016-09-20Improve indentation in `Gitlab::Database::Median`Timothy Andrew
2016-09-20Implement a second round of review comments from @DouweM.Timothy Andrew
2016-09-20Fix rubocop spec.Timothy Andrew
2016-09-20Implement (some) comments from @DouweM's review.Timothy Andrew
2016-09-20Implement review comments from @yorickpeterseTimothy Andrew
2016-09-16Add support for column limits in add_column_with_defaultDrew Blessing
2016-07-15Disable statement timeout outside of transaction and during adding concurrent...Stan Hu
2016-07-15Disable PostgreSQL statement timeout during migrationsStan Hu
2016-06-17Fix update_column_in_batches to update all rowsYorick Peterse
2016-06-15Don't update columns in batches in a transactionYorick Peterse
2016-06-15Customizing of update_column_in_batches queriesYorick Peterse
2016-06-13Removed old comment from update_column_in_batchesYorick Peterse
2016-06-13Update columns in batches until no rows are leftYorick Peterse