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
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
2016-06-13Handle NULL migration errors in migration helpersYorick Peterse
2016-06-06change add_concurrent_index function argumentsFelipe Artur
2016-06-03Add index to notification settingsFelipe Artur
2016-05-23Extend comment for migrations helper MySQL fixGrzegorz Bizon
2016-05-22Add MySQL compatibility fix in migration helpersGrzegorz Bizon
2016-05-19Removed outdated comment from migration helpersYorick Peterse
2016-05-19Remove left-over use of strip_heredocYorick Peterse
2016-05-13Removed stray strip_heredoc from migration helpersYorick Peterse
2016-05-12Fixed styling per Rubocop pedanticsYorick Peterse
2016-05-12Added helper methods for database migrationsYorick Peterse