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
2019-04-06Clean up `noteable_id` for notes on commitsHeinrich Lee Yu
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-07Backports some changes from gitlab-ee!7885Rubén Dávila
2018-11-07Enable even more frozen string in lib/gitlabgfyoung
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-23Merge branch 'mysql-migration-trigger-permissions' into 'master'Andreas Brandl
2018-09-21Add mysql_compatible_index_length to migration helpersDmitriy Zaporozhets
2018-09-13Add dbname to MySQL migration GRANT commandRyan Hefner
2018-08-11disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto
2018-08-10MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto
2018-08-06Respond to DB health in background migrationsYorick Peterse
2018-06-26Add a helper to rename a column using a background migrationSean McGivern
2018-04-29[Rails5] Fix Arel::UpdateManagerblackst0ne
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan
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-03-14Fix concurrency issue with migration for user_interacted_projects table.Andreas Brandl
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
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-17Add computed update docs for update_column_in_batchesSean McGivern
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-23Fix invalid default argument in migration helpersGrzegorz Bizon
2017-08-22Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon
2017-08-20Fix Error 500s when attempting to destroy a protected tagStan Hu
2017-07-18Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Raise if updating columns in batches within a transactionGrzegorz Bizon
2017-06-19Put an upper limit on update batchesYorick Peterse
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-16Disallow NULL on renamed column after default has been setDouwe Maan
2017-05-12Fix adding defaults for concurrent column renamesYorick Peterse
2017-05-11Add a new column before creating rename triggersBob Van Landuyt
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
2017-04-11removes redundant code from database.rbTiago Botelho
2017-04-06Add remove_concurrent_index to database helperblackst0ne
2017-02-21Hash concurrent foreign key names similar to RailsYorick Peterse
2017-02-10Add method for creating foreign keys concurrentlyYorick Peterse
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