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
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
2018-01-05Run background migrations with a minimum intervalYorick Peterse
2018-01-03Use a background migration for issues.closed_atYorick Peterse
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-11-20Don't move project repository/attachments when using hashed storageBob Van Landuyt
2017-11-07Fix TRIGGER checks for MySQLYorick Peterse
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-09-15Spread out the work a littleMichael Kozono
2017-09-15Extract helper for queuing background jobsMichael Kozono
2017-08-29Improve migrations using triggersYorick Peterse
2017-08-22Fix indentation in migration helpersGrzegorz Bizon
2017-08-22Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-18Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-29Added code for defining SHA attributesYorick Peterse
2017-06-27Adjust for new static-analysis failuresBob Van Landuyt
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