summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/database
Commit message (Expand)AuthorAgeFilesLines
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-072-12/+13
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-244-4/+4
* Reduce UPDATEs for background column type changesbackground-migration-fixYorick Peterse2018-01-181-1/+1
* Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-051-5/+5
* Use a background migration for issues.closed_atchange-issues-closed-at-background-migrationYorick Peterse2018-01-031-1/+90
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-4/+4
* Don't move project repository/attachments when using hashed storageBob Van Landuyt2017-11-201-0/+16
* Fix TRIGGER checks for MySQLfix-mysql-grant-checkYorick Peterse2017-11-061-17/+5
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-073-4/+4
* Spread out the work a littleMichael Kozono2017-09-141-6/+66
* Extract helper for queuing background jobsMichael Kozono2017-09-141-0/+62
* Improve migrations using triggerscheck-trigger-permissions-mysqlYorick Peterse2017-08-292-4/+58
* Fix indentation in migration helpersGrzegorz Bizon2017-08-221-9/+9
* Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon2017-08-221-3/+48
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-024-10/+10
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-013-10/+10
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon2017-07-181-1/+11
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
* Added code for defining SHA attributesYorick Peterse2017-06-291-0/+33
* Adjust for new static-analysis failuresbvl-rename-all-reserved-paths-mysqlBob Van Landuyt2017-06-271-6/+6
* Keep failed renames in redisBob Van Landuyt2017-06-261-0/+19
* Use the migration name as a key in redisBob Van Landuyt2017-06-261-1/+1
* Don't break rolling back when a namespace or project was renamedBob Van Landuyt2017-06-262-0/+14
* Revert renames from a migrationBob Van Landuyt2017-06-261-0/+22
* Revert namespace renamesBob Van Landuyt2017-06-263-16/+65
* Add methods to revert project renamesBob Van Landuyt2017-06-262-16/+97
* Track all renames in redisBob Van Landuyt2017-06-263-0/+31
* Fix Rubocop offense in migration helpers specsfix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-221-1/+1
* Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-224-151/+151
|\
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-214-151/+151
* | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-221-1/+1
* | Fix specs for database migration helpers with transactionsGrzegorz Bizon2017-06-221-2/+8
* | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-213-3/+3
* | Raise if updating columns in batches within a transactionGrzegorz Bizon2017-06-211-21/+35
|/
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-1/+36
* Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan2017-05-251-2/+9
|\
| * Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas2017-05-251-2/+9
* | Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-26/+26
|/
* Make sure that Arel.sql would work for update_column_in_batchestest-update_column_in_batches-with-sql-mysqlLin Jen-Shin2017-05-231-0/+8
* Fixes for the rename reserved paths helpersBob Van Landuyt2017-05-182-1/+35
* Disallow NULL on renamed column after default has been setDouwe Maan2017-05-151-2/+4
* Merge branch 'rename-column-concurrently-defaults' into 'master' Rémy Coutable2017-05-151-2/+6
|\
| * Fix adding defaults for concurrent column renamesrename-column-concurrently-defaultsYorick Peterse2017-05-121-2/+6
* | Only rename namespaces and projects with an invalid pathBob Van Landuyt2017-05-121-0/+31
|/
* Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-14/+22
* Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+10
* Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-014-14/+14
* Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+64