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-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-24Adds cop to enforce string limits on migrationsMayra Cabrera
2019-03-28Properly handle `ee` migration specsHeinrich Lee Yu
2018-11-27Make add_reference cop accept a hash for :indexToon Claes
2018-08-09Add rubocop check for add_reference to require index.Andreas Brandl
2018-06-22Add more large tables to copSean McGivern
2018-06-19Disallow methods that copy data on large tablesSean McGivern
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-12-22Use gitlab-stylesRémy Coutable
2017-12-11Add cop for use of remove_columnSean McGivern
2017-11-17Prevent update_column_in_batches on large tablesSean McGivern
2017-10-10Also warn on timestamp in datetime migration copSean McGivern
2017-08-14Add SaferBooleanColumn copMichael Kozono
2017-08-01iniShinya Maeda
2017-07-26Update the large table list in AddColumnWithDefaultToLargeTable copRobert Speicher
2017-07-14Added cop to blacklist the use of hash indexesYorick Peterse
2017-06-13Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...blackst0ne
2017-05-29New Migration/UpdateColumnInBatches copRémy Coutable
2017-04-28Add AddColumnWithDefaultToLargeTable copRobert Speicher
2017-04-28Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher
2017-04-28Refactor the AddColumnWithDefault cop to use node matchersRobert Speicher
2017-04-06Add remove_concurrent_index to database helperblackst0ne
2017-03-07Add cop to ensure reversibility of add_concurrent_indexDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-10Enforce use of add_concurrent_foreign_keyYorick Peterse
2017-02-09Explicitly require rubocop migration_helpersDouwe Maan
2017-02-09Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan
2016-06-29Added RuboCop cops for checking DB migrationsYorick Peterse