gitlab-org--gitlab-foss/spec/rubocop/cop/migration
Yorick Peterse a004f9ec8c
Added cop to blacklist the use of hash indexes
These indexes are not recorded in the WAL (at least until PostgreSQL
10) and this isn't worth the minor performance improvement over btree
indexes.
2017-07-14 13:19:00 +02:00
..
add_column_with_default_to_large_table_spec.rb Add AddColumnWithDefaultToLargeTable cop 2017-04-28 15:55:55 -05:00
add_concurrent_foreign_key_spec.rb
add_concurrent_index_spec.rb Add cop to ensure reversibility of add_concurrent_index 2017-03-07 10:09:01 -06:00
add_timestamps_spec.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
datetime_spec.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
hash_index_spec.rb Added cop to blacklist the use of hash indexes 2017-07-14 13:19:00 +02:00
remove_concurrent_index_spec.rb Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
remove_index_spec.rb Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
reversible_add_column_with_default_spec.rb Rename AddColumnWithDefault to ReversibleAddColumnWithDefault 2017-04-28 15:55:53 -05:00
timestamps_spec.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
update_column_in_batches_spec.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00