summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/migration
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-214-1/+49
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-195-14/+473
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2021-100/+100
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-185-93/+106
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-209-396/+387
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-21/+117
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-041-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-0/+92
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-0/+46
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-182-7/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-0/+43
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-29/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-0/+152
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-271-3/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+65
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-0/+39
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-2914-0/+28
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-182-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-18/+66
* Adds cop to enforce string limits on migrationsMayra Cabrera2019-08-231-0/+268
* Properly handle `ee` migration specsHeinrich Lee Yu2019-03-281-0/+18
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-123-10/+10
* Make add_reference cop accept a hash for :indexToon Claes2018-11-271-2/+10
* Add rubocop check for add_reference to require index.Andreas Brandl2018-08-081-0/+54
* Disallow methods that copy data on large tablesSean McGivern2018-06-191-0/+20
* Use gitlab-stylesRémy Coutable2017-12-2213-55/+59
* Add cop for use of remove_columnadd-remove-column-copSean McGivern2017-12-111-0/+68
* Prevent update_column_in_batches on large tablesSean McGivern2017-11-172-44/+69
* Also warn on timestamp in datetime migration copfix-timestampz-copSean McGivern2017-10-101-0/+26
* Add SaferBooleanColumn copMichael Kozono2017-08-141-0/+85
* Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-141-0/+53
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-133-0/+279
* New Migration/UpdateColumnInBatches copRémy Coutable2017-05-291-0/+94
* Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-281-0/+44
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-281-2/+2
* Add remove_concurrent_index to database helperblackst0ne2017-04-062-0/+76
* Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-071-0/+41
* Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-101-0/+33
* Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-081-0/+41