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
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
2019-08-25Add helper to exactly undo cleanup_concurrent_column_renameReuben Pereira
2019-08-24Drop existing trigger before creating new oneReuben Pereira
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
2019-07-23Remove dead MySQL codeNick Thomas
2019-07-18Improves add_timestamps_with_timezone helperAlex Kalderimis
2019-06-28Support jsonb Default Value in add_column_with_default Migration HelperJason Goodman
2019-06-19Remove import columns from projects tableStan Hu
2019-06-17Allow custom names for concurrent foreign keysYorick Peterse
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-11-14Address specs failing in rails 4Jan Provaznik
2018-08-11disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto
2018-08-10Fix migration_helpers_specGabriel Mazetto
2018-08-10MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto
2018-06-26Add a helper to rename a column using a background migrationSean McGivern
2018-03-28New migration helper for finding custom indexesBob Van Landuyt
2018-03-20Shortcut concurrent foreign key creation if already exists.Andreas Brandl
2018-03-20Shortcut concurrent index creation/removal if no effect.Andreas Brandl
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-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-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-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-22Fix specs for database migration helpers with transactionsGrzegorz 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-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-22Make sure that Arel.sql would work for update_column_in_batchesLin Jen-Shin
2017-05-16Disallow NULL on renamed column after default has been setDouwe Maan
2017-05-12Fix adding defaults for concurrent column renamesYorick Peterse
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