summaryrefslogtreecommitdiff
path: root/lib/gitlab/database
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove left-over use of strip_heredocYorick Peterse2016-05-191-1/+1
* Removed stray strip_heredoc from migration helpersYorick Peterse2016-05-131-1/+1
* Fixed styling per Rubocop pedanticsYorick Peterse2016-05-121-1/+3
* Added helper methods for database migrationsYorick Peterse2016-05-121-0/+132