summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration/add_column_with_default.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-32/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-6/+38
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-271-32/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+64
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-281-35/+0
* Refactor the AddColumnWithDefault cop to use node matchersRobert Speicher2017-04-281-9/+10
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-081-0/+34