summaryrefslogtreecommitdiff
path: root/lib/gitlab/database
Commit message (Expand)AuthorAgeFilesLines
...
* | Only rename namespaces and projects with an invalid pathBob Van Landuyt2017-05-121-1/+1
|/
* Add a new column before creating rename triggersBob Van Landuyt2017-05-111-10/+10
* Update commentsBob Van Landuyt2017-05-021-0/+8
* Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-2/+7
* Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+4
* Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
* Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-0110-352/+362
* Minor style adjustmentsBob Van Landuyt2017-05-011-3/+4
* Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+24
* Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-013-8/+13
* Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-015-100/+119
* Rename projects in a migrationhelperBob Van Landuyt2017-05-013-23/+74
* Make renaming records in the database reusableBob Van Landuyt2017-05-013-48/+71
* Rename namespace-paths in a migration helperBob Van Landuyt2017-05-013-0/+232
* Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+23
* Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan2017-04-122-1/+293
|\
| * Prepare for zero downtime migrationszero-downtime-migrationsYorick Peterse2017-04-122-1/+293
* | removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-111-0/+8
|/
* Add remove_concurrent_index to database helperblackst0ne2017-04-061-0/+24
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-20/+20
* Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-2/+2
* Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-20/+20
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-2/+2
* Hash concurrent foreign key names similar to Railshash-concurrent-foreign-key-namesYorick Peterse2017-02-211-1/+10
* Add method for creating foreign keys concurrentlyYorick Peterse2017-02-101-1/+49
* refactor fetcher and fixed specsJames Lopez2017-01-171-0/+5
* fixing spec failuresJames Lopez2016-11-171-1/+1
* Added code events spec and logic. Also fixed SQL issues and refactored the co...James Lopez2016-11-171-2/+2
* WIP - refactored some arel queriesJames Lopez2016-11-171-11/+15
* Implement fourth round of comments from @DouweM.Timothy Andrew2016-09-212-15/+6
* Improve indentation in `Gitlab::Database::Median`Timothy Andrew2016-09-211-11/+18
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-212-14/+33
* Fix rubocop spec.Timothy Andrew2016-09-201-6/+5
* Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-202-21/+64
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-0/+80
* Add support for column limits in add_column_with_defaultDrew Blessing2016-09-151-2/+8
* Disable statement timeout outside of transaction and during adding concurrent...Stan Hu2016-07-141-1/+3
* Disable PostgreSQL statement timeout during migrationsStan Hu2016-07-141-0/+8
* Fix update_column_in_batches to update all rowsYorick Peterse2016-06-171-23/+27
* Don't update columns in batches in a transactionYorick Peterse2016-06-151-4/+2
* Customizing of update_column_in_batches queriesYorick Peterse2016-06-151-41/+54
* Removed old comment from update_column_in_batchesfix-migration-helper-race-conditionsYorick Peterse2016-06-131-2/+0
* Update columns in batches until no rows are leftYorick Peterse2016-06-131-2/+5
* Handle NULL migration errors in migration helpersYorick Peterse2016-06-131-2/+2
* change add_concurrent_index function argumentsissue_3359Felipe Artur2016-06-061-7/+3
* Add index to notification settingsFelipe Artur2016-06-031-1/+5
* Extend comment for migrations helper MySQL fixGrzegorz Bizon2016-05-221-1/+8
* Add MySQL compatibility fix in migration helpersGrzegorz Bizon2016-05-221-1/+2
* Removed outdated comment from migration helpersfix-migration-helper-commentYorick Peterse2016-05-191-1/+1