summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/database
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes2018-09-201-0/+17
* disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto2018-08-111-43/+32
* Fix migration_helpers_specGabriel Mazetto2018-08-101-1/+2
* MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto2018-08-101-13/+93
* Updates from `rubocop -a`Lin Jen-Shin2018-07-092-2/+2
* Add a helper to rename a column using a background migrationSean McGivern2018-06-261-0/+55
* Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-36/+45
* Fix Error 500 viewing admin page due to statement timeoutsStan Hu2018-05-161-0/+62
* [Rails5] Update `type_cast_*_database` methodsblackst0ne2018-04-061-4/+4
* New migration helper for finding custom indexesBob Van Landuyt2018-03-281-0/+29
* Shortcut concurrent foreign key creation if already exists.ab-43887-concurrent-migration-helpersAndreas Brandl2018-03-201-1/+45
* Shortcut concurrent index creation/removal if no effect.Andreas Brandl2018-03-201-10/+52
* Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-7/+9
* Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-281-0/+15
* 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